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.144.23.138
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.btn {
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;
}
.column {
font-size: 13px;
text-align: right;
}
.select {
width: 450px;
height: 29px;
margin-bottom: 10px;
}
</style>
<div id="tabs">
<ul>
<li><a href="#">Add Short List</a></li>
</ul>
<div>
<table>
<tr>
<td style="width: 140px" align="right">
Degree:<font color="red">*</font>
</td>
<td>
<select
class="select"
name="degree"
id="degree"
style="width: 350px; height: 25px"
onchange="handlerSem()"
></select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">
Sem:<font color="red">*</font>
</td>
<td>
<select
class="select"
name="sem"
id="semesterr"
style="width: 350px; height: 25px"
onchange="getIAATTShortList()"
></select>
</td>
</tr>
<tr>
<td style="width: 14px" align="right">
Criteria IA:<font color="red">*</font>
</td>
<td>
<input
type="text"
id="iath"
style="width: 200px; height: 24px"
placeholder="Criteria IA Theory"
/>
<input
type="text"
id="iapr"
style="width: 200px; height: 24px"
placeholder="Criteria IA Practical"
/>
<input
type="text"
id="iacomb"
style="width: 200px; height: 24px"
placeholder="Criteria IA Combined"
/>
</td>
</tr>
<tr>
<td style="width: 14px" align="right">
Criteria Attendance:<font color="red">*</font>
</td>
<td>
<input
type="text"
id="attth"
style="width: 200px; height: 24px"
placeholder="Criteria Attendance Theory"
/>
<input
type="text"
id="attpr"
style="width: 200px; height: 24px"
placeholder="Criteria Attendance Practical"
/>
<input
type="text"
id="attcomb"
style="width: 200px; height: 24px"
placeholder="Criteria Attendance Combined"
/>
</td>
</tr>
<tr>
<td></td>
<td>
<span class="btn" onclick="saveshortlistdetails()"> Save </span>
</td>
</tr>
</table>
</div>
</div>
|