-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-scout-site.html
68 lines (59 loc) · 1.74 KB
/
index-scout-site.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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" href="css/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"><a href="#" id="all">All</a></li>
<li id="articles"><a href="#" id="articles">Articles</a></li>
<li id="catalog"><a href="#">Catalog</a></li>
<li id="databases"><a href="#">Databases</a></li>
<li id="journals"><a href="#">Journals</a></li>
<li id="site" class="active"><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>
<input type="textfield" size="65" name="query" id="query">
<input class="findbutton" type="button" value="find"></input>
<div style="clear:both;"></div>
<p style="margin-top: 0;margin-left: .5em;">Search our site for things like staff, hours, and computers</p>
<div style="clear:both;"></div>
</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>