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.191.171.10
<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});
$('#fdate').datepicker({ changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy'});
$('#tdate').datepicker({ changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy'});
</script>
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a href='#'>Update last date</a></li>
</ul>
<div align="center" id="report_Marklist_student_wise_div" style="height: 450px;padding: 10px;">
<table width="100%" border="0" cellspacing="0" cellpadding="3" class='content-tbl' >
<tr>
<td style="width: 120px;">Events</td>
<td>:</td>
<td>
<select id="fdaterange" style="height:24px;width:160px;border: 1px solid #C2C0C0;">
<option value = ''>--Select-- </option>
<option value = 'adm'>Admission</option>
<option value = 'exam'>Exam Registration</option>
<option value = 'iam'>IA Marks</option>
<option value = 'prm'>Practical Marks</option>
<option value = 'ht'>Hall Ticket</option>
</select>
</td>
</tr>
<tr>
<td>Degree Range</td>
<td>:</td>
<td>
<input type="text" id="degree_code_from" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center; text-transform: uppercase;" maxlength = "5" value="00000" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="degree_code_to" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center;text-transform: uppercase;" maxlength="5" value="ZZZZZ" onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td>Exam Range</td>
<td>:</td>
<td>
<input type="text" id="Examno_from" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center;text-transform: uppercase;" maxlength = "1" value = "0" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="Examno_to" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center;text-transform: uppercase;" maxlength="1" value = "Z" onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td>College Range</td>
<td>:</td>
<td>
<input type="text" id="college_code_from" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center;" maxlength = "4" value = "0000" onkeypress = "to_upperx(this.id)"> -
<input type="text" id="college_code_to" style="height:20px;width:70px;border: 1px solid #C2C0C0; text-align: center;" value = "ZZZZ" onkeypress = "to_upperx(this.id)">
</td>
</tr>
<tr>
<td>Date Range</td>
<td>:</td>
<td>
<input type = 'text' id = 'fdate' style="height:20px;width:90px;border: 1px solid #C2C0C0; text-align: center;" placeholder = 'dd/mm/yyyy'" /> -
<input type = 'text' id = 'tdate' style="height:20px;width:90px;border: 1px solid #C2C0C0; text-align: center;" placeholder = 'dd/mm/yyyy' />
<span style="background-color: #008CBA; border: none; color: white; padding: 5px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;" onclick="getdatedetails();">View</span>
</td>
</tr>
</table>
<hr>
<div id = 'dates' style='clear:both; width: 100%;' > </div>
<div id = 'ftable' style='width: 100%;height: 250px; overflow:auto;'> </div>
</div>
</div>
|