-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccountcontrol.php
More file actions
40 lines (33 loc) · 1.08 KB
/
Copy pathaccountcontrol.php
File metadata and controls
40 lines (33 loc) · 1.08 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>USER : ACCOUNT CONTROL</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
</style>
<link href="css/indexpage.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="content"></div>
<div id="header">
<h3>User Account Control</h3></div>
<div id="Login">
<form id="form1" name="form1" method="post" action="accounttransfer.php">
<label for="originid">Email ID: </label>
<input type="text" name="originid" id="originid" />
<br/><br/>
<label for="originpassword">Password: </label>
<input type="password" name="originpassword" id="originpassword" />
<br /><br/>
<label for="newpassword">New Password: </label>
<input type="password" name="newpassword" id="newpassword" />
<br /><br/>
<input name="signin" value="Change" type="submit" /><br/><br/>
</form>
</div>
</table>
</div>
<div id="Footer"><br/><center></div>
<div id="Logo">MDBMs</div>
</body>
</html>