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.145.199.240
<script>
$('#fdate').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
$('#tdate').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 style='height:20px;'>
<li></li>
</ul>
<div align="left" id="report_Marklist_student_wise_div" width="100%" style="height:370px;margin-left:20px;padding:0px;">
<table width="100%" border="0" cellspacing="2" cellpadding="2" style='margin-top:20px;'>
<tr>
<td align=" ">Report Type
</td>
<td align="left">
<span style='float:left'>
<select id="rtype" style="width:165px;height:25px">
<option value = ''>Select Event</option>
<option value = 'pdf'>PDF</option>
<option value = 'execl'>Execl</option>
</select>
</span>
</td>
</tr>
<tr>
<td align=" ">Degree Group
</td>
<td align="left">
<span style='float:left'>
<select id="fdeggrp" style="width:165px;height:25px">
</select>
</span>
</td>
</tr>
<tr>
<td style="width:140px" align="left">College Range
</td>
<td align="left">
<input type="text" id="college_code_from" style="width: 70px" maxlength = "4" value = "0000" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="college_code_to" style="width: 70px" maxlength = "4" value = "ZZZZ" onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td style="width:140px" align="left">Degree Range
</td>
<td align="left">
<input type="text" id="degree_code_from" style="width: 70px" maxlength = "5" value = '00000' onkeypress = "to_upperx(this.id)"> -
<input type="text" id="degree_code_to" style="width: 70px" maxlength = "5" value = 'ZZZZZ' onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td align="left">Exam Range
</td>
<td align="left">
<span style='float:left'>
<input type="text" id="Examno_from" style="width: 140px" maxlength = "1" value = "0" onkeypress = "to_upperx(this.id)">
</span>
</td>
</tr>
<tr>
<td colspan="3" style="padding: 10px 0px;">
<span style="width:200px;margin-left: 120px;"> <input type="radio" id="felgi" name="marks_wise" />
Degree wise
</span>
<input type="radio" id="felgi" name="marks_wise" />
College Wise
<input type="radio" checked="true" id="fpaid" name="marks_wise" />HeadWise
<span style="width:200px">
</td>
</tr>
</table>
</div>
|