-
Notifications
You must be signed in to change notification settings - Fork 5
/
ForgetPassword.php
104 lines (99 loc) · 2.53 KB
/
ForgetPassword.php
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE>
<html>
<head>
<title>Forget Password</title>
</head>
<body>
<table>
<div>
<div>
<table align="center" width="100%">
<tr align="right">
<td width="10%">
<a href="Home.php"><img src="images/logo.png" align="left"></a>
</td>
<td width="30%"> </td>
<td align="center" width="10%">
<fieldset><a href="Home.php" >Home <img src="images/home.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Registration.php">Registration<img src="images/registration.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="service.php">Our Service<img src="images/service.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Login.php">Login<img src="images/login.png"></a></fieldset>
</td>
</tr>
</table>
</div>
<div>
<table align="center" width="60%">
<tr>
<td>
<h1 align="center">Reset Password</h1>
<fieldset>
<table align="center">
<tr>
<td><label>User Name</label></td>
<td>:</td>
<td><input type="name" name="name"/></td>
<td><img src="images/person.png"></td>
</tr>
<tr>
<td><label>Email</label></td>
<td>:</td>
<td><input type="email" name="email"/></td>
<td><img src="images/message.png"></td>
</tr>
<tr><td><br></td></tr>
<tr><td align="center" colspan="3"><input type="submit" value="Reset Password"/></td></tr>
<tr><td colspan="3" align="center"><a href="Login.php">Back To Login</a></td></tr></td></tr>
</table>
</fieldset>
</td>
</tr>
</table>
</div>
<div>
<table align="center">
<tr align="center">
<td>
<a href="https://www.facebook.com/">
<img src="images/facebook.png">
</a>
</td>
<td>
<a href="https://www.twitter.com/">
<img src="images/twitter.png">
</a>
</td>
</tr>
</table>
<table align="center">
<tr>
<td align="center" colspan="3">
<a href="About_Us.php">About Us </a>
</td>
<td align="center" colspan="3">
<a href="Contact_Us.php">Contact Us </a>
</td>
<td align="center" colspan="3">
<a href="privacyPolicy.php">Privacy Policy </a>
</td>
<td align="center" colspan="3">
<a href="faq.php">FAQ</a>
</td>
</tr>
</table>
</div>
<div>
<table align="center" width="100%" border="1">
<tr>
<td align="center" colspan="3">
<b>©2017 MediPortal. All rights reserved</b>
</td>
</tr>
</table>
</div>