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 : 52.15.70.0
<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'>IA Room Declaration and Capacity</a></li>
</ul>
<div id="abs_entry_subjectwise" style="height:auto;overflow:auto;height:400px;">
<table style="width:78%;float:left;" border="0">
<tr>
<td align="left" width="150px">Degree<font color="red">*</font></td>
<td>
<select
id="degree"
class="select_box"
style="font-size: 13px"
onchange="getIARoomDegreeExamName()"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td align="left">Exam No.<font color="red">*</font></td>
<td>
<select id="degexam" class="select_box"
style="font-size: 13px" >
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td align="left">Total Rooms<font color="red">*</font></td>
<td>
<span style="float:left;">
<input type="text" id="totalrooms" onkeypress="return AcceptNumbersOnly(event);" style="width: 70px" />
</span>
<span class="raval_submit" style="width:42px;float:left;margin-left:10px;">
<span onclick="DisplayIARoomDeclarationDetatils();" style="margin-top: 2px;margin-left:8px;cursor: pointer; color:#545345;line-height: 19px;font-size:14px;font-weight:bold;">Go</span>
</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>
|