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.145.161.199
<script type="text/javascript">
$("#frm_date").datepicker({
changeMonth: true,
changeYear: true,
dateFormat: "dd/mm/yy",
});
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.btn {
background-color: #008cba;
border: none;
border-radius: 4px;
color: white;
padding: 6px 18px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
font-size: 13px;
}
.text {
height: 24px;
width: 250px;
}
.select {
height: 29px;
width: 100%;
}
.border {
font-size: 12px;
border-left: 1px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
text-align: center;
}
.borderleft {
font-size: 12px;
border-left: 1px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
text-align: center;
}
.input {
height: 29px;
width: 80%;
}
</style>
<div id="tabs">
<ul>
<li><a href="#">COPO Marks</a></li>
</ul>
<div style="overflow: auto; padding: 1rem">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">Degree :</td>
<td>
<select
type="text"
id="degree"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="examnoHandler()"
></select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Exam No:</td>
<td>
<select
type="text"
id="examno"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="subjectHandler()"
></select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Subject:</td>
<td>
<select
type="text"
id="subject"
class="textInputEnabled"
style="width: 100%; height: 28px"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right"></td>
<td>
<span
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;
"
>Calculate</span
>
<span
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;
"
onclick="reportHandler()"
>Generate</span
>
</td>
</tr>
</table>
<div id="roomAllotData"></div>
<div id="roomAllotQpData"></div>
</div>
</div>
|