forked from boycetrus/sierra-webpac-bootstrap-skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopacmenu-orig.html
104 lines (87 loc) · 2.96 KB
/
opacmenu-orig.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
101
102
103
104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Sierra Example Set -->
<!-- Updated: 10 Oct 2015 -->
<head>
<title>Sierra Web Catalog</title>
<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4">
<link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print">
<!--<link rel="stylesheet" type="text/css" href="/screens/stylesmain.css" > Un-comment to offer a larger logo on mainmenu.-->
<script type="text/javascript">/* <![CDATA[ */
function iiiSearchValidate() {
try{
if (document.getElementById('search').searcharg.value==null||document.getElementById('search').searcharg.value=="") {
return false;
}
}
catch(err) {
}
return true;
}
function iiiDoSubmit_1()
{
//getFormHandleForm() is in common.js
var obj = getFormHandleForm(1);
if(iiiSearchValidate()){
obj.submit();
}
}
/* ]]> */
</script>
<script type="text/javascript" src="/screens/iiilangswitch.js"></script>
</head>
<body>
<!--{toplogo}-->
<div class="pageContentInner mainSearch">
<h1 class="accessibleAddInfo">Search</h1>
<div id="accessibleForm" class="form1Part">
<div class="browseSearchtool">
<form action="/search/" method="get" name="search" id="search" onSubmit="return iiiSearchValidate();">
<input type="hidden" id="iiiFormHandle_1">
<!-- Optional legend:
<fieldset>
<legend>Type the search term you want to find.</legend>-->
<div class="formEntryArea">
<label for="searchtype" class="accessibleAddInfo">Search type</label>
<select name="searchtype" id="searchtype" onchange="document.forms[0].searcharg.focus();">
<option value="X" selected="selected">Keyword</option>
<option value="t">Title</option>
<option value="s">Journal Title</option>
<option value="a">Author</option>
<option value="d">Subject</option>
<option value="y">Resource Name</option>
</select>
<!--{nosort}-->
<label for="searcharg" class="accessibleAddInfo">Search term</label>
<input maxlength="75" name="searcharg" size="20" >
<label for="scope" class="accessibleAddInfo">Location</label>
<!--{scope}-->
<span class="nowrap formButtonArea">
<!--{submit}-->
<input type="hidden" id="iiiFormHandle_1"/>
<div class="button80Bold">
<a href="#" onclick="iiiDoSubmit_1();"><div onmousedown="this.className='pressedState';" onmouseout="this.className='';" onmouseup="this.className='';">Submit</div></a>
</div>
<input type="submit" class="submitHidden">
</span>
</div><!-- formEntryArea -->
<!--</fieldset> optional-->
</form>
<div class="mainMenuAdvSearch"><a href="/search/X">Advanced Search</a></div>
</div><!-- browseSearchtool -->
</div><!-- form1Part -->
<div class="mainMenuContent">
<div class="mainMenuContentLeft">
</div>
<div class="mainMenuContentRight">
</div>
</div>
<br clear="left" />
</div><!--pageContentInner -->
<!--{botlogo}-->
<script type="text/javascript"><!--//--><![CDATA[//><!--
try { document.forms[0].searcharg.focus(); }
catch(err) {}
//--><!]]></script>
</body>
</html>