-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-scout-catalog.html
100 lines (91 loc) · 3.12 KB
/
index-scout-catalog.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
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" href="sitescripts/search-box/style.css" type="text/css">
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<body>
<div id="site-top">
<img src="img/top-bar.jpg">
</div>
<div id="search-main">
<div id="search-wrap">
<div id="leftside">
<nav id="searchtabs">
<ul class="text-stroke-white">
<li id="all" class="active"><a href="#" id="all">All</a></li>
<li id="articles" class="inactive"><a href="#" id="articles">Articles</a></li>
<li id="catalog" class="inactive"><a href="#">Catalog</a></li>
<li class="inactive"><a href="#">Databases</a></li>
<li class="inactive"><a href="#">Journals</a></li>
<li class="inactive"><a href="#">Site Search</a></li>
</ul>
</nav>
<div id="bazinga">
<div id="searchcontent" class="gradient">
<div id="searchtop">
<div style="margin-top:1em;">
<form>
<p style="display: inline;">Search Catalog for</p>
<input type="textfield" size="25" name="query" id="query">
<select name="subengine">
<option value="key-phrase">keyword or phrase</option>
<option value="author">author</option>
<option value="title">title</option>
<option value="journal">journal title</option>
<option value="isbn-issn">ISBN/ISSN</option>
<option value="oclc">OCLC</option>
</select>
<input class="findbutton" type="button" value="find"></input>
<p style="margin-top: 0; margin-left: 10.25em; float: left;">Books, journals, DVDs and more</p>
<p style="float: right; margin-top: 0; clear: right;"><a href="#">Advanced Search</a></p>
<div style="clear:both;"></div>
<table width="100%">
<tr>
<td>
<input type="checkbox" name="format" value="any" class="checkbox" checked="yes">Any format</input>
</td>
<td>
<input type="checkbox" name="format" value="book" class="checkbox">Books, eBooks</input>
</td>
<td>
<input type="checkbox" name="format" value="smallprint" class="checkbox">Journals, newspapers, magazines</input>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="format" value="dvd" class="checkbox">DVDs</input>
</td>
<td>
<input type="checkbox" name="format" value="cd" class="checkbox">CDs</input>
</td>
<td>
<input type="checkbox" name="format" value="map" class="checkbox">Maps</input>
</td>
</table>
</form>
</div>
</div>
<div id="searchbottom">
<ul id="searchbottom-links">
<li><a href="#">scoUT Mobile</a></li>
<li><a href="#">Search Tips</a></li>
<li><a href="#">Feedback</a></li>
</ul>
<div style="clear:both;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="clear:both;"><img src="img/content.jpg"></div>
<div style="clear:both;"><img src="img/bottom-bar.jpg"></div>
</body>
</html>