-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcv_education.php
More file actions
executable file
·91 lines (85 loc) · 4.21 KB
/
mcv_education.php
File metadata and controls
executable file
·91 lines (85 loc) · 4.21 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
<tr>
<form>
<table>
<tbody>
<tr>
<td>
<h3 style="font-weight: bold; font-size: 17px; color: #000000; line-height: 20px; ">EDUCATION </h3>
<h3 style="font-weight: bold; font-size: 15px; color: #000000; line-height: 20px; ">Primary School </h3>
</td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="Name_school" name="Name_school" > </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="Nat_Score" name="Nat_Score" > </input></td>
</tr>
</tbody>
</table>
</form>
</tr>
<tr>
<form>
<table>
<tbody>
<tr>
<td>
<h3 style="font-weight: bold; font-size: 15px; color: #000000; line-height: 20px; ">Secondary School </h3>
</td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="Name_school" name="Name_school" > </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="Nat_Score" name="Nat_Score" > </input></td>
</tr>
</tbody>
</table>
</form>
</tr>
<tr>
<form>
<table>
<tbody>
<tr>
<td>
<h3 style="font-weight: bold; font-size: 15px; color: #000000; line-height: 20px; ">University </h3>
</td>
</tr>
<tr>
<td font=""> <input class="input-medium" style="margin-left: 30px; width: 200px;" id="Name_school" name="Name_school" > </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="Degree" name="Degree" > </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>