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.116.19.29
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a href='#report_Marklist_subject_wise_div'>Fee Details</a></li>
</ul>
<div align="left" id="report_Marklist_subject_wise_div" style="height:250px; overflow:auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td style="width:155px;font-size:12px;" align="left">College Range
</td>
<td> : </td>
<td>
<input type="text" id="coll_from" style="width: 90px" placeholder = 'From' maxlength = 4 name="college_from"/>
-
<input type="text" id="coll_to" style="width: 90px" placeholder = 'To' maxlength = 4 name="college_to"/>
</td>
</tr>
<tr>
<td style="width:155px;font-size:12px;" align="left">Degree Range
</td>
<td> : </td>
<td>
<input type="text" id="deg_from" style="width: 90px" maxlength = 5 value="0000" onkeypress = "to_upperx(this.id)" name="deg_from"/>
-
<input type="text" id="deg_to" style="width:90px" maxlength = 5 value="ZZZZ" onkeypress = "to_upperx(this.id)" name="deg_to"/>
</td>
</tr>
<tr>
<td style="width:155px;font-size:12px;" align="left">Exam Range
</td>
<td> : </td>
<td>
<input type="text" id="exam_from" style="width: 90px" maxlength = 1 value="0" onkeypress = "to_upperx(this.id)" name="exam_from"/>
-
<input type="text" id="exam_to" style="width: 90px" maxlength = 1 value="Z" onkeypress = "to_upperx(this.id)" name="exam_to"/>
</td>
</tr>
<tr>
<td style="width:155px;font-size:12px;" align="left">Reg. No. Range
</td>
<td> : </td>
<td>
<input type="text" id="regno_from" style="width: 90px" maxlength = 8 value="0" onkeypress = "to_upperx(this.id)" name="regno_from"/>
-
<input type="text" id="regno_to" style="width: 90px" maxlength = 8 value="Z" onkeypress = "to_upperx(this.id)" name="regno_to"/>
</td>
</tr>
<tr>
<td style="width:155px;font-size:12px;" align="left">Category Range
</td>
<td> : </td>
<td>
<select onchange='' id="cat_from" style="width:90px;" ><option value = '0'>All</option> </select>
-
<select onchange='' id="cat_to" style="width:90px;" ><option value = 'z'>All</option> </select>
</td>
</tr>
<tr>
<td style="width:155px;font-size:12px;" align="left">Fee Exempted
</td>
<td> : </td>
<td>
<input type='checkbox' id="feeexmpted" name="feeexmpted">
</td>
</tr>
</table>
</div>
</div>
|