-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_sidebar.php
More file actions
executable file
·36 lines (35 loc) · 1.38 KB
/
user_sidebar.php
File metadata and controls
executable file
·36 lines (35 loc) · 1.38 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
<div class="span3" style=" margin-top: 150px;">
<div class="span2" style="margin-left: 70px; border: 0px;">
<table valign="middle">
<tbody>
<tr>
<td>
<div class="span1" style="min-height: 10px; border-left: 0px;">
<form method="post" action="edit_skills.php" style="margin-top: 5px; margin-bottom: 5px;">
<input class="btn small orange" type="submit" style="height: 40px; width: 100px; font-size: 12px; color: #ffffff;" value="Edit Skills"> </input>
</form>
</div>
</td>
</tr>
<tr>
<td>
<div class="span1" style="min-height: 10px; border-left: 0px;">
<form method="post" action="edit_jobs.php" style="margin-top: 5px; margin-bottom: 5px;">
<input class="btn small orange" type="submit" style="height: 40px; width: 100px; font-size: 12px; color: #ffffff;" value="Edit Jobs"> </input>
</form>
</div>
</td>
</tr>
<tr>
<td>
<div class="span1" style="min-height: 10px; border-left: 0px;">
<form method="post" action="edit_top10.php" style="margin-top: 5px; margin-bottom: 5px;">
<input class="btn small orange" type="submit" style="height: 40px; width: 100px; font-size: 12px; color: #ffffff;" value="Edit Top 10"> </input>
</form>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>