-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForgotPassword.html
44 lines (42 loc) · 2.24 KB
/
ForgotPassword.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
<html>
<head>
<title>ILLiad - Change Password</title>
<!-- Form Number 84
DO NOT USE this form with LDAP-->
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body id="type-a">
<div id="wrap">
<div id="header"> <span id="site-name">ILLiad</span>
<div id="status"><#STATUS></div>
</div>
<div id="content-wrap">
<div id="content">
<form action="illiad.dll" method="post" name="ForgotPassword" class="f-wrap-1">
<input type="hidden" name="ILLiadForm" value="ForgotPassword">
<div class="req"><b>*</b> Indicates required field</div>
<fieldset>
<h3>Forgot Password</h3>
<label for="Username">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORUsername">"><b>Username</b></span>
</span>
<input id="Username" name="Username" type="text" size="40" class="f-name" tabindex="1" value="<#PARAM name="Username">"><br />
</label>
<div class="f-submit-wrap">
<input type="submit" name="SubmitButton" value="Reset Password" class="f-submit" tabindex="4" />
<input type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System" class="f-submit" tabindex="62" />
</div>
</fieldset>
</form>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>