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.144.113.128
<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>
<div id="tabs">
<ul>
<li><a href="#Report_degree_list">General</a></li>
</ul>
<div align="center" id="Report_daily_report_div" style="padding:10px;">
<table
class="content-tbl"
width="100%"
border="0"
cellspacing="0"
cellpadding="2"
align="center"
>
<tr style="display:none">
<td align="right">Degree Group:</td>
<td>
<select id="deggrp" style="width:103px;height:24px">
<option value="">-Select-</option>
<option value="UG">UG</option>
<option value="PG">PG</option>
<option value="BED">BED</option>
<option value="BPED">BPED</option>
<!--<option value = 'both'>both</option>-->
</select>
</td>
</tr>
<tr>
<td align="right" width="140px">Exam Date:</td>
<td>
<input
type="text"
id="frm_date"
style="width:100px;border: 1px solid #C2C0C0; text-align: center;"
onkeypress="return acceptNumbersOnlyForModule(event);"
onkeydown="dmydateformat(event,this.id)"
placeholder="dd/mm/yyyy"
maxlength="10"
/>
</td>
</tr>
<tr>
<td align="right">Session:</td>
<td>
<select id="session" style="width:103px;height:24px">
<option value="">-Select-</option>
<option value="M%">Morning</option>
<option value="N%">After Noon</option>
<!--<option value = 'both'>both</option>-->
</select>
</td>
</tr>
<tr>
<td align="right">Starting room:</td>
<td>
<select
id="ra_from"
style="height:24px;width:200px;border: 1px solid #C2C0C0;"
></select>
</td>
</tr>
<tr>
<td align="right">Ending room:</td>
<td>
<select
id="ra_to"
style="height:24px;width:200px;border: 1px solid #C2C0C0;"
></select>
<span
style="background-color: #008CBA; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;min-width: 60px;"
onclick="DisplayRoomAllotmentDetatilsDatewise();"
>View Allotment</span
>
</td>
</tr>
</table>
<div align="" id="room_allotment" style="height:auto;overflow:auto "></div>
</div>
</div>
|