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.186.132
<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 Event</option>
<option value = 'FADM'>Admission</option>
<option value = 'FAPP'>Exam Registration</option>
<option value = 'FHT'>Hall Ticket</option>
<option value = 'FIA'>IA Marks</option>
<option value = 'FPR'>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" 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: 70px" maxlength = "1" value = "0" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="Examno_to" style="width: 70px" maxlength = "1" value = "Z" onkeypress = "to_upperx(this.id)">
</span>
<span style='float:left;'>
<div class="raval_submit" style="width:42px;margin-left:20px;padding:0px;">
<span onclick="getdatedetails()" 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>
<div id = 'dates' style='clear:both' >
</div>
<div id = 'ftable' style='height:150px;overflow:auto;' >
</div>
<br><br>
<div id = "date" >
<span style='float:left;width:150px;margin-top:10px;'>
New Date Range :
</span>
<span style='float:left;width:150px;'>
<input type = 'text' id = 'fdate' style="width: 90px" onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown = 'dmydateformat(event,this.id)' placeholder = 'dd/mm/yyyy' maxlength = 10 onchange = 'getid(this.id)'/> To
</span>
<span style='float:left;width:150px;'>
<input type = 'text' id = 'tdate' style="width: 90px" onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown = 'dmydateformat(event,this.id)' placeholder = 'dd/mm/yyyy' maxlength = 10 onchange = 'getid(this.id)' />
</span>
<span style='float:left;width:150px;'>
<b>Confirm</b>:<input type = 'checkbox' id = 'ckbox' style = "margin-top:13px;" name = "checkboxname" />
</span>
</div>
</div>
</div>
|