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.58.141
<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="height:auto;overflow:auto;margin-top:20px;"
>
<table
width="100%"
border="0"
cellspacing="2"
cellpadding="2"
align="center"
>
<tr>
<td>
Degree Group :
</td>
<td align="left">
<span style="float:left">
<select id="deggrp" style="width:109px;height:20px">
<option value="">-Select-</option>
</select>
</span>
</td>
</tr>
<tr>
<td align="left" width="110px">
Date
:
</td>
<td>
<input
type="text"
id="frm_date"
style="width: 100px;margin-left:-2px;"
onkeypress="return acceptNumbersOnlyForModule(event);"
onkeydown="dmydateformat(event,this.id)"
placeholder="dd/mm/yyyy"
maxlength="10"
/>
</td>
</tr>
<tr>
<td>
Session :
</td>
<td align="left">
<span style="float:left">
<select id="session" style="width:109px;height:20px">
<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>Room Range :</td>
<td>
<select id="ra_from" style="width: 70px"></select>
-
<select id="ra_to" style="width: 70px"></select>
</td>
</tr>
<tr>
<td align="left"></td>
<td style="float:left;">
<div class="raval_submit" style="width:42px;">
<span
onclick="DisplayRoomAllotmentDetatilsDatewise();"
style="margin-top: 2px;margin-left:8px;cursor: pointer; color:#545345;line-height: 19px;font-size:14px;font-weight:bold;"
>GO</span
>
</div>
</td>
</tr>
</table>
<div align="" id="room_allotment" style="height:auto;overflow:auto "></div>
</div>
</div>
|