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.220.85.96
Current Path : /var/www/oasis/html_modules/ |
| Current File : /var/www/oasis/html_modules/admentryedit_nitte_27.04.2023.html |
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#create">Student Entry</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">Degree: </td>
<td valign="middle">
<select
id="student_entry_degree_code"
style="width: 450px; height: 30px"
></select>
</td>
</tr>
<tr class="tblRow">
<td valign="middle" width="140px">Application Range: </td>
<td valign="middle">
<input
class="ElementCount"
type="text"
id="appfrom"
value="0"
style="
width: 125px;
margin-top: 5px;
margin-bottom: 5px;
height: 25px;
"
/>
-
<input
class="ElementCount"
type="text"
id="appto"
value="Z"
style="width: 125px; height: 25px"
/>
</td>
</tr>
<tr class="tblRow">
<td valign="middle"></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
>
</td>
</tr>
</table>
<div id="createview"></div>
</div>
</div>
|