-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenURLLogon.html
82 lines (74 loc) · 2.99 KB
/
OpenURLLogon.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
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires"
content="Tue, 04 Dec 1993 21:29:02 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>OpenURL Interlibrary Loan Logon Screen</title>
<link rel="stylesheet" type="text/css" href="http://library.udayton.edu/c/style_illiad.css"></head>
<body onload="document.Logon.Username.focus()" background="http://library.udayton.edu/g/background_plain.jpg" bgcolor="#FFFFFF"
link="#FF0000" vlink="#FF0000">
<form action="illiad.dll" method="POST" name="Logon">
<input type="hidden" name="IlliadForm" value="OpenURLLogon"><table
border="0" width="100%">
<tr>
<td colspan="3" width="100%" bgcolor="#000033"><font
color="#FFFFFF" size="5" face="Arial"><img
src="images/logon.gif" width="32" height="32">ILLiad OpenURL Logon
Screen</font></td>
</tr>
</table>
<table border="0" width="100%" bgcolor="#C0C0C0">
<tr>
<td valign="top" width="10%"><font size="4"
<td valign="top" width="10%"><font size="4"
face="Arial">Status:</font></td>
<td width="90%"><font face="Arial"><em>Enter your
user information below.<br>
Then press the </em><code>Logon to ILLiad</code><em> button to continue.</em></font></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td align="center" width="40%">CGIFN=^VAROpenURLInfo1^</td>
<td width="40%"> </td>
<td width="20%"> </td>
</tr>
<tr>
<td width="5%">Enter your ILLiad Username:</td>
<td><input type="text" size="20" name="Username"></td>
<td> </td>
</tr>
<tr>
<td>Enter your ILLiad Password:</td>
<td><input type="password" size="20" name="Password"></td>
<td> </td>
</tr>
<tr>
<td>Click Button to Logon:</td>
<td><img src="images/logon.gif" width="32"
height="32"><input type="submit" name="SubmitButton"
value="Logon to ILLiad"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"><img src="images/user.gif" width="32"
height="32"><a href="firsttime.html"><font
color="#FF0000" size="5">First Time Users</font></a><font
color="#FF0000" size="5"><img
src="images/Exclaim23B.gif" width="32" height="32"></font></td>
</tr>
</table>
</form>
<p><font size="3"><em>© 1996, 1998 <A HREF="http://www.vtip.org/">Virginia Tech Intellectual Properties, Inc.</A></em></font></p>
<p><font size="3"><em>© 1998, 1999, 2000 <A HREF="http://www.atlas-sys.com/">Atlas Systems, Inc.</A></em></font></p>
</body>
</html>