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.42.140
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li>
<a href="#freeze_module_at_college_admin_subject"
>Attendance CIE Eligiblity</a
>
</li>
</ul>
<div
id="freeze_module_at_college_admin_subject"
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
type="text"
id="fmacas_degree_code"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="getAttExamno()"
></select>
<!-- <input id="fmacas_degree_code" type="text" maxlength="5" style = "width:50px;"
onblur="getdegreeNames(); "
onkeydown="return keyboardDegreePopup(event,this.id,$('#fmacas_degree_code').val());"
onfocus="$g_focus_element='fmacas_degree_code'"/>
<input id="fmacas_degree_name" type="text" tabindex="-1" style = "width:240px; background-color: AliceBlue;"/> -->
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Exam No.:</td>
<td>
<select
type="text"
id="fmacas_sub_Examno"
class="textInputEnabled"
style="width: 100%; height: 28px"
></select>
<!-- <input type="text" id="fmacas_sub_Examno" maxlength="1" style="width: 50px"
onblur ="getExamName($('#fmacas_degree_code').val(),this.id);"
onkeydown="return keyboardExamNoPopup(event,this.id,$('#fmacas_sub_Examno').val())"
onfocus="$g_focus_element='fmacas_sub_Examno';">
<input type="text" id="fmacas_sub_Exam_name" readonly tabindex="-1" onfocus="$g_focus_element='fmacas_sub_Exam_name';" style="width:240px; background-color: AliceBlue">
-->
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Section:</td>
<td>
<!-- <input type="text" id="fsection" style="width: 50px" maxlength = 5 onblur='this.value=this.value.toUpperCase();'> -->
<select
type="text"
id="fsection"
class="textInputEnabled"
style="width: 100%; height: 28px"
></select>
</td>
</tr>
</table>
<br />
</div>
</div>
|