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.222.179.96
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li>Subject Details</li>
</ul>
<div>
<table>
<tr>
<td style="font-size: 13px">Degree</td>
<td>:</td>
<td>
<select
style="height: 29px; width: 400px; margin: 2px"
name="degree"
id="degree"
onchange="loadSemester()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Semester</td>
<td>:</td>
<td>
<select
style="height: 29px; width: 400px; margin: 2px"
name="sem"
id="sem"
onchange="loadSubject()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px">Subject</td>
<td>:</td>
<td>
<select
style="height: 29px; width: 400px; margin: 2px"
name="subject"
id="subject"
></select>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
onclick="getSubDetData()"
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;
"
>View</span
>
</td>
</tr>
</table>
</div>
<div id="tabdet" hidden>
<table
id="tabledata"
align="center"
width="100%"
cellspacing="0"
cellpadding="1"
border="1"
style="border-radius: 5px"
>
<tr class="ui-state-default ui-jqgrid-hdiv">
<th
align="center"
style="
font-size: 12px;
border-left: 1px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Element
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Sub. Name
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Th./Pr.
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Max. Marks
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Qn. No.
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
No. of Tests
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
U1 Max
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
U2 Max
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Order
</th>
<th
align="center"
style="
font-size: 12px;
padding: 5px 5px;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Action
</th>
</tr>
</table>
</div>
<div id="editdata"></div>
<div id="getData" style="margin-top: 20px"></div>
</div>
|