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.33.130
Current Path : /var/www/oasis/html_modules/ |
| Current File : /var/www/oasis/html_modules/report_exam_application_form.html |
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Exam Application Fee Report</a></li>
</ul>
<div
id="report_exam_application_form"
style="overflow: auto; padding: 1rem"
>
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Degree:</td>
<td>
<select
id="degree"
class="textInputEnabled"
style="width: 100%; height: 28px"
name="Degree"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr id="sem">
<td align="right">Exam:</td>
<td>
<!-- <input type="text" id="report_student_Examno" style="width: 80px; text-align: center; text-transform: uppercase;" maxlength = 6 value="ABCDEF" onkeypress = 'return isLetter(event,this)' onblur='this.value=this.value.toUpperCase();' /> -->
<select
id="report_student_Examno"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="All">All</option>
<option value="A">1st Semester</option>
<option value="B">2nd Semester</option>
<option value="C">3rd Semester</option>
<option value="D">4th Semester</option>
<option value="E">5th Semester</option>
<option value="F">6th Semester</option>
<option value="G">7th Semester</option>
<option value="H">8th Semester</option>
<option value="I">9th Semester</option>
<option value="J">10th Semester</option>
</select>
</td>
</tr>
<tr id="acusem">
<td align="right">Exam:</td>
<td>
<input
type="text"
id="report_student_acuExamno"
style="
width: 80px;
text-align: center;
text-transform: uppercase;
"
maxlength="10"
value="ABCDEFGHIJ"
onkeypress="return isLetter(event,this)"
onblur="this.value=this.value.toUpperCase();"
/>
</td>
</tr>
<tr style="display: none">
<td>Application Range:</td>
<td>
<input
type="text"
id="report_application_range_from"
maxlength="12"
style="
text-align: center;
text-transform: uppercase;
height: 24px;
margin: 2px;
"
value="0000"
name="report_application_range_from"
/>
-
<input
type="text"
id="report_application_end_to"
maxlength="12"
style="
text-align: center;
text-transform: uppercase;
height: 24px;
margin: 2px;
"
onfocus="$g_focus_element='report_application_end_to';"
value="ZZZZ"
name="report_application_end_to"
/>
</td>
</tr>
<tr>
<td align="right">Reg. No. Range:</td>
<td>
<input
type="text"
id="report_exam_reg_start_from"
maxlength="8"
style="
text-align: center;
text-transform: uppercase;
width: 150px;
height: 20px;
"
value="0"
name="report_exam_reg_start_from"
class="textInputEnabled"
/>
-
<input
type="text"
id="report_exam_reg_end_to"
maxlength="8"
style="
text-align: center;
text-transform: uppercase;
width: 150px;
height: 20px;
"
value="Z"
name="report_exam_reg_end_to"
class="textInputEnabled"
/>
</td>
</tr>
<tr>
<td align="right">Payment Status:</td>
<td>
<select
id="ack_type"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="All">All</option>
<option value="success">Success Only</option>
<option value="pending">Pending Only</option>
</select>
<!-- <span class="raval_submit_td" style="margin-left:10px;">
</span> -->
</td>
</tr>
<tr style="display: none">
<td>Payment Type:</td>
<td>
<select
id="pay_mode"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="ALL">All</option>
<option value="Payment Gateway">Payment Gateway</option>
</select>
</td>
</tr>
</table>
</div>
</div>
|