-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforget_password.php
More file actions
193 lines (186 loc) · 6.29 KB
/
forget_password.php
File metadata and controls
193 lines (186 loc) · 6.29 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?php include 'site.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twitter Bootstrap shopping cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet"/>
<!-- Customize styles -->
<link href="style.css" rel="stylesheet"/>
<!-- font awesome styles -->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link href="css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
</head>
<body>
<!--
Upper Header Section
-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="topNav">
<div class="container">
<div class="alignR">
<div class="pull-left socialNw">
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-facebook"></span></a>
<a href="#"><span class="icon-youtube"></span></a>
<a href="#"><span class="icon-tumblr"></span></a>
</div>
<a href="index.php"> <span class="icon-home"></span> Home</a>
<a href="#"><span class="icon-user"></span> My Account</a>
<a href="register.php"><span class="icon-edit"></span> Free Register </a>
<a href="contact.php"><span class="icon-envelope"></span> Contact us</a>
<a href="cart.php"><span class="icon-shopping-cart"></span> 2 Item(s) - <span class="badge badge-warning"> $448.42</span></a>
</div>
</div>
</div>
</div>
<!--
Lower Header Section
-->
<div class="container">
<div id="gototop"> </div>
<header id="header">
<div class="row">
<div class="span4">
<h1>
<a class="logo" href="index.php"><span>Twitter Bootstrap ecommerce template</span>
<img src="assets/img/logo-bootstrap-shoping-cart.png" alt="bootstrap sexy shop">
</a>
</h1>
</div>
</div>
</header>
<!--
Navigation Bar Section
-->
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="index.php">Home </a></li>
<li class=""><a href="list-view.php">List View</a></li>
<li class=""><a href="grid-view.php">Grid View</a></li>
<li class=""><a href="three-col.php">Three Column</a></li>
<li class=""><a href="four-col.php">Four Column</a></li>
<li class=""><a href="general.php">General Content</a></li>
</ul>
<form action="#" class="navbar-search pull-left">
<input type="text" placeholder="Search" class="search-query span2">
</form>
<ul class="nav pull-right">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#"><span class="icon-lock"></span> Login <b class="caret"></b></a>
<div class="dropdown-menu">
<form class="form-horizontal loginFrm">
<div class="control-group">
<input type="text" class="span2" id="inputEmail" placeholder="Email">
</div>
<div class="control-group">
<input type="password" class="span2" id="inputPassword" placeholder="Password">
</div>
<div class="control-group">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="shopBtn btn-block">Sign in</button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--
Body Section
-->
<div class="row">
<div id="sidebar" class="span3">
<div class="well well-small">
<ul class="nav nav-list">
<li><a href="products.php"><span class="icon-chevron-right"></span>Fashion</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Watches</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Fine Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Fashion Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Engagement & Wedding</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Men's Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Vintage & Antique</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Loose Diamonds </a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Loose Beads</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>See All Jewelry & Watches</a></li>
<li style="border:0"> </li>
<li> <a class="totalInCart" href="cart.php"><strong>Total Amount <span class="badge badge-warning pull-right" style="line-height:18px;">$448.42</span></strong></a></li>
</ul>
</div>
<br>
<ul class="nav nav-list promowrapper">
<li></li>
<li style="border:0"> </li>
<li></li>
<li style="border:0"> </li>
<li></li>
</ul>
</div>
<div class="span9">
<ul class="breadcrumb">
<li><a href="index.php">Home</a> <span class="divider">/</span></li>
<li class="active">FORGOT YOUR PASSWORD</li>
</ul>
<div class="well well-small">
<h3> FORGOT YOUR PASSWORD</h3>
<hr class="soft"/>
Please enter the e-mail address used to register. We will e-mail you your new password.<br/><br/><br/>
<form class="form-inline">
<label class="control-label" for="inputEmail">E-mail address</label>
<input type="text" class="span4" placeholder="Email">
<button type="submit" class="shopBtn block">Send My Password</button>
</form>
</div>
</div>
</div>
<!--
Clients
--><!--
Footer
-->
<footer class="footer">
<div class="row-fluid">
<div class="span2">
<h5>Your Account</h5>
<a href="#">YOUR ACCOUNT</a><br>
<a href="#">PERSONAL INFORMATION</a><br>
<a href="#">ADDRESSES</a><br>
<a href="#">DISCOUNT</a><br>
<a href="#">ORDER HISTORY</a><br>
</div>
<div class="span2">
<h5>Iinformation</h5>
<a href="contact.php">CONTACT</a><br>
<a href="#">SITEMAP</a><br>
<a href="#">LEGAL NOTICE</a><br>
<a href="#">TERMS AND CONDITIONS</a><br>
<a href="#">ABOUT US</a><br>
</div>
</div>
</footer>
</div>
</body>
</html>