-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-scout-databases.html
95 lines (85 loc) · 3.12 KB
/
index-scout-databases.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
<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" 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>
<input type="textfield" size="65" name="query" id="query">
<input class="findbutton" type="button" value="find"></input>
<p style="margin-top: 0; float: left; margin-left: 5px;">Find databases by name or subject</p>
<p style="margin-top: 0; float: left; margin-left: 5px;">Recommended Databases: <a href="#">Academic Search Complete</a>, <a href="#">JSTOR</a>, <a href="#">PubMed</a></p>
<div style="clear:both;"></div>
</form>
</div>
</div>
<div id="searchbottom">
<p class="moredatabases">
<a href="/indexes/titles.html?let=1">1</a>
<a href="/indexes/titles.html?let=2">2</a>
<a href="/indexes/titles.html?let=A">A</a>
<a href="/indexes/titles.html?let=B">B</a>
<a href="/indexes/titles.html?let=C">C</a>
<a href="/indexes/titles.html?let=D">D</a>
<a href="/indexes/titles.html?let=E">E</a>
<a href="/indexes/titles.html?let=F">F</a>
<a href="/indexes/titles.html?let=G">G</a>
<a href="/indexes/titles.html?let=H">H</a>
<a href="/indexes/titles.html?let=I">I</a>
<a href="/indexes/titles.html?let=J">J</a>
<a href="/indexes/titles.html?let=K">K</a>
<a href="/indexes/titles.html?let=L">L</a>
<a href="/indexes/titles.html?let=M">M</a>
<a href="/indexes/titles.html?let=N">N</a>
<a href="/indexes/titles.html?let=O">O</a>
<a href="/indexes/titles.html?let=P">P</a>
<a href="/indexes/titles.html?let=R">R</a>
<a href="/indexes/titles.html?let=S">S</a>
<a href="/indexes/titles.html?let=T">T</a>
<a href="/indexes/titles.html?let=U">U</a>
<a href="/indexes/titles.html?let=V">V</a>
<a href="/indexes/titles.html?let=W">W</a>
</p>
<p class="moredatabases2">
<a href="#">View all databases</a>
<a href="#">Browse by subject</a>
<a href="#">Browse by type</a>
</p>
<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>