-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedit_profile.php
More file actions
executable file
·67 lines (66 loc) · 3.11 KB
/
edit_profile.php
File metadata and controls
executable file
·67 lines (66 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "user_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: -10px; margin-bottom: 0px">
<?include "user_sidebar.php"?>
<div class="span9" style="margin-top: 20px; margin-bottom: 10px; border:3px solid #404040; height: 400px; margin-left: 50px; ">
<form action="signup.php" class="pull-left">
<table width="350px" style="margin-bottom: 5px;">
<tbody>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Full Name </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Phone Number </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Email Address</td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Location/Ward </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Education </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Current Pin</td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> New Pin </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
<tr>
<td align="right" valign="middle" height="100%" style="vertical-align:middle;"> Re-Enter New Pin </td>
<td font=""> <input class="input-large" style="height: 20px;"type="text"> </input></input></td>
</tr>
</tbody>
</table>
<div class="row" style="margin-left: 0px";>
<div class="span4" style="margin-top: 0px; margin-left: 110px; min-height: 50px; border-left: 0px;">
<button class="btn small orange" type="submit" style="height: 35px;"> Save Changes </button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>