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.129.70.138
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#teacher_report">Update to Marks</a></li>
</ul>
<div align="left" id="college_code" style="height: 250px; overflow: auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr style="display: non">
<td style="width: 140px" align="right">Degree :</td>
<td>
<input type="text" id="degcode" style="width: 70px;height: 20px" />
</tr>
<tr>
<td style="width: 140px" align="right">Sem :</td>
<td>
<input type="text" id="sem" style="width: 70px; height: 20px"/>
</td>
</tr>
</table>
</div>
</div>
|