-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcv_experience.php
More file actions
executable file
·35 lines (33 loc) · 1.44 KB
/
mcv_experience.php
File metadata and controls
executable file
·35 lines (33 loc) · 1.44 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
<tr>
<form>
<table>
<tbody>
<tr>
<td>
<h3 style="font-weight: bold; font-size: 17px; color: #000000; line-height: 20px; ">WORK EXPERIENCE </h3>
<h3 style="font-weight: bold; font-size: 15px; color: #000000; line-height: 20px; ">Name of job </h3>
</td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="Company" name="Company" > </input></td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="Loc_school" name="Loc_school" > </input></td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 85px;" id="Start_year" name="Start_year" > </input>
<input class="input-medium" style="margin-left: 15px; width: 85px;" id="End_year" name="End_year" > </input></td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="JP" name="JP" > </input></td>
</tr>
<tr>
<td font=""> <input class="btn small primary" type="submit" style="height: 30px; width: 130px; font-size: 13px; color: #ffffff;" value="See Example"> </input></td>
</tr>
<tr>
<td font=""> <input class="btn small orange" type="submit" style="height: 30px; width: 130px; font-size: 13px; color: #ffffff;" value="Submit Changes"> </input></td>
</tr>
</tbody>
</table>
</form>
</tr>