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.148.112.15
<script>
$("#abs_sub_date").datepicker({
showOn: "button",
showButtonPanel: true,
changeMonth: true,
changeYear: true,
dateFormat: "dd/mm/yy",
buttonImage: "images/cal.jpg",
buttonImageOnly: true,
});
</script>
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.column {
padding: 5px;
border: 1px solid #c5dbec;
border-collapse: collapse;
}
.input {
text-align: center;
}
</style>
<div id="tabs">
<ul>
<li>
<a href="#">Principal Freezing Subjectwise</a>
</li>
</ul>
<table style="font-size: 13px">
<tr>
<td align="right">Degree</td>
<td>:</td>
<td>
<select
id="degree"
style="width: 450px; height: 30px; margin: 2px"
onchange="semester()"
></select>
</td>
</tr>
<tr>
<td align="right">Semester</td>
<td>:</td>
<td>
<select
id="sem"
style="width: 450px; height: 30px; margin: 2px"
></select>
</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;
cursor: pointer;
margin: 5px;
border-radius: 3px;
"
onclick="loadSubjectPrincipalFreeze();"
>View</span
>
</td>
</tr>
</table>
<div id="datatable"></div>
</div>
<!-- style="margin-left: 200px; margin-top: 5px; width: auto" -->
|