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.15.214.244
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
});
$(function() {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height:20px;">
<li><a href="#">Report Exam Application</a></li>
</ul>
<div align="left" id="report_exam_application_form" style="height:370px;">
<table
width="100%"
border="0"
cellspacing="1"
cellpadding="1"
style="margin-top:20px;"
>
<tr>
<td style="width:140px" align="right">Degree :</td>
<td>
<input
type="text"
id="report_marklist_student_degree_code"
style="width: 80px"
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_marklist_student_degree_code').val())"
onfocus="$g_focus_element='report_marklist_student_degree_code';"
onblur="getdegreeNames();"
/>
<input
type="text"
id="report_marklist_student_degree_name"
readonly
tabindex="-1"
onfocus="$g_focus_element='report_marklist_student_degree_name';"
style="background-color: AliceBlue"
/>
<img
border="0"
onclick="degreeDetailsPopup($('#report_marklist_student_degree_code').val());"
src="images/edi.png"
style="cursor:pointer"
/>
</td>
</tr>
<tr style="display: none">
<td style="width:140px" align="right">Exam No:</td>
<td>
<input
type="text"
id="report_student_Examno"
style="width: 80px"
maxlength="10"
value="ABCDEFGHIJ"
onkeypress="return isLetter(event,this)"
onblur="this.value=this.value.toUpperCase();"
/>
</td>
</tr>
<tr>
<td style="width:140px" align="right">Application Range :</td>
<td>
<input
type="text"
id="report_application_range_from"
style="width: 80px"
value="0000"
name="report_application_range_from"
/>
-
<input
type="text"
id="report_application_end_to"
style="width: 80px"
onfocus="$g_focus_element='report_application_end_to';"
value="ZZZZ"
name="report_application_end_to"
/>
</td>
</tr>
</table>
<table
width="100%"
border="0"
cellspacing="1"
cellpadding="1"
id="student_fields"
>
<tr>
<td style="width:140px" align="right">Reg.No Range :</td>
<td>
<input
type="text"
id="report_exam_reg_start_from"
maxlength="8"
style="width: 80px"
value="0000"
name="report_exam_reg_start_from"
/>
-
<input
type="text"
id="report_exam_reg_end_to"
maxlength="8"
style="width: 80px"
value="ZZZZ"
name="report_exam_reg_end_to"
/>
</td>
</tr>
<tr>
<td style="width:140px" align="right">Report Type :</td>
<td>
<select id="ack_type" style="width:84px;">
<option value="ALL">All</option>
<option value="Pending">Pending</option>
<option value="Acknowledged">Acknowledged</option>
</select>
<!-- <span class="raval_submit_td" style="margin-left:10px;">
</span> -->
</td>
</tr>
<tr>
<td style="width:140px" align="right">Payment Type :</td>
<td>
<select id="pay_mode" style="width:84px;">
<option value="ALL">All</option>
<option value="Post Office">Post Office</option>
<option value="Payment Gateway">Payment Gateway</option>
</select>
<span
class="raval_submit_td"
style="margin-left:10px;"
onclick="ReportExamApplicationForm()"
>
Generate
</span>
</td>
</tr>
</table>
</div>
</div>
|