forked from kishanrajput23/Java-Projects-Collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFacpasswordchange.html
85 lines (82 loc) · 2.73 KB
/
Facpasswordchange.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Free Website Templates</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {
font-family: "Times New Roman", Times, serif;
color: #FFFF99;
}
.style11 {
font-size: 24px;
color: #663333;
}
.style12 {
color: #FF00FF;
font-size: 18px;
}
.style14 {
color: #663333;
font-size: 14px;
}
.style15 {
color: #660033;
font-size: 14px;
font-weight: bold;
}
body {
margin-left: 1cm;
margin-top: 0.5cm;
}
-->
</style>
</head>
<body>
<form action="ChangeFacultyPwd.jsp" method="get">
<div id="wrapper">
<div id="wrapperi">
<div id="wrapperj">
<h1 align="center" class="style1" id="header">CHANGE PASSWORD </h1>
<div id="footer">
<div id="footeri">
<div align="left" class="style12">
<p align="left" class="style15"> </p>
<p align="left" class="style14"><strong>1.Scheduler ID and password </strong></p>
<p align="left" class="style14"> </p>
<p align="left" class="style14">User ID
<input type="text" name="userid" />
</p>
<p align="left" class="style14">Password
<input type="password" name="old_pwd" />
</p>
<p align="left" class="style14"> Change password
<input type="password" name="new_pwd" />
</p>
<p align="left" class="style14">Re-type password
<input type="password" name="confirm_pwd" />
</p>
<p align="left" class="style14"> </p>
<p align="left" class="style14"> </p>
<p align="center" class="style14">
<input type="submit" name="Submit2" value="Change password" />
<input type="reset" value="Reset" />
</p>
<p align="center" class="style14"> </p>
<p align="center" class="style14"> </p>
<p align="center" class="style14"> </p>
<p align="center" class="style14"> </p>
<p align="center" class="style14"> </p>
<p align="center" class="style14"> </p>
<p align="left" class="style14"> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>