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.145.43.200
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Upload Student Photo</a></li>
</ul>
<div style="overflow: auto; padding: 1rem">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Degree :</td>
<td>
<select
id="degree_code"
class="textInputEnabled"
style="width: 100%; height: 28px"
></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 style="width: 140px" align="right">Status :</td>
<td>
<select
id="stype"
type="text"
class="textInputEnabled"
maxlength="5"
style="width: 100%; height: 28px"
>
<option value="Pending">Pending Students</option>
<option value="Uploaded">Uploaded Students</option>
<option value="All">All Students</option>
</select>
</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>
|