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 : 18.116.118.214
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div>
<div>
<table style="font-size: 13px">
<tr>
<td>Degree</td>
<td>:</td>
<td>
<select
id="degree_type"
style="width: 450px; height: 30px; margin: 2px"
onchange="loadSemester()"
></select>
</td>
</tr>
<tr>
<td>Semester</td>
<td>:</td>
<td>
<select
id="sem_type"
style="width: 450px; height: 30px; margin: 2px"
onchange="loadSubject()"
></select>
</td>
</tr>
<tr>
<td>Subject</td>
<td>:</td>
<td>
<select
id="sub_type"
style="width: 450px; height: 30px; margin: 2px"
onchange="loadSection()"
></select>
</td>
</tr>
<tr>
<td>Section</td>
<td>:</td>
<td>
<select
id="section"
style="width: 450px; height: 30px; margin: 2px"
></select>
</td>
</tr>
<tr>
<td>
Register No. <br />
Range
</td>
<td>:</td>
<td>
<input
type="text"
name="fromreg"
id="from_reg"
value="0"
placeholder="From Reg"
style="height: 24px; margin: 2px"
/>
-
<input
type="text"
name="toreg"
id="to_reg"
value="z"
placeholder="To Reg"
style="height: 24px; margin: 2px"
/>
</td>
</tr>
<tr>
<td>
Percentage <br />
Range
</td>
<td>:</td>
<td>
<input
type="text"
name="fromper"
id="from_per"
value=""
placeholder="From %"
style="height: 24px; margin: 2px"
/>
-
<input
type="text"
name="toper"
id="to_per"
value=""
placeholder="To %"
style="height: 24px; margin: 2px"
/>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
onclick="getAttendanceReport()"
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
border-radius: 3px;
"
>Generate</span
>
</td>
</tr>
</table>
</div>
<!-- <script>
$(document).ready(function () {
$("#exam_range").hide();
});
</script> -->
</div>
</div>
|