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.16.78.146
<script type="text/javascript">
/* $('#qp_frm_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
$('#qp_to_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});*/
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.loader {
border: 5px solid #f3f3f3;
border-radius: 50%;
border-top: 5px solid #3498db;
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position: relative;
left: 50%;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
</style>
<div id="tabs">
<ul>
<li><a href="#Report_degree_list">IA Absent Entry</a></li>
</ul>
<div
align="center"
id="Report_daily_report_div"
style="height: auto; overflow: auto; margin-top: 20px"
>
<table
width="100%"
border="0"
cellspacing="2"
cellpadding="2"
align="center"
>
<!-- <tr>
<td align="right" for="year" style="font-size: 13px">Batch :</td>
<td>
<select
id="fbatch"
autofocus
style="width: 150px; height: 26px; margin: 5px; font-size: 13px"
>
<option value="">--Select--</option>
<option value="1">Option I</option>
<option value="II">Option II</option>
<option value="III">Option III</option>
</select>
</td>
</tr> -->
<tr>
<td align="right" style="font-size: 13px">Date :</td>
<td>
<input
type="text"
id="frm_date"
style="width: 200px; height: 26px; margin: 5px; font-size: 13px; border-radius: 5px;"
onkeypress="acceptNumbersOnlyForModule(event);"
onkeydown="dmydateformat(event,this.id)"
placeholder="dd/mm/yyyy"
onchange="getIaAESession()"
maxlength="10"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Session :</td>
<td>
<span style="float: left">
<select
id="session"
onchange="getRoomsAllotmnt()"
style="width: 200px; height: 26px; margin: 5px; font-size: 13px; border-radius: 5px;"
placeholder="Select Session"
>
<!-- <option value="">Select Session</option>
<option value="M%">Morning (M1)</option>
<option value="N%">After Noon (N1)</option> -->
<!--<option value = 'both'>both</option>-->
</select>
</span>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Rooms :</td>
<td>
<select
id="room"
style="width: 200px; height: 26px; margin: 5px; font-size: 13px; border-radius: 5px;"
></select>
</td>
</tr>
<tr>
<td></td>
<td style="float: left">
<div>
<span
onclick="viewIAAbsentEntryDet();"
style="
background-color: #008cba;
border: none;
border-radius: 4px;
color: white;
padding: 6px 18px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
font-size: 13px;
margin-left: 5px;
"
>View</span
>
</div>
</td>
</tr>
</table>
<div
align=""
id="room_allotment"
style="height: auto; overflow: auto"
></div>
</div>
<div class="loader" hidden></div>
<div>
<div id="table" style="margin: 20px;">
</div>
</div>
</div>
|