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.79.214
<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="" style="height: 25px; width: 150px">
<option value="">Name Correction</option>
</select>
</td>
</tr>
<tr>
<td>RegNo</td>
<td>:</td>
<td>
<input
type="text"
name="RegNo"
id="regno"
onblur="fetchtab()"
style="height: 25px; width: 200px"
/>
</td>
</tr>
<tr>
<td>Old Name</td>
<td>:</td>
<td>
<input
type="text"
name="oldname"
id="oldname"
style="height: 25px; width: 200px"
/>
</td>
</tr>
<tr>
<td>Degree</td>
<td>:</td>
<td>
<input
type="text"
name="degree"
id="degree"
style="height: 25px; width: 200px"
/>
</td>
</tr>
<tr>
<td>New Name</td>
<td>:</td>
<td>
<input
type="text"
name="newname"
id="newname"
style="height: 25px; width: 200px"
/>
</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;
cursor: pointer;
border-radius: 2px;
"
>Save</span
>
</td>
</tr>
</table>
</div>
</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>
|