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.219.127.59
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<style>
.select {
width: 450px;
height: 29px;
}
.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;
}
.table {
width: 100%;
border: 1px solid #c5dbec;
border-collapse: collapse;
border-radius: 4px;
}
.column {
border: 1px solid #c5dbec;
padding: 5px;
}
.row {
height: 30px;
text-align: center;
}
</style>
<div id="tabs">
<ul>
<li><a href="#">Old Question Papers</a></li>
</ul>
<table>
<tr>
<td align="right" style="font-size: 13px">Degree</td>
<td>:</td>
<td>
<select class="select" id="degree" onchange="getOldQpSem()"></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Sem</td>
<td>:</td>
<td>
<select class="select" id="sem" onchange="getOldQpYear()"></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Year</td>
<td>:</td>
<td><select class="select" id="year"></select></td>
</tr>
<tr>
<td></td>
<td></td>
<td><span class="btn" onclick="viewOldQuestionPapers()">View</span></td>
</tr>
</table>
<div id="tabledata" style="padding: 15px"></div>
</div>
|