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.129.63.214
<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=" ">Events :
</td>
<td align="left">
<span style='float:left'>
<select id="fdaterange" style="width:165px;height:25px">
<option value = ''>Select Fee Dates</option>
<option value = 'adm'>Admission</option>
<option value = 'exam'>Exam Registration</option>
<option value = 'ht'>Hall Ticket</option>
<option value = 'iam'>IA Marks</option>
<option value = 'prm'>Practical Marks</option>
</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" onkeypress = "to_upperx(thia.id)"> -
<input type="text" id="college_code_to" style="width: 70px" onkeypress = "to_upperx(thia.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" onkeypress = "to_upperx(thia.id)"> -
<input type="text" id="degree_code_to" style="width: 70px" 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: 70px" maxlength = "1" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="Examno_to" style="width: 70px" onblur = "getdatedetails()" onkeypress = "to_upperx(this.id)">
</span>
<span style='float:left;display:none'>
<div class="raval_submit" style="width:42px;margin-left:20px;padding:0px;">
<span onclick="displayDatesDetails()" style="margin-left:12px;margin-top: 2px;cursor: pointer; color:#545345;line-height: 19px;font-size:14px;font-weight:bold;">Go</span>
</div>
</span>
</td>
</tr>
</table>
<span style='float:left;width:150px;margin-top:10px;'>
Date Range :
</span>
<span style='float:left;width:150px;'>
<input type = 'text' id = 'fdate' style="width: 90px" placeholder = 'dd/mm/yyyy'/> To
</span>
<span style='float:left;width:150px;'>
<input type = 'text' id = 'tdate' style="width: 90px" placeholder = 'dd/mm/yyyy' />
</span>
<br><br><br>
<div id = 'dates' style='clear:both' >
</div>
<div id = 'ftable' style='height:150px;overflow:auto;' >
</div>
</div>
</div>
|