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.85.111
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#Report_degree_list">Admission Reports</a></li>
</ul>
<div
align="left"
id="Report_admission_list"
style="overflow: auto; padding: 1rem"
>
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Report Type:</td>
<td>
<select
id="type"
class="textInputEnabled"
style="width: 100%; height: 26px"
onchange="showstatusadm()"
></select>
</td>
</tr>
<tr id="hdegree">
<td style="width: 140px" align="right">Degree:</td>
<td>
<select
name="combination"
id="report_degree_code"
class="textInputEnabled"
style="width: 100%; height: 26px"
></select>
</td>
</tr>
<tr id="appRange">
<td style="width: 140px" align="right">Application Range:</td>
<td>
<input
type="text"
id="appfrom"
value="0"
class="textInputEnabled"
style="width: 150px; text-align: center"
/>
-
<input
type="text"
id="appto"
value="Z"
class="textInputEnabled"
style="width: 150px; text-align: center"
/>
</td>
</tr>
<tr style="display: none">
<td style="width: 140px" align="right">Exam:</td>
<td>
<select
id="yearx"
class="textInputEnabled"
style="width: 100%; height: 26px"
>
<option value="A">Fresh Admission (First Sem)</option>
<option value="C">Lateral Entry</option>
</select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Exam:</td>
<td>
<select
id="year"
class="textInputEnabled"
style="width: 100%; height: 26px"
>
<option value="A">Fresh Admission (First Sem)</option>
<option value="C">Lateral Entry</option>
</select>
</td>
</tr>
<tr style="display: none" id="hfaculty">
<td style="width: 140px" align="right">Faculty:</td>
<td>
<select
id="faculty"
class="textInputEnabled"
style="width: 100%; height: 26px"
>
<option value="">-Select-</option>
<option value="UG">UG</option>
<option value="PG">PG</option>
</select>
</td>
</tr>
</table>
<br />
</div>
</div>
|