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.129.253.21
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div>
<table>
<tr>
<td style="font-size: 13px">Degree</td>
<td>:</td>
<td>
<select
name="Degree"
id="report_topsheet_degree_code"
style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
onchange="getBatchWiseSemesterDetailsPD()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Exam</td>
<td>:</td>
<td>
<select
name="exam"
id="report_topsheet_Examno"
style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Batch Range</td>
<td>:</td>
<td>
<input
type="text"
id="report_topsheet_from"
maxlength="2"
style="width: 120px; height: 24px; margin: 5px; font-size: 13px"
value="0"
name="report_topsheet_from"
/>
-
<input
type="text"
id="report_topsheet_to"
maxlength="2"
style="width: 120px; height: 24px; margin: 5px; font-size: 13px"
value="ZZ"
name="report_topsheet_to"
/>
</td>
</tr>
</table>
</div>
</div>
|