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.116.89.70
<script>$('#abs_sub_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true}); </script>
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a id='header_name' href='#abs_entry_subjectwise'>Room Allotment</a></li>
</ul>
<div id="abs_entry_subjectwise" style="height:auto;overflow:auto;">
<table style="width: 100%" border="0">
<tr>
<td style="width:85px" align="right">QP Code:
</td>
<td>
<input type="text" id="abs_entry_qp_code" style="width: 70px"
onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6);}"
onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#abs_entry_qp_code').val())"
onfocus="$g_focus_element='abs_entry_qp_code';" value=''
onblur="GetQpSubjectCodeDetails(this.value);">
<input type="text" id="abs_sub_qp_name" readonly tabindex=-1 onfocus="$g_focus_element='abs_sub_qp_name';" style="background-color: AliceBlue; width:229px;">
<img border="0" onclick="OpenSubjectQpPopupHtml($('#abs_entry_qp_code').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr>
<td align="right">Date<b>:</b></td>
<td>
<input type="text" id="ra_date" style="width: 70px;background-color: AliceBlue;" readonly tabindex=-1 />
Time <b>:</b>
<input type="text" id="ra_time" style="width: 150px;background-color: AliceBlue;" readonly tabindex=-1 />
Total Student Count <b>:</b>
<input type="text" id="ra_stu_cnt" style="width: 70px;background-color: AliceBlue;" readonly tabindex=-1 />
</td>
</tr>
<!-- <tr>
<td align="right">Total Rooms<b>:</b></td>
<td>
<input type="text" id="total_rooms" onkeypress="return AcceptNumbersOnly(event);" onblur="DisplayRoomAllotmentDetatils();" style="width: 70px" />
</td>
</tr> -->
<tr>
<td align="right">Rooms Range<b>:</b></td>
<td>
<select id="ra_from" style="width: 70px"></select>
-
<select id="ra_to" style="width: 70px"></select>
</td>
</tr>
<tr></tr>
<tr>
<td align="left"></td>
<td style="float:left;">
<div class="raval_submit" style="width:42px;">
<span onclick="DisplayRoomAllotmentDetatils();" 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="center" id="room_allotment" style="height:auto; overflow:auto; "> </div>
</div>
</div>
|