Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.135.206.19
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#cntr_declaration">Upload Study Material</a></li>
</ul>
<div id="centerEntry">
<input
name="hdnInstallments"
id="hdnInstallments"
value="0"
type="hidden"
/>
<table>
<tbody>
<tr>
<td>Exam No.<font color="red">*</font></td>
<td>:</td>
<td>
<select
id="sem"
class="InputTextEnabled"
name="Combination"
style="width: 450px; height: 30px; margin: 2px"
onchange="getcolldegexam()"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td>Degree<font color="red">*</font></td>
<td>:</td>
<td>
<select
id="fdegree"
class="InputTextEnabled"
name="Degree"
style="width: 450px; height: 30px; margin: 2px"
onchange="getSubject()"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td>Subject<font color="red">*</font></td>
<td>:</td>
<td>
<select
id="subject"
class="InputTextEnabled"
style="width: 450px; height: 30px; margin: 2px"
name="Combination"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td>Chapter / Lesson<font color="red">*</font></td>
<td>:</td>
<td>
<input
name="chapter / lesson"
placeholder="Chapter / Lesson"
id="lesson"
maxlength="250"
type="text"
autocomplete="off"
style="width: 278px; height: 24px; margin: 2px"
/>
</td>
</tr>
<tr>
<td>Teacher Name<font color="red">*</font></td>
<td>:</td>
<td class="topPadding3">
<input
name="Teacher Name"
placeholder="Teacher Name"
id="tech"
maxlength="250"
type="text"
autocomplete="off"
style="width: 278px; height: 24px; margin: 2px"
/>
</td>
</tr>
<tr>
<td>File Upload <br />(Max. 30MB Only)<font color="red">*</font></td>
<td>:</td>
<td>
<input
type="file"
class="form-control"
id="studymatrial"
style="border-radius: 4px"
onchange="upload_file('studymatrial');"
name="studymatrial"
style="height: 24px; margin: 2px"
/>
<input type="hidden" class="form-control" id="h_studymatrial" />
</td>
</tr>
</tbody>
</table>
</div>
</div>
|