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.117.192.109
<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 href="#">Room Declaration and Capacity (Multiple QP)</a></li>
</ul>
<div id="abs_entry_subjectwise" style="overflow: auto; padding: 1rem">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">No. of Rooms Required:</td>
<td>
<input
type="text"
id="totalrooms"
onkeypress="return AcceptNumbersOnly(event);"
maxlength="3"
class="textInputEnabled"
style="text-align: center; width: 80px; height: 20px"
/>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
border-radius: 3px;
"
onclick="DisplayRoomDeclarationDetatilsStph();"
>View Rooms</span
>
</td>
</tr>
</table>
<div
id="roomdeclaration"
style="
height: auto;
overflow: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
"
></div>
</div>
</div>
|