-
Notifications
You must be signed in to change notification settings - Fork 2
/
editprofile.html
357 lines (327 loc) · 19.3 KB
/
editprofile.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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shamcey - Metro Style Admin Template</title>
<link rel="stylesheet" href="css/style.default.css" type="text/css" />
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.3.min.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/jquery.slimscroll.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.taglist .close').click(function(){
jQuery(this).parent().remove();
return false;
});
});
</script>
</head>
<body>
<div id="mainwrapper" class="mainwrapper">
<div class="header">
<div class="logo">
<a href="dashboard.html"><img src="images/logo.png" alt="" /></a>
</div>
<div class="headerinner">
<ul class="headmenu">
<li class="odd">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<span class="count">4</span>
<span class="head-icon head-message"></span>
<span class="headmenu-label">Messages</span>
</a>
<ul class="dropdown-menu">
<li class="nav-header">Messages</li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Jack</strong> <small class="muted"> - 19 hours ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Daniel</strong> <small class="muted"> - 2 days ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Jane</strong> <small class="muted"> - 3 days ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Tanya</strong> <small class="muted"> - 1 week ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Lee</strong> <small class="muted"> - 1 week ago</small></a></li>
<li class="viewmore"><a href="messages.html">View More Messages</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#">
<span class="count">10</span>
<span class="head-icon head-users"></span>
<span class="headmenu-label">New Users</span>
</a>
<ul class="dropdown-menu newusers">
<li class="nav-header">New Users</li>
<li>
<a href="">
<img src="images/photos/thumb1.png" alt="" class="userthumb" />
<strong>Draniem Daamul</strong>
<small>April 20, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb2.png" alt="" class="userthumb" />
<strong>Shamcey Sindilmaca</strong>
<small>April 19, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb3.png" alt="" class="userthumb" />
<strong>Nusja Paul Nawancali</strong>
<small>April 19, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb4.png" alt="" class="userthumb" />
<strong>Rose Cerona</strong>
<small>April 18, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb5.png" alt="" class="userthumb" />
<strong>John Doe</strong>
<small>April 16, 2013</small>
</a>
</li>
</ul>
</li>
<li class="odd">
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#">
<span class="count">1</span>
<span class="head-icon head-bar"></span>
<span class="headmenu-label">Statistics</span>
</a>
<ul class="dropdown-menu">
<li class="nav-header">Statistics</li>
<li><a href=""><span class="icon-align-left"></span> New Reports from <strong>Products</strong> <small class="muted"> - 19 hours ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Users</strong> <small class="muted"> - 2 days ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Comments</strong> <small class="muted"> - 3 days ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> Most Popular in <strong>Products</strong> <small class="muted"> - 1 week ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> Most Viewed in <strong>Blog</strong> <small class="muted"> - 1 week ago</small></a></li>
<li class="viewmore"><a href="charts.html">View More Statistics</a></li>
</ul>
</li>
<li class="right">
<div class="userloggedinfo">
<img src="images/photos/thumb1.png" alt="" />
<div class="userinfo">
<h5>Juan Dela Cruz <small>- juan@themepixels.com</small></h5>
<ul>
<li><a href="editprofile.html">Edit Profile</a></li>
<li><a href="">Account Settings</a></li>
<li><a href="index.html">Sign Out</a></li>
</ul>
</div>
</div>
</li>
</ul><!--headmenu-->
</div>
</div>
<div class="leftpanel">
<div class="leftmenu">
<ul class="nav nav-tabs nav-stacked">
<li class="nav-header">Navigation</li>
<li><a href="dashboard.html"><span class="iconfa-laptop"></span> Dashboard</a></li>
<li><a href="buttons.html"><span class="iconfa-hand-up"></span> Buttons & Icons</a></li>
<li class="dropdown"><a href=""><span class="iconfa-pencil"></span> Forms</a>
<ul>
<li><a href="forms.html">Form Styles</a></li>
<li><a href="wizards.html">Wizard Form</a></li>
<li><a href="wysiwyg.html">WYSIWYG</a></li>
<li><a href="registration.html">Registration Page</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-briefcase"></span> UI Elements & Widgets</a>
<ul>
<li><a href="elements.html">Theme Components</a></li>
<li><a href="bootstrap.html">Bootstrap Components</a></li>
<li><a href="boxes.html">Headers & Boxes</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Tables</a>
<ul>
<li><a href="table-static.html">Static Table</a></li>
<li><a href="table-dynamic.html">Dynamic Table</a></li>
</ul>
</li>
<li><a href="media.html"><span class="iconfa-picture"></span> Media Manager</a></li>
<li><a href="typography.html"><span class="iconfa-font"></span> Typography</a></li>
<li><a href="charts.html"><span class="iconfa-signal"></span> Graph & Charts</a></li>
<li class="dropdown"><a href=""><span class="iconfa-envelope"></span> Messaging</a>
<ul>
<li><a href="messages.html">Mailbox</a></li>
<li><a href="chat.html">Chat Page</a></li>
</ul>
</li>
<li><a href="calendar.html"><span class="iconfa-calendar"></span> Calendar</a></li>
<li class="dropdown active"><a href=""><span class="iconfa-book"></span> Other Pages</a>
<ul style="display:block">
<li><a href="404.html">404 Error Page</a></li>
<li><a href="editprofile.html">Edit Profile</a></li>
<li><a href="invoice.html">Invoice Page</a></li>
<li><a href="discussion.html">Discussion Page</a></li>
<li><a href="topic.html">View Topic Page</a></li>
<li><a href="blog.html">Grid Blog List</a></li>
<li><a href="blank.html">Blank Page</a></li>
<li><a href="timeline.html">Timeline Page</a></li>
<li><a href="people.html">People Directory</a></li>
<li><a href="lockscreen.html">Lock Screen</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Three Level Menu Sample</a>
<ul>
<li class="dropdown"><a href="">Second Level Menu</a>
<ul>
<li><a href="">Third Level Menu</a></li>
<li><a href="">Another Third Level Menu</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!--leftmenu-->
</div><!-- leftpanel -->
<div class="rightpanel">
<ul class="breadcrumbs">
<li><a href="dashboard.html"><i class="iconfa-home"></i></a> <span class="separator"></span></li>
<li><a href="editprofile.html">Other Pages</a> <span class="separator"></span></li>
<li>Edit Profile</li>
<li class="right">
<a href="" data-toggle="dropdown" class="dropdown-toggle"><i class="icon-tint"></i> Color Skins</a>
<ul class="dropdown-menu pull-right skin-color">
<li><a href="default">Default</a></li>
<li><a href="navyblue">Navy Blue</a></li>
<li><a href="palegreen">Pale Green</a></li>
<li><a href="red">Red</a></li>
<li><a href="green">Green</a></li>
<li><a href="brown">Brown</a></li>
</ul>
</li>
</ul>
<div class="pageheader">
<form action="results.html" method="post" class="searchbar">
<input type="text" name="keyword" placeholder="To search type and hit enter..." />
</form>
<div class="pageicon"><span class="iconfa-laptop"></span></div>
<div class="pagetitle">
<h5>Sample Text Here</h5>
<h1>Edit Profile</h1>
</div>
</div><!--pageheader-->
<div class="maincontent">
<div class="maincontentinner">
<div class="row-fluid">
<div class="span4 profile-left">
<div class="widgetbox profile-photo">
<div class="headtitle">
<div class="btn-group">
<button data-toggle="dropdown" class="btn dropdown-toggle">Action <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">Change Photo</a></li>
<li><a href="#">Remove Photo</a></li>
</ul>
</div>
<h4 class="widgettitle">Profile Photo</h4>
</div>
<div class="widgetcontent">
<div class="profilethumb">
<img src="images/profilethumb.png" alt="" class="img-polaroid" />
</div><!--profilethumb-->
</div>
</div>
<div class="widgetbox tags">
<h4 class="widgettitle">Tags</h4>
<div class="widgetcontent">
<ul class="taglist">
<li><a href="">HTML5 <span class="close">×</span></a></li>
<li><a href="">CSS <span class="close">×</span></a></li>
<li><a href="">PHP <span class="close">×</span></a></li>
<li><a href="">jQuery <span class="close">×</span></a></li>
<li><a href="">Java <span class="close">×</span></a></li>
<li><a href="">GWT <span class="close">×</span></a></li>
<li><a href="">CodeNgniter <span class="close">×</span></a></li>
<li><a href="">Bootstrap <span class="close">×</span></a></li>
</ul>
<a href="" style="display:block;margin-top:10px">+ Add Tag</a>
</div>
</div>
</div><!--span4-->
<div class="span8">
<form action="editprofile.html" class="editprofileform" method="post">
<div class="widgetbox login-information">
<h4 class="widgettitle">Login Information</h4>
<div class="widgetcontent">
<p>
<label>Username:</label>
<input type="text" name="username" class="input-xlarge" value="themepixels" />
</p>
<p>
<label>Email:</label>
<input type="text" name="email" class="input-xlarge" value="you@yourdomain.com" />
</p>
<p>
<label style="padding:0">Password</label>
<a href="">Change Password?</a>
</p>
</div>
</div>
<div class="widgetbox personal-information">
<h4 class="widgettitle">Personal Information</h4>
<div class="widgetcontent">
<p>
<label>Firstname:</label>
<input type="text" name="firstname" class="input-xlarge" value="Theme" />
</p>
<p>
<label>Lastname:</label>
<input type="text" name="lastname" class="input-xlarge" value="Pixels" />
</p>
<p>
<label>Location:</label>
<input type="text" name="location" class="input-xlarge" value="Cebu, Philippines" />
</p>
<p>
<label>Your Website:</label>
<input type="text" name="website" class="input-xlarge" value="http://themepixels.com/" />
</p>
<p>
<label>About You:</label>
<textarea name="about" class="span8"></textarea>
</p>
</div>
</div>
<div class="widgetbox profile-notifications">
<h4 class="widgettitle">Notifications</h4>
<div class="widgetcontent">
<p>
<input type="checkbox" /> Email me when someone mentions me... <br />
<input type="checkbox" /> Email me when someone follows me...
</p>
</div>
</div>
<p>
<button type="submit" class="btn btn-primary">Update Profile</button> <a href="">Deactivate your account</a>
</p>
</form>
</div><!--span8-->
</div><!--row-fluid-->
<div class="footer">
<div class="footer-left">
<span>© 2013. Shamcey Admin Template. All Rights Reserved.</span>
</div>
<div class="footer-right">
<span>Designed by: <a href="http://themepixels.com/">ThemePixels</a></span>
</div>
</div><!--footer-->
</div><!--maincontentinner-->
</div><!--maincontent-->
</div><!--rightpanel-->
</div><!--mainwrapper-->
</body>
</html>