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.146.65.134
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<script>
$('#report_drpt_exam_date_from').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
</script>
<script>
$('#report_drpt_exam_date_to').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
</script>
<div id='tabs'>
<ul>
<li><a href='#Report_degree_list'>General</a></li>
</ul>
<div align="left" id="Report_daily_report_div" style="height:340px; overflow:auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right">Exam Date From:</td>
<td>
<input style="width:90px;" type="text" id="report_drpt_exam_date_from" name="report_drpt_exam_date_from"/>
<!-- <a href='javascript:;' id="daily_report_exam_date_from">
<img onclick="calender_popup('report_drpt_exam_date_from','daily_report_exam_date_from');" src="images/cal.jpg" border='0'></img></a>
-->Exam Date To:
<input style="width:90px;" type="text" id="report_drpt_exam_date_to" name="report_drpt_exam_date_to"/>
<!-- <a href='javascript:;' id="daily_report_exam_date_to">
<img onclick="calender_popup('report_drpt_exam_date_to','daily_report_exam_date_to');" src="images/cal.jpg" border='0'></img></a>
--> </td>
</tr>
<tr>
<td align="right">Session:</td>
<td align="left">
Morning
<input style="width:17px;" type="radio" id="report_drpt_session_morning" name="session" checked />
Afternoon
<input style="width:17px;" type="radio" id="report_drpt_session_afternoon" name="session"/>
Both
<input style="width:17px;" type="radio" id="report_drpt_session_both" name="session"/>
</td>
</tr>
<tr>
<td align="right">
Degree Code:
</td>
<td>
<input type="text" id="report_drpt_degree_code_start" style="width:70px"
onblur="getdegreeCode(this.id);"
onkeydown="return keyboardDegreePopup(event,this.id,$('#report_drpt_degree_code_start').val())"
onfocus=" AssinId(this.id);" /> -
<input type="text" id="report_drpt_degree_code_End" style="width:70px"
onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5);}"
onkeypress ="return pulsar(event,this);"
onkeydown="return keyboardDegreePopup(event,this.id,$('#report_drpt_degree_code_End').val())"
onfocus=" AssinId(this.id);"
onblur="getdegreeCode(this.id);"/>
</td>
</tr>
<tr>
<td align="right">Exam No:
</td>
<td>
<input type="text" id="report_drpt_Examno_start" style="width: 70px"
onfocus=" AssinId(this.id);"
onblur ="getExamNo($('#report_drpt_degree_code_start').val(),this.id);"
onkeydown="return keyboardExamNoPopup(event,this.id,$('#report_drpt_Examno_start').val())"> -
<input type="text" id="report_drpt_Examno_End" style="width: 70px"
onfocus="AssinId(this.id);"
onblur="getExamNo($('#report_drpt_degree_code_start').val(),this.id);"
onkeydown="return keyboardExamNoPopup(event,this.id,$('#report_drpt_Examno_End').val())">
</td>
</tr>
<tr>
<td align="right">Subject:
</td>
<td>
<input type="text" id="report_drpt_SubCode_start" style="width: 70px"
onfocus=" AssinId(this.id);"
onkeydown="return keyboardSubjectNamesPopupForAnswerScript(event,this.id);"
onblur="getSubjectcode(this.id);" /> -
<input type="text" id="report_drpt_SubCode_End" style="width: 70px"
onfocus=" AssinId(this.id);"
onkeydown="return keyboardSubjectNamesPopupForAnswerScript(event,this.id);"
onblur="getSubjectcode(this.id);"/>
</td>
</tr>
<!-- <tr>
<td colspan="2" align="right">
<input type="button" id="report_drpt_generate" value="Generate" style="width:70px"
onclick='GenerateDailyReport()';/>
</tr>
</td>-->
<!-- <tr style="height:80px;">
<td></td>
<td>
<input type="button" id="report_drpt_generate" value="Generate" style="width: 70px"
onclick='GenerateDailyReport()'; />
</td>
</tr> -->
</table>
</div>
</div>
|