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 : 3.144.235.195
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<style>
.input {
width: 100px;
height: 24px;
margin-bottom: 10px;
}
.select {
width: 400px;
height: 29px;
margin-bottom: 10px;
}
.title {
font-size: 13px;
}
.btn {
background-color: #008cba;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
border-radius: 6px;
}
</style>
<div id="tabs">
<ul>
<li>
<a href="#ack_rv_rt_application">Acknowledge Exam Applications</a>
</li>
</ul>
<div
style="
padding-top: 8px;
font-size: 13px;
padding-left: 2%;
padding-right: 2%;
"
>
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Degree:</td>
<td>
<select
type="text"
id="ack_exam_app_degree"
class="textInputEnabled"
style="height: 25px"
></select>
</td>
</tr>
<tr>
<td align="right">Type:</td>
<td>
<select
type="text"
id="rtype"
class="textInputEnabled"
style="height: 25px"
>
<option value="not-ack">Acknowledgement Pending</option>
<option value="acknowledge">Acknowledged</option>
<option value="all">All Applications</option>
</select>
</td>
</tr>
<tr>
<!-- <span style="width: 180px"></span> -->
<td align="right">Appl. Range:</td>
<td>
<input
type="text"
value="0"
id="app_no_from"
maxlength="15"
style="text-align: center; width: 200px"
class="textInputEnabled"
/>
-
<input
type="text"
value="Z"
id="app_no_to"
maxlength="15"
style="text-align: center; width: 200px"
class="textInputEnabled"
/>
</td>
</tr>
<tr>
<td></td>
<td>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
"
onclick="DisplayAllAckExamApplications();"
>View Applications</span
>
<span
style="
float: right;
background-color: #008cba;
border: none;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
"
onclick="AcknowledgeSelectedExamApplications();"
>Acknowledge Applications</span
>
<!-- <span class="btn" onclick="DisplayAllAckExamApplications();"
>View</span
>
<span
class="btn"
onclick="AcknowledgeSelectedExamApplications();"
>Acknowledge</span
> -->
</td>
</tr>
</table>
<div
id="ack_rv_rt_application_details"
style="height: 453; overflow: auto; width: 844px"
></div>
</div>
<!-- <table>
<div style="padding: 0px 10px 10px 15px; font-size: 12px">
align="center"
id="ack_rv_rt_application"
style="height: 453; overflow: auto"
<div style="float: left">
<span style="width: 180px"></span>
<b style="font-size: 11px">App. No. From</b>
<input
type="text"
value="0"
style="height: 20px; width: 110px; border: 1px solid #c2c0c0"
id="app_no_from"
maxlength="15"
/>
<b style="font-size: 11px">To</b>
<input
type="text"
value="ZZZZZZZZZ"
style="height: 20px; width: 110px; border: 1px solid #c2c0c0"
id="app_no_to"
maxlength="15"
/>
</div>
<div
style="width: 42px; margin: 0 auto; float: left; margin-left: 12px"
class="raval_submit"
>
<span
style="
margin-top: 2px;
float: left;
margin-left: 8px;
cursor: pointer;
color: #545345;
line-height: 19px;
font-size: 14px;
font-weight: bold;
"
onclick="DisplayAllAckExamApplications();"
>Go</span
>
</div> -->
<!-- <div style=" position: relative; top: -3px;width:123px; margin: 0 auto;float:right;" >
<img src='img/Download_PDF.jpg' style='cursor:pointer;' onclick='DownloadExamApplicationsForms();'/>
</div> -->
<!-- <div
style="width: 123px; margin: 0 auto; float: right"
class="raval_submit"
>
<span
style="
margin-top: 2px;
float: left;
margin-left: 8px;
cursor: pointer;
color: #545345;
line-height: 19px;
font-size: 12px;
font-weight: bold;
"
onclick="AcknowledgeSelectedExamApplications();"
>Acknowledge Now</span
>
</div>
</div>
<div
align="center"
id="ack_rv_rt_application_details"
style="height: 453; overflow: auto; width: 844px"
></div>
</table> -->
</div>
|