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.118.128.17
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a href='#Report_degree_list'>General</a></li>
</ul>
<div align="left" id="Report_admission_list" style="height:256px; overflow:auto">
<table width="90%" border="0" cellpadding="" cellspacing="">
<tr>
<td style="width:85px" align="right">Degree:</td>
<td>
<input id="report_degree_code" type="text" maxlength="5" style = "width:70px;"
onkeydown="return keyboardDegreePopup(event,this.id,$('#adclme_degree_code').val());"
onfocus="$g_focus_element='report_admission_degree_code'"
onblur="getdegreeNames();"/>
<input type="text" id="report_degree_name" readonly tabindex=-1 onfocus="$g_focus_element='report_degree_name';" style="width:330px; background-color: AliceBlue">
<img border="0" onclick="degreeDetailsPopup($('#report_degree_code').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr style='display:none;'>
<td align="right">Exam:
</td>
<td>
<input class='ElementCount' type="text" id="report_Examno" style="width: 70px"
onkeyup="if (this.value.length > 1) {this.value = this.value.substr(0,1); }"
onblur ="getExamName($('#report_degree_code').val(),this.id);"
onkeypress ="return pulsar(event,this);"
onkeydown="return keyboardExamNoPopup(event,this.id,$('#report_Examno').val())"
onfocus="$g_focus_element='report_Examno';">
<!-- onkeypress="return pulsar(event,this);" onkeydown="return MarkEntrySubGetExamNO(event,this.id,$('#markentry_sub_Examno').val())"-->
<input type="text" id="report_Exam_name" readonly tabindex=-1 onfocus="$g_focus_element='report_Exam_name';" style="background-color: AliceBlue">
<img border="0" onclick="GetMarkEntrySubGetExamNO($('#report_Examno').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr style ='display:none;'>
<td align="right">Branch:
</td>
<td>
<input class='ElementCount' type="text" id="report_branch_code" maxlength="5" style="width: 70px"
onblur ="getSubdegreeNames($('#report_branch_code').val(),this.id);"
onkeydown="return keyboardSubDegreePopup(event,this.id,$('#report_branch_code').val())"
onfocus="$g_focus_element='report_branch_code';">
<input type="text" id="report_branch_name" readonly tabindex=-1 onfocus="$g_focus_element='report_branch_name';" style="width:330px; background-color: AliceBlue">
<img border="0" onclick="SubDegreeDetailsPopup($('#report_branch_code').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr>
<td align="right"> Lateral Entry :
</td>
<td>
<input align="left" type="checkbox" style = "vertical-align:-3px; width:14px; border:0px; margin:0px;" id="is_report_lateral_entry" name="is_report_lateral_entry" />
</td>
</tr>
</table><br>
</div>
</div>
|