-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLendingLogon2.html
81 lines (72 loc) · 2.33 KB
/
LendingLogon2.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
<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>Interlibrary Loan Logon Screen</title>
<link rel="stylesheet" type="text/css" href="http://library.udayton.edu/c/style_illiad.css">
</head>
<body background="http://library.udayton.edu/g/background_plain.jpg" bgcolor="#FFFFFF"
link="#FF0000" vlink="#FF0000">
<form action="illiad.dll" method="POST" name="LendingLogon">
<input type="hidden" name="IlliadForm" value="LendingLogon">
<input type="hidden" name="WebSessionLogoutPage" value="LendingLogon2.html"><table
border="0" width="100%">
<tr>
<td colspan="3" width="100%" bgcolor="#990000"><font
color="#FFFFFF" size="5" face="Arial"><img
src="images/logon.gif" width="32" height="32">ILLiad Lending Logon
Screen</font></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td valign="top" width="10%" bgcolor="#C0C0C0"><font
face="Arial"><strong>Status</strong></font></td>
<td colspan="2" width="90%" bgcolor="#C0C0C0"><font
face="Arial"><em>CGIFN=^StatusLine^</em></font></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td align="center" width="40%"> </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>
</table>
</form>
<p><font size="3"><em>© 1998, 2002 <A HREF="http://www.atlas-sys.com/">Atlas
Systems, Inc.</A></em></font></p>
</body>
</html>