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.88.104
<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="padding: 10px;"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="3"
class="content-tbl"
>
<tr>
<td align="right" style="width: 120px;">Degree Group:</td>
<td>
<select
id="fdeggrp"
style="height:24px;width:160px;border: 1px solid #C2C0C0;"
>
</select>
</td>
</tr>
<tr>
<td align="right" style="width: 120px;">Exam Events:</td>
<td>
<select
id="fdaterange"
style="height:24px;width:160px;border: 1px solid #C2C0C0;"
>
<option value="">-Select- </option>
<option value="adm">Admission Entry</option>
<option value="exam">Exam Registration</option>
<option value="iam">IA Marks Entry</option>
<option value="prm">Practical Marks Entry</option>
<option value="ht">Hall Ticket Download</option>
<option value="su">Subject Correction</option>
<option value="ra">Room Allotment</option>
</select>
</td>
</tr>
<tr>
<td align="right">Degree Range:</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 align="right">Exam Range:</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 align="right">College Range:</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)"
/>
<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>
<tr>
<td align="right">New Date Range:</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"
/>
</td>
</tr>
</table>
<div id="dates" style="clear:both; width: 100%; padding:10px;"></div>
<div id="ftable" style="width: 100%;overflow:auto;padding:10px;"></div>
</div>
</div>
|