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.117.151.127
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.column {
padding: 5px;
border: 1px solid #c5dbec;
border-collapse: collapse;
}
</style>
<div id="tabs">
<ul>
<li>
<a href="#Report_degree_list"
>Invigilators Dairy and Roomwise Nos List(New)</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">Date:</td>
<td>
<input
id="date"
type="date"
value=""
placeholder="Date"
class="textInputEnabled"
style="height: 20px"
onblur="loadExam()"
/>
</td>
</tr>
<tr>
<td align="right">Exam:</td>
<td>
<select
id="exam"
class="textInputEnabled"
style="width: 100%; height: 28px"
></select>
</td>
</tr>
</table>
<div id="dypatil">
<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;
margin-left: 10.5%;
"
onclick="getAllReportForInvigilator()"
>View</span
>
</div>
</div>
<div id="attdatatable"></div>
</div>
|