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.118.184.36
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<!-- <script src="../js/updatedegreegroup.js"></script> -->
<div id="tabs">
<ul style="height: 20px">
<li><a href="#">Student Name Correction</a></li>
</ul>
<div id="identify_transactions" style="padding: 10px">
<!-- <table id="tablecontent">
<tr>
<td>Type</td>
<td>:</td>
<td>
<select name="" id="">
<option value="">Name Correction</option>
</select>
</td>
</tr>
<tr>
<td>RegNo</td>
<td>:</td>
<td>
<input type="text" name="RegNo" id="regno" onblur="fetchtab()" />
</td>
</tr>
<tr>
<td>Old Name</td>
<td>:</td>
<td><input type="text" name="oldname" id="oldname" /></td>
</tr>
<tr>
<td>Degree</td>
<td>:</td>
<td><input type="text" name="degree" id="degree" /></td>
</tr>
<tr>
<td>New Name</td>
<td>:</td>
<td><input type="text" name="newname" id="newname" /></td>
</tr>
<tr>
<td>Upload Document</td>
<td>:</td>
<td><input type="file" name="document" id="doc" /><br /></td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
onclick="savestudname()"
style="
background-color: #008cba;
border: none;
color: white;
padding: 5px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
"
>Save</span
>
</td>
</tr>
</table> -->
</div>
</div>
<div id="tabledata"></div>
<div class="form-line p-b-10">
<input type="hidden" id="doc_upload" name="doc_upload" class="form-control" />
<input type="hidden" id="fcollcode" name="fcollcode" class="form-control" />
</div>
|