-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew search code.txt
54 lines (47 loc) · 3.67 KB
/
new search code.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<div class="row" id="search-background">
<div class="col-md-12 col-md-offset-1">
<!-- EBSCOhost Custom Search Box Begins -->
<script src="https://support.ebsco.com/eit/scripts/ebscohostsearch.js" type="text/javascript"></script>
<p style="text-align:left; font-size: 2rem;"><i aria-hidden="true" class="fa fa-2x fa-search" style="color:#105d55"></i> Discover library sources. Start your research here!</p>
<style type="text/css">
.choose-db-list{ list-style-type:none;padding:0;margin:10px 0 0 0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;width:auto; }
.choose-db-check{ width:20px;float:left;padding-left:5px;padding-top:5px; }
.choose-db-detail{ margin-left:30px;border-left:solid 1px #E7E7E7;padding:5px 11px 7px 11px;line-height:1.4em; }
.summary { background-color:#1D5DA7;color:#FFFFFF;border:solid 1px #1D5DA7; }
.one { background-color: #FFFFFF;border:solid 1px #E7E7E7;border-top:solid 1px #FFFFFF; }
.two { background-color: #F5F5F5;border:solid 1px #E7E7E7;border-top:solid 1px #FFFFFF; }
.selected { background-color: #E0EFF7;border:solid 1px #E7E7E7;border-top:solid 1px #FFFFFF; }
#ebscohostCustomSearchBox #disciplineBlock { width:auto; }
#ebscohostCustomSearchBox .limiter { float:left;margin:0;padding:0;width:100%; }
#ebscohostsearchtext { width:auto }
#ebscohostsearchtext.edspub { width:auto }
.ebscohost-search-button.edspub {
border: 1px solid #156619;
padding: 5px 10px !important;
border-radius: 6px;
color: #fff;
font-weight: bold;
background-color: #156619;
}
.ebscohost-title.edspub {
color: #1c7020;
font-weight: bold;
}
</style>
<form action="" id="ebscohostCustomSearchBox" method="get" onsubmit="return ebscoHostSearchGo(this);" style="width:auto; overflow:hidden;''>
<div style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt; color:#353535;">
<div style="padding-top:5px;">
<div><input id="ebscohostwindow" name="ebscohostwindow" type="hidden" value="1" /> <input id="ebscohosturl" name="ebscohosturl" type="hidden" value="http://ezproxy.mercyhurst.edu/login?url=http://search.ebscohost.com/login.aspx?direct=true&site=eds-live&scope=site&type=0&custid=s6692073&groupid=eds&profid=s6692073&mode=bool&lang=en" /> <input id="ebscohostsearchtext" aria-label="search terms" name="ebscohostsearchtext" placeholder="Enter keywords to find articles, films, books..." size="10" style="font-size:11pt;padding-left:5px;margin-left:0px;border-radius:6px;width:80%; height:40px" type="text" /> <input alt="Submit Search" class="ebscohost-search-button" style="background-color:#105d55;color:#fff;font-size:10pt;font-weight: bold;padding-left:5px;border-radius: 6px;height:40px" type="submit" value="Search" </div>
</div>
</div>
<div id="limiterblock" style="margin-left:-px; overflow: hidden; ">
<div class="limiter"><input checked="checked" id="chkFullText" name="chkFullText" type="checkbox" /> <label for="chkFullText">Full Text</label></div>
<div class="limiter"><input id="chkPeerReviewed" name="chkPeerReviewed" type="checkbox" /> <label for="chkPeerReviewed">Peer Reviewed</label></div>
<div class="limiter"><input id="chkCatalogOnly" name="chkCatalogOnly" type="checkbox" /> <label for="chkCatalogOnly">Catalog Only</label></div>
</div>
<div class="col-sm-9" style="text-align: center">
<a href="http://ezproxy.mercyhurst.edu/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=eds&type=1" target="_blank" >Advanced Search</a><br>
<a href="https://library.mercyhurst.edu/about-search-everything"><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>About Search Everything</a>
</div>
</form>
<!-- EBSCOhost Custom Search Box Ends --></div>