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.226.17.3
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<style type="text/css">
.textInputEnabled {
width: 99%;
padding: 2px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.InputTextEnabled {
width: 100%;
padding: 3px;
font-size: 14px;
/* line-height: 1.42857143; */
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.inputTextarea {
width: 100%;
padding: 3px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
</style>
<ul>
<li><a href="#">Marks Entry</a></li>
</ul>
<div
align="center"
style="
padding-top: 8px;
font-size: 13px;
padding-left: 2%;
padding-right: 2%;
"
>
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" width="200px" style="font-size: 13px">
Element :
</td>
<td>
<select
id="element"
class="InputTextEnabled"
onchange="loadmarksdegree()"
style="width: 50%; height: 25px"
>
<!-- <option value="IA">I.A.</option> -->
<option value="IA1">IA1</option>
<option value="IA2">IA2</option>
<option value="assessment">Assessment</option>
<option value="seminar-quiz">Seminar / Quiz</option>
</select>
</td>
</tr>
<tr>
<td align="left" width="200px" style="font-size: 13px">
Degree :
</td>
<td>
<select
id="marksdegree"
class="InputTextEnabled"
onchange="loadmarksexamno()"
style="width: 50%; height: 25px"
></select>
</td>
</tr>
<tr>
<td align="left" width="200px" style="font-size: 13px">
Exam No. :
</td>
<td>
<select
id="marksexamno"
class="InputTextEnabled"
onchange="loadmarksqpcode()"
style="width: 50%; height: 25px"
></select>
</td>
</tr>
<tr>
<td align="left" width="200px" style="font-size: 13px">
Subject :
</td>
<td>
<select
id="marksqpcode"
class="InputTextEnabled"
style="width: 50%; height: 25px"
></select>
</td>
</tr>
<tr>
<td>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 5px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
"
onclick="viewMarksEntryTab()"
>View</span
>
</td>
</tr>
</tbody>
</table>
<br />
<div id="marksentrytab"></div>
</div>
</div>
<script>
$(document).ready(function () {
$("#exam_range").hide();
});
</script>
|