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.36.4
<script type='text/javascript'>
$(function () {
$('#tabs').tabs();
});
$(function () {
$('#sub_tabs').tabs();
});
</script>
<style type="text/css">
.textInputEnabled {
width: 99%;
padding: 2px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.InputTextEnabled {
width: 100%;
padding: 2px;
font-size: 14px;
/* line-height: 1.42857143; */
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.inputTextarea {
width: 100%;
padding: 3px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
</style>
<div id='tabs'>
<ul>
<li><a href='#ack_rv_rt_application'>Admission List</a></li>
</ul>
<div align="center" id="ack_rv_rt_application" style="overflow:auto;">
<table class="content-tbl" cellpadding="6" cellspacing="0" width="100%">
<tr>
<td>
<b style="font-size: 11px;">College</b>
</td>
<td>
<select id='appcollege' onchange='loadCollegeDegree(this.value)' class="InputTextEnabled">
<option value='All'>All Colleges </option>
</select>
</td>
</tr>
<tr>
<td>
<b style="font-size: 11px;">Degree</b>
</td>
<td>
<select id='appdegree' onchange='loadCollegeDegreeComb(this.value)' class="InputTextEnabled">
<option value='All'>All Degrees</option>
</select>
</td>
</tr>
<tr>
<td>
<b style="font-size: 11px;">Combination</b>
</td>
<td>
<select id='degcomb' class="InputTextEnabled">
<option value='All'>All Combinations</option>
</select>
</td>
</tr>
<tr>
<td>
<b style="font-size: 11px;">Status</b>
</td>
<td>
<select id='appr_status' class="InputTextEnabled">
<option value='All'>All Status</option>
<option value='Approved'>Approved</option>
<option value='Deleted'>Deleted</option>
<option value='Dropped Out'>Dropped Out</option>
<option value='Not Approved'>Not Approved</option>
<option value='Pending Approved'>Pending Approved</option>
<option value='Sent Back to College'>Sent Back to College</option>
<option value='Submitted By College'>Submitted By College</option>
<option value='Verification in Progress'>Verification in Progress </option>
<option value='Verified by Asst. Reg'>Verified by Asst. Reg</option>
<option value='Verified by Case Worker'>Verified by Case Worker</option>
<option value='Verified by Supervisor'>Verified by Supervisor</option>
<option value='Yet to be Done'>Yet to be Done</option>
</select>
</td>
</tr>
</table>
</div>
</div>
|