-
Notifications
You must be signed in to change notification settings - Fork 0
/
html--libsearch_form.html
26 lines (25 loc) · 1.16 KB
/
html--libsearch_form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--BEGIN EBSCO Search Box
Last Modified: 2022-05-12 10:32:53
INSTRUCTIONS: Copy and paste the contents of this file into the HTML source
for the LibSearch box on the Library Welcome page.
-->
<form role="search" action="https://searchbox.ebsco.com/search/">
<input name="schemaId" type="hidden" value="search">
<input name="type" type="hidden" value="1">
<input name="custid" type="hidden" value="s8984125">
<input name="groupid" type="hidden" value="main">
<input name="profid" type="hidden" value="eds">
<input name="authtype" type="hidden" value="ip,guest">
<input name="scope" type="hidden" value="site">
<input name="site" type="hidden" value="eds-live">
<input name="direct" type="hidden" value="true">
<div class="input-group">
<input type="text" name="bquery" class="form-control" placeholder="Search books, articles, media, & more…" aria-label="Search books, articles, media, and more.">
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="Search">
<i class="glyphicon glyphicon-search" aria-hidden="true"></i>
</button>
</span>
</div>
</form>
<!--END EBSCO Search Box-->