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.109.209
<script>$('#revalution_from_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true}); </script>
<script>$('#revalution_to_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true}); </script>
<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_revaluation_degree_code" type="text" maxlength="5" style = "width:70px;"
onkeydown="return keyboardDegreePopup(event,this.id,$('#report_revaluation_degree_code').val());"
onfocus="$g_focus_element='report_revaluation_degree_code'"
onblur="getdegreeNames();"/>
<input type="text" id="report_revaluation_degree_name" readonly tabindex=-1 onfocus="$g_focus_element='report_revaluation_degree_name';" style="width:170px; background-color: AliceBlue">
<img border="0" onclick="degreeDetailsPopup($('#report_revaluation_degree_code').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr>
<td align="right" style="width:110px">From Exam No:
</td>
<td style="width:300px;">
<input class='ElementCount' type="text" id="revaluation_from_Exam_no" value="A" style="width: 70px">
TO Exam No:
<input class='ElementCount' type="text" id="revaluation_to_Exam_no" value="Z" style="width: 70px">
</td>
</tr>
<tr>
<td align="right" style="width:110px">From Reg No:
</td>
<td style="width:300px;">
<input type="text" id="revalution_from_reg_no" value="000000" style="width: 70px"/>
TO Reg No:
<input type="text" id="revalution_to_reg_no" value="ZZZZZZ" style="width: 70px"/>
</td>
</tr>
<tr>
<td align="right" style="width:110px">From Date:
</td>
<td style="width:300px;">
<input type='text' id='revalution_from_date' value='00/00/0000' style='margin-bottom: 10px;width:70px;'>
TO Date:
<input type='text' id='revalution_to_date' value='00/00/0000' style='margin-bottom: 10px;width:70px;'>
</td>
</tr>
</div>
|