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 : 13.59.236.101
<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_list" style="height:256px; overflow:auto">
<table width="100%" border="0" cellpadding="" cellspacing="">
<tr>
<td align="left">Degree</td>
<td>
<input id="report_degree_code" type="text" maxlength="5" style = "width:70px;"
onkeydown="return keyboardDegreePopup(event,this.id,$('#adclme_degree_code').val());"
onfocus="$g_focus_element='report_admission_degree_code'"
onblur="getdegreeNames();"/>
<input type="text" id="report_degree_name" readonly tabindex=-1 onfocus="$g_focus_element='report_degree_name';" style="width:330px; background-color: AliceBlue">
<img border="0" onclick="degreeDetailsPopup($('#report_degree_code').val());" src="images/edi.png" style="cursor:pointer"/>
</td>
</tr>
<tr style=''>
<td align="left" style="width:115px">Application Range
</td>
<td>
<input class='ElementCount' type="text" id="appfrom" value = '0' style="width: 70px"> -
<input class='ElementCount' type="text" id="appto" value = 'z' style="width: 70px">
</td>
</tr>
<tr>
<td align="left"> Year
</td>
<td>
<select id='year' style='width:150px;height:24px;'>
<option value='A'>Fisrt Year</option>
<option value='C'>Second Year</option>
<option value='E'>Third Year</option>
</select>
</td>
</tr>
<tr>
<td align="left"> Report Type
</td>
<td>
<select id='type' style='width:150px;height:24px;' onchange="showstatusadm()">
<option value=''>-Select-</option>
<option value='adml'>Addmission Listing</option>
<option value='admp'>Application Print</option>
</select>
</td>
</tr>
<tr id = "admstatus" style="display:none;">
<td align="left"> Status
</td>
<td>
<select id='status' style='width:100px;height:24px;'>
<option value=''>-Select-</option>
<option value='ack'>Acknowledged</option>
<option value='nack'>Not Acknowledged</option>
<option value='approved'>Approved</option>
</select>
</td>
</tr>
</table>
<br>
</div>
</div>
|