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 : 52.15.49.90
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul style='height:20px;'>
<li></li>
</ul>
<div align="left" id="Report_admission_list" style="height:376px; overflow:auto">
<table width="90%" border="0" cellpadding="" cellspacing="" style='margin-top:20px;'>
<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">Sl.No Range:</td>
<td>
<input type="text" id="report_slno_Start" style="width: 70px"
onfocus="$g_focus_element='report_slno_Start';" value='0000' maxlength=4/> -
<input type="text" id="report_slno_End" style="width: 70px"
onfocus="$g_focus_element='report_slno_End';" value='ZZZZ' maxlength=4/>
</td>
</tr>
<tr>
<td align="right" style="width:85px"> 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>
<table width="100%" class="content-tbl" border="0" cellspacing="4" cellpadding="0">
<tr align="center">
<td>
Registration Form:
<input id="report_adm_form" type="Radio" name="report_adm_only"
onfocus="$g_focus_element='report_adm_form'" checked="checked"/>
Registration Listing:
<input id="report_adm_list" type="Radio" name="report_adm_only"
onfocus="$g_focus_element='report_adm_list'"/>
<!-- Registration Summery:
<input id="report_adm_summery" type="Radio" name="report_adm_only"
onfocus="$g_focus_element='report_adm_summery'"/> -->
</td>
</tr>
</table>
</div>
</div>
|