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.226.186.153
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#">General</a></li>
</ul>
<div id="" style="overflow: auto">
<table width="100%" class="content-tbl" border="0" cellspacing="4" cellpadding="0" style="margin-top: 10px">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Degree :</td>
<td>
<select id="degree_code" type="text" class="textInputEnabled" maxlength="5" style="width: 500px; height: 25px"></select>
<!-- <input id="degree_code" type="text" maxlength="5" style = "width:70px; text-align: center;"
onkeydown="return keyboardDegreePopup(event,this.id,$('#adclme_degree_code').val());"
onfocus="$g_focus_element='report_admission_degree_code'"
onblur="getdegreeNames();"/>
<input type="text" id="degree_name" readonly tabindex=-1 onfocus="$g_focus_element='degree_name';" style="width:440px; background-color: AliceBlue">
<img border="0" onclick="degreeDetailsPopup($('#degree_code').val());" src="images/edi.png" style="cursor:pointer"/> -->
</td>
</tr>
<tr>
<td align="right">Reg. No. Range:</td>
<td>
<input type="text" class="textInputEnabled" id="uploadPhoto_regno_start_from" maxlength="20" style="width: 150px; text-align: center" value="0" />
<input type="text" class="textInputEnabled" id="uploadPhoto_regno_end_to" maxlength="20" style="width: 150px; text-align: center" value="Z" />
</td>
</tr>
<tr>
<td></td>
<td align="left">
<span
style="background-color: #008cba; border: none; color: white; padding: 6px 10px; text-align: center; text-decoration: none; display: inline-block; cursor: pointer; margin: 2px"
onclick="viewUploadStudentPhoto();"
>
View List
</span>
</td>
</tr>
</table>
<br style="clear: both" />
</div>
<div align="center" id="uploadPh_studlist" style="overflow: auto; margin-bottom: 20px"></div>
</div>
|