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.217.26.8
<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 Declaration and Capacity</a></li>
</ul>
<div id="abs_entry_subjectwise" style="padding:10px;overflow:auto;">
<table class='content-tbl' border="0">
<tr>
<td style="width: 200px;" align="right">No. of Blocks Required:</td>
<td>
<input type="text" id="totalrooms" onkeypress="return AcceptNumbersOnly(event);" style="width: 60px; text-align: center;" />
<span style="background-color: #008CBA; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;" onclick="DisplayRoomDeclarationDetatils();">View</span>
</td>
</tr>
</table>
<div align="center" id="roomdeclaration" style="height:auto; overflow:auto;clear:both;margin-top:20px;float:left;margin-left:240px;"> </div>
</div>
</div>
|