KYVL search widgets can be easily integrated into the html of any webpage.
Test the widgets below to try them out before cutting and and pasting the code. Please let KYVL staff know if you encounter any unexpected search behaviors or results.
KYVL K12 search widget
School Library Journal - Test it live here!
To include the School Library Journalsearch box on your website:
<!--Begin School Library Journal search widget--> <style type="text/css"> #schoollibraryjournalsearch { border: thin solid black; box-shadow: 0px 0px 3px #333333; padding: 12px; width: 385px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-weight: light; font-size: 10px; }
#schoollibraryjournalsearch .slj_logo { max-height:39px; float: left; }
#schoollibraryjournalsearch .kyvl_logo { max-height: 39px; float: right; }
#schoollibraryjournalsearch form { margin:0px; padding: 12px 0px 0px 0px; clear:both; }
#schoollibraryjournalsearch form input[type=text] { height: 28px; padding: 4px; vertical-align: top; width: 250px; }
#schoollibraryjournalsearch form input[type=submit] { height: 28px; padding: 4px; vertical-align: top; }
#schoollibraryjournalsearch form input[type=checkbox] { height: 10px; vertical-align: middle; }
#schoollibraryjournalsearch form div.limiter { padding-top: 4px; vertical-align: middle; } #schoollibraryjournalsearch div.journaltitle { font-size: large; float:left; margin-top:8px; margin-left:10px; } </style>
<div id="schoollibraryjournalsearch"> <img class="slj_logo" src="//widgets.ebscohost.com/prod/customerspecific/kyvl/slj.jpg"><div class="journaltitle">School Library Journal</div><img class="kyvl_logo" src="//widgets.ebscohost.com/prod/customerspecific/kyvl/kyvllogo-sq.png"><br> <form action="//widgets.ebscohost.com/prod/search/" method="GET" target="_blank"> <input name="direct" value="true" type="hidden"><input name="scope" value="site" type="hidden"><input name="site" value="eds-live" type="hidden"><input name="authtype" value="ip,guest" type="hidden"><input name="custid" value="s1176192" type="hidden"><input name="groupid" value="main" type="hidden"><input name="profile" value="eds" type="hidden"><input name="cli0" value="SO" type="hidden"><input name="clv0" value="School Library Journal" type="hidden"><input name="ipcustid" value="s1176192" type="hidden"><input name="cli1" value="DT1" type="hidden"> <input name="bquery" placeholder="Search School Library Journal" type="text"> <input value="Go" type="submit"><br> <div class="limiter"><input id="clv1" name="clv1" value="201501-201712" checked="checked" type="checkbox"> Last Two Years Only</div> </form> </div> <!--End School Library Journal search widget-->
|