-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLendingChangePassword.html
92 lines (84 loc) · 4.42 KB
/
LendingChangePassword.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
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="FORMATTER" content="Microsoft FrontPage 2.0">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>Change Password</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"><table width="770" BORDER="0" CELLPADDING="0" CELLSPACING="0"><tr><td><table width="770" BORDER="0" CELLPADDING="0" CELLSPACING="0"><tr><td width="115" height="47"><a href="http://library.udayton.edu"><img width="115" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_left.jpg"></a></td><td width="241" height="47"><a href="http://library.udayton.edu"><img width="241" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_middle.gif"></a></td><td width="238" height="47"><img width="238" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_right.jpg"></td><td width="176" height="47"><a href="http://www.udayton.edu/"><img width="176" height="47" border="0" alt="University of Dayton" src="http://library.udayton.edu/g/2002/ud_text.jpg"></a></td></tr></table></td></tr></table>
<form action="illiad.dll" method="POST">
<input type="hidden" name="SessionID" value="CGIFN=^VARSessionID^">
<input type="hidden" name="ILLiadForm" value="LendingChangePassword">
<input type="hidden" name="Username" value="CGIFN=^VARUsername^">
<input type="hidden" name="WebSessionLogoutPage" value="LendingLogon2.html">
<table
border="0" width="100%">
<tr>
<td colspan="2" width="75%" bgcolor="#990000"><font
color="#FFFFFF" size="5" face="Arial"><img
src="images/Password.gif" width="32" height="32">Change
Password for CGIFN=^VARUsername^</font></td>
<td align="center" width="25%" bgcolor="#990000"><font
color="#FFFFFF"><img src="images/MainMenu.gif"
width="32" height="32"><input type="submit"
name="SubmitButton" value="Exit to Main Menu"></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" cellpadding="6" width="100%">
<tr>
<td align="center" width="5%"><font size="1">CGIFN=^VARERRORCurrentPassword^</font></td>
<td colspan="2" width="50%">Enter your Current
Password:</td>
<td width="45%"><input type="password" size="20"
name="CurrentPassword"></td>
</tr>
<tr>
<td align="center"><font size="1">CGIFN=^VARERRORPassword1^</font></td>
<td colspan="2">Enter your New Password:</td>
<td><input type="password" size="20" name="Password1"></td>
</tr>
<tr>
<td align="center"><font size="1">CGIFN=^VARERRORPassword2^</font></td>
<td colspan="2">Re-enter your New Password:</td>
<td><input type="password" size="20" name="Password2"></td>
</tr>
</table>
<p><font color="#FF0000" size="4"><em>Note: Passwords are
case sensitive.</em></font></p>
<hr>
<table border="0" cellpadding="6" width="100%">
<tr>
<td width="5%"> </td>
<td colspan="2" width="50%"><font color="#000000"
size="2" face="Arial"><strong>Press this button to
submit and save changes.</strong></font></td>
<td align="center" width="45%"><img
src="images/Submit.gif" width="32" height="32"><br>
<input type="submit" name="SubmitButton"
value="Submit Information"></td>
</tr>
<tr>
<td> </td>
<td colspan="2"><font color="#000000" size="2"
face="Arial"><strong>Press this button to exit this
screen, discarding any changes.</strong></font></td>
<td align="center"><img src="images/Cancel2.gif"
width="32" height="32"><br>
<input type="submit" name="SubmitButton"
value="Cancel - Exit to Main Menu"></td>
</tr>
</table>
</form>
<hr>
<p> </p>
</body>
</html>