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.117.94.180
<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">Report Type</td>
<td>:</td>
<td>
<select
id="r_type"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
>
<option value="">---Select---</option>
<option value="attlist">
Shortage of Attendace between 75 and 85
</option>
<option value="shortlist">
Shortage of Attendace Below 75% and CIE less than 20
</option>
</select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Degree</td>
<td>:</td>
<td>
<select
id="degree"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="getIASemisterDet()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Semester</td>
<td>:</td>
<td>
<select id="semister" style="width: 450px; height: 30px; margin: 2px">
<option value="All">All</option>
<option value="A">I Semister</option>
<option value="B">II Semister</option>
<option value="C">III Semister</option>
<option value="D">IV Semister</option>
<option value="E">V Semister</option>
<option value="F">VI Semister</option>
<option value="G">VII Semister</option>
<option value="H">VIII Semister</option>
</select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Reg No. Range</td>
<td>:</td>
<td>
<input
type="text"
name="fromreg"
id="fromreg"
value="0"
placeholder="From Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
-
<input
type="text"
name="toreg"
id="toreg"
value="z"
placeholder="To Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
onclick="GenerateIASumReport()"
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>
</div>
<script>
$(document).ready(function () {
$("#exam_range").hide();
});
</script>
|