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.145.196.141
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Degree / Subject Report</a></li>
</ul>
<div>
<div id="report_type" style="overflow: auto; padding: 1rem">
<table
class="content-tbl"
cellpadding="5"
cellspacing="2"
width="100%"
>
<tr>
<td style="width: 140px" align="right">Degree:</td>
<td>
<select
id="degreeid"
onchange="handleExamno()"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Exam No.:</td>
<td>
<select
id="examnoid"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Report Type:</td>
<td>
<select
id="report"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="handlerReport()"
>
<option value="">--Select--</option>
<option value="degree">Degree Report</option>
<option value="subject">Subject Report</option>
</select>
</td>
</tr>
</table>
</div>
</div>
<div id="datatable"></div>
</div>
|