forked from mcoia/webpacs-innreach
-
Notifications
You must be signed in to change notification settings - Fork 1
/
acquire_web_extpat.html
188 lines (185 loc) · 2.79 KB
/
acquire_web_extpat.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Rel 2007 "Skyline" Example Set -->
<!-- This File Last Changed: 02 September 2008 -->
<head>
<title>Millennium Web Catalog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<!--{toplogo}-->
<!--{patron}-->
<h2 class="srchhelpHeader">Suggest a Title for Purchase</h2>
<!--{ifpinerrormessage}-->
<div class="srchhelpText">
<span class="errormessage">
<!--{pinerrormessage}-->
</span>
</div>
<!--{xif}-->
<br/>
<div class="advSrchtool">
<div class="srchhelpText">Additional items library should acquire:</div>
<form method="post" class="unpadded">
<!--{author}-->
<!--{authorprompt}-->
<br />
<!--{title}-->
<!--{titleprompt}-->
<br />
<!--{publishprompt}-->
<br />
<!--{publish}-->
<br />
<!--{mentionprompt}-->
<br />
<!--{mention}-->
<br />
<!--{other}-->
<!--{otherprompt}-->
<br />
<br />
<!--{ifextpat}-->
<table border="0" width="80%" class="loginarea textFix">
<tr>
<td valign="top">
<div id="extpat">
<strong>Login with campus identification:</strong>
<br />
Your Campus ID#:
<!--{extpatid}-->
<br />
Your Password:
<!--{extpatpw}-->
</div>
</td>
<td valign="top">
<div id="libpat">
<strong>or login with library identification:</strong><br />
<!--{ifneedpatronname}-->
<!--{nameprompt}-->
<!--{name}-->
<br />
<!--{xif}-->
<!--{ifneedpatronverify}-->
<!--{barcodeprompt}-->
<!--{barcode}-->
<br />
<!--{ifneedspin}-->
<!--{iferrmsgisPIN}-->
<!--{newpinmsg}-->
<br />
<!--{pin1prompt}-->
<!--{pin1}-->
<br />
<!--{pin2prompt}-->
<!--{pin2}-->
<!--{else}-->
<!--{pinprompt}-->
<!--{pin}-->
<br />
<!--{xif}-->
<!--{xif}-->
<!--{xif}-->
</div>
</td>
</tr>
</table>
<!--{else}-->
<!-- used if external patron authentication is unavailable -->
<!--{enterinfo}-->
<table width="100%" class="textFix">
<!--{ifneedpatronname}-->
<tr>
<td width="30%">
</td>
<td>
<span class="helpNote">
<!--{nameexample}-->
</span>
</td>
</tr>
<tr>
<td>
<!--{nameprompt}-->
</td>
<td>
<!--{name}-->
</td>
</tr>
<!--{xif}-->
<!--{ifneedpatronverify}-->
<tr>
<td>
</td>
<td>
<span class="helpNote">
<!--{barcodeexample}-->
</span>
</td>
</tr>
<tr>
<td>
<!--{barcodeprompt}-->
</td>
<td>
<!--{barcode}-->
</td>
</tr>
<!--{ifneedspin}-->
<!--{iferrmsgisPIN}-->
<tr>
<td colspan="2">
<!--{newpinmsg}-->
</td>
</tr>
<tr>
<td>
<!--{pin1prompt}-->
</td>
<td>
<!--{pin1}-->
</td>
</tr>
<tr>
<td>
<!--{pin2prompt}-->
</td>
<td>
<!--{pin2}-->
</td>
</tr>
<!--{else}-->
<tr>
<td>
</td>
<td>
<span class="helpNote">
<!--{pininstructions}-->
</span>
</td>
</tr>
<tr>
<td>
<!--{pinprompt}-->
</td>
<td>
<!--{pin}-->
</td>
</tr>
<!--{xif}-->
<!--{xif}-->
<!--{xif}-->
</table>
<br />
<!--{xif}-->
<!--{submit}-->
</form>
</div>
<!--{botlogo}-->
</body>
</html>