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.149.238.67
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div id="CollForm">
<table id="mainTable" style="font-size: 13px">
<tr id="dept_row">
<td>Department</td>
<td>:</td>
<td>
<select
onchange="loadteachdept()"
id="deptcode"
style="width: 450px; height: 30px; margin: 2px"
></select>
</td>
</tr>
<tr>
<td>Teacher</td>
<td>:</td>
<td>
<select
id="teachcode"
style="width: 450px; height: 30px; margin: 2px"
></select>
</td>
</tr>
<tr>
<td>Class Name</td>
<td>:</td>
<td>
<input
type="text"
id="classname"
style="width: 400px; height: 24px; margin: 2px"
/>
<input
type="hidden"
id="classid"
value=""
style="width: 448px; height: 24px"
/>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
border-radius: 3px;
"
onclick="saveAttClass();"
>Save</span
>
</td>
</tr>
</table>
<div id="createview"></div>
</div>
</div>
|