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.227.183.161
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#create">Create Class</a></li>
</ul>
<div id="CollForm">
<table
class="content-tbl"
cellpadding="5"
cellspacing="2"
width="100%"
id="mainTable"
>
<tr class="tblRow">
<td valign="middle" width="140px">Teacher Range:</td>
<td valign="middle">
<input
class="ElementCount"
type="text"
id="teachfrom"
value="0"
style="
width: 125px;
margin-top: 5px;
margin-bottom: 5px;
height: 25px;
"
/>
-
<input
class="ElementCount"
type="text"
id="teachto"
value="Z"
style="width: 125px; height: 25px"
/>
</td>
<td valign="middle">
<span
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;
"
onclick="viewNitteStudDet();"
>View</span
>
<span
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;
"
onclick="reportCreateAttClass()"
>Report</span
>
</td>
</tr>
</table>
<div id="createview"></div>
</div>
</div>
|