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.12.233
<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="#"> College Transfer (Teacher) </a></li>
</ul>
<div id="identify_transactions" style="padding: 10px">
<table>
<tr>
<td>Teacher Code</td>
<td>
<input
type="text"
id="teachcode"
name="teachcode"
style="width: 228px; height: 25px"
onblur="getDetails()"
/>
</td>
</tr>
<tr>
<td>Teacher Name</td>
<td>
<input
type="text"
name="techname"
id="techname"
style="width: 228px; height: 25px"
/>
</td>
</tr>
<tr>
<td>DOB</td>
<td>
<input
type="text"
id="dob"
name="dob"
style="width: 228px; height: 25px"
/>
</td>
</tr>
<tr>
<td>College Name</td>
<td>
<select
name="colname"
id="colname"
style="width: 147px; height: 25px"
></select>
</td>
</tr>
<tr>
<td>Remarks</td>
<td>
<textarea name="remarks" id="remarks" cols="32" rows="5"></textarea>
</td>
</tr>
<tr>
<td></td>
<td>
<span
onclick="savetranscoll()"
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>
<input type="hidden" id="fid" />
</div>
</div>
|