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 : 52.14.173.116
<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>
<option value = 'FATT'>Attendance Entry</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="getrvdatedetails()" 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>
<br>
<div id = 'dates' style='clear:both' >
</div>
<div id = 'ftable' style='height:150px;overflow:auto;' >
</div>
<br><br>
<div id = "date" >
<table id = 'fee'>
<tr>
<td>
<b>RV Fee</b>
</td>
<td>
<input type="text" id="rvfee" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>RT Fee</b>
</td>
<td>
<input type="text" id="rtfee" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>PC Fee</b>
</td>
<td>
<input type="text" id="pcfee" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>CV Fee</b>
</td>
<td>
<input type="text" id="cvfee" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td>
<b>RV Days</b>
</td>
<td>
<input type="text" id="rvdays" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>RT Days</b>
</td>
<td>
<input type="text" id="rtdays" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>PC Days</b>
</td>
<td>
<input type="text" id="pcdays" style="width: 70px;height:20px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
</td>
<td>
<b>CV Days</b>
</td>
<td>
<input type="text" id="cvdays" style="width: 70px" maxlength = "4" value = "0" onkeypress = "to_upperx(this.id)">
<b>Confirm</b>:<input type = 'checkbox' id = 'ckbox' style = "margin-top:13px;" name = "checkboxname" />
</td>
</tr>
</table>
<!--<span style='float:left;width:150px;margin-top:10px;'>
New Date Range :
</span>
<span style='float:left;width:150px;'>
<input type = 'text' id = 'rvfee' style="width: 90px" onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown = 'dmydateformat(event,this.id)' placeholder = 'dd/mm/yyyy' maxlength = 10 > 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 />
</span>-->
</div>
</div>
</div>
|