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.220.226.147
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#Report_degree_list">General</a></li>
</ul>
<div align="left" id="report_Admission_ticket_div" style="height: 250px; padding-top: 10px; padding-left: 10px; overflow: auto">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<!-- <tr>
<td align="right">From Dept</td>
<td><select id="from_dept" name="62" style='width:135px'>
<option></option>
</select></td>
<td align="right">To Dept</td>
<td><select id="to_dept" name="62" style='width:135px'>
<option></option>
</select></td>
</tr>
<tr>
<td align="right">From Des</td>
<td><select id="from_des" name="62" style='width:135px'>
<option></option>
</select></td>
<td align="right">To Des</td>
<td><select id="to_des" name="62" style='width:135px'>
<option></option>
</select></td>
</tr> -->
<!-- <tr>
<td align="right">From Dept:</td>
<td align="left" style="width:30px;">
<input style="width:129px;" onkeydown="return keyboardDeptPopup(event,this.id)"
type="text" id="from_dept" onfocus="$g_focus_element=this.id"/ value='0'>
</td>
<td align="right">To Dept:</td>
<td align="left" style="width:30px;">
<input style="width:129px;" onkeydown="return keyboardDeptPopup(event,this.id)"
type="text" id="to_dept" onfocus="$g_focus_element=this.id" value='Z' />
</td>
</tr>
<tr>
<td align="right">From Des:</td>
<td align="left" style="width:30px;">
<input style="width:129px;" onkeydown="return keyboardDesPopup(event,this.id)"
type="text" id="from_des" onfocus="$g_focus_element=this.id" value='0' />
</td>
<td align="right">To Des:</td>
<td align="left" style="width:30px;">
<input style="width:129px;" onkeydown="return keyboardDesPopup(event,this.id)"
type="text" id="to_des" onfocus="$g_focus_element=this.id" value='Z'/>
</td>
</tr> -->
<tr>
<td align="right" style="width: 140px">Teacher Code Range:</td>
<td align="left">
<input type="text" id="from_teach" class="textInputEnabled" placeholder="Teach. code from" value="00000" style="width: 150px; text-align: center" /> -
<input type="text" id="to_teach" class="textInputEnabled" placeholder="Teach. code to" value="ZZZZZ" style="width: 150px; text-align: center" />
</td>
</tr>
<!-- <tr>
<td align="right" style="width:350px;">Report Type</td>
<td><select name="" id="rtype" style="width:129px;height: 25px;">
<option value="">---Select---</option>
</select></td>
</tr> -->
</table>
</div>
</div>
|