-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjobs_education.php
176 lines (173 loc) · 8.47 KB
/
jobs_education.php
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
<?php
$degrees = "";
//$result3 = mysql_query("SELECT * FROM masters where Master_Type='Degrees'");
//while($row3 = mysql_fetch_array($result3))
//{
// $degrees .= "<option value='".$row3['Master_Value']."'>".$row3['Master_Value']."</option>";
//}
$degrees .= "<option value=''></option>";
$degrees .= "<option value='Ph.D'>Ph.D</option>";
$degrees .= "<option value='M.E/M.Tech>M.E/M.Tech</option>";
$degrees .= "<option value='M.Arch'>M.Arch</option>";
$degrees .= "<option value='MSc'>MSc</option>";
$degrees .= "<option value='MCA'>MCA</option>";
$degrees .= "<option value='MBA'>MBA</option>";
$degrees .= "<option value='B.E/B.Tech'>B.E/B.Tech</option>";
$degrees .= "<option value='B.Arch'>B.Arch</option>";
$degrees .= "<option value='BCA'>BCA</option>";
$degrees .= "<option value='BSc'>BSc</option>";
$degrees .= "<option value='BBA'>BBA</option>";
$degrees .= "<option value='Diploma'>Diploma</option>";
$degrees .= "<option value='PUC/12'>PUC/12</option>";
$degrees .= "<option value='SSLC/SSC/10'>SSLC/SSC/10</option>";
$degrees .= "<option value='MA/English'>MA/English</option>";
$grades ="";
$grades .= "<option value=''></option>";
$grades .= "<option value='CGPA'>CGPA</option>";
$grades .= "<option value='FCD Gold'>FCD Gold</option>";
$grades .= "<option value='FCD'>FCD</option>";
$grades .= "<option value='FC'>FC</option>";
$grades .= "<option value='SC'>SC</option>";
$grades .= "<option value='TC'>TC</option>";
$grades .= "<option value='A+'>A+</option>";
$grades .= "<option value='A'>A</option>";
$grades .= "<option value='B+'>B+</option>";
$grades .= "<option value='B'>B</option>";
$grades .= "<option value='C+'>C+</option>";
$grades .= "<option value='C'>C</option>";
$grades .= "<option value='Pursuing'>Pursuing</option>";
$grades .= "<option value='Awaiting'>Awaiting</option>";
?>
Education Details : Please provide details from highest chronological order
<table id="education" class="table table-striped table-bordered table-condensed table-responsive" cellspacing="0">
<thead>
<tr>
<th>Degree</th>
<th>Specialization</th>
<th>Passing Year</th>
<th>Univ./Board</th>
<th>Marks %</th>
<th>Class/Grade</th>
</tr>
</thead>
<tr>
<td><select type="text" name="edu_Degree[]" required="required">
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs" required="required"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001" required="required"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs" required="required"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 required="required"></input></td>
<td><select type="text" name="edu_ClassGrade[]" required="required">
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]">
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
<tr>
<td><select type="text" name="edu_Degree[]" >
<?php echo $degrees; ?>
</select></td>
<td><input type="text" name="edu_Speci[]" maxlength="25" placeholder="max 25 chrs"></input></td>
<td><input type="text" name="edu_PassingYear[]" maxlength="4" placeholder="e.g 2001"></input></td>
<td><input type="text" name="edu_UnivBoard[]" maxlength="30" placeholder="max 30 chrs"></input></td>
<td><input type="number" name="edu_Marks[]" maxlength="6" min=0 max=100.00 ></input></td>
<td><select type="text" name="edu_ClassGrade[]" >
<?php echo $grades; ?>
</select></td>
</tr>
</table>