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.116.27.225
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Practical 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 colspan="9">
<select
name="Degree"
id="batch_sub_degree_code"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="getBatchWiseSemesterDetailsMP()"
></select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Exam:</td>
<td colspan="9">
<select
name="exam"
id="batch_sub_Examno"
class="textInputEnabled"
style="width: 100%; height: 28px"
onchange="getBatchWiseSubjectDetailsMP()"
></select>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Subject:</td>
<td style="width: 480px">
<select
name="subject"
id="batch_sub_final_subcode"
class="textInputEnabled"
style="width: 100%; height: 28px; text-align: left"
onchange="GetVivaSubjectDetails()"
></select>
</td>
<td style="width: 100px" align="right">Max Marks:</td>
<td>
<input
type="text"
id="batch_sub_maxmark"
class="textInputEnabled"
style="width: 60px; height: 20px; text-align: center"
onfocus="$g_focus_element='batch_sub_maxmark';"
disabled="disabled"
/>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Viva Subject:</td>
<td>
<input
type="text"
disabled="disabled"
id="batch_viva_subject_code"
class="textInputEnabled"
style="
width: 60px;
height: 20px;
text-align: center;
text-transform: uppercase;
"
/>
<input
type="text"
disabled="disabled"
id="batch_viva_subject_name"
class="textInputEnabled"
style="
width: 394px;
height: 20px;
text-align: left;
text-transform: uppercase;
float: right;
"
/>
</td>
<td style="width: 100px" align="right">Max Marks:</td>
<td>
<input
type="text"
disabled="disabled"
id="batch_viva_subject_max_marks"
class="textInputEnabled"
style="width: 60px; height: 20px; text-align: center"
/>
</td>
</tr>
<tr>
<td style="width: 140px" align="right">Batch No:</td>
<td colspan="9">
<input
type="text"
class="textInputEnabled"
style="
width: 60px;
height: 20px;
text-align: center;
text-transform: uppercase;
"
id="batch_no"
/>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 10px;
border-radius: 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
min-width: 60px;
"
onclick="GetPracticalMarksRegNos();"
>View</span
>
</td>
</tr>
<tr style="display: none">
<td>Reg. No. Range</td>
<td>:</td>
<td>
<select
class="ElementCount"
name="batch_sub_range"
id="batch_sub_range"
style="width: 60px"
onchange="DisplayTextBox()"
>
<option>B/W</option>
<option>Like</option>
</select>
</td>
<td style="width: 170px" id="td_markentry_sub_range_from_to">
<input
type="text"
id="batch_sub_range_from"
value="0"
style="width: 70px"
/>
--
<input
type="text"
onblur="GetPracticalMarksRegNos()"
value="ZZZZZZZZ"
id="batch_sub_range_to"
style="width: 70px"
/>
</td>
<td
style="width: 140px; display: none"
id="td_batch_sub_range_bw"
>
<input
type="text"
onblur="GetPracticalMarksRegNos()"
id="batch_sub_range_bw"
style="width: 60px"
/>
</td>
</tr>
<tr>
<td id="showNote" colspan="9" align="center">
<span
style="
padding: 10px;
color: red;
border: 1px solid #ccc;
font-size: 12px;
line-height: 20px;
"
>
<b>Note:</b><br />
1. Do not leave the marks blank.<br />
2. For Absent, please mark as "AB" in marks entry
column.<br />
3. For Malpractice, please marks as "MP" in marks entry
column.<br />
</span>
</td>
</tr>
</table>
</div>
<div>
<div
id="btc_default_reg_div"
style="
margin-left: 52px;
margin-top: 10px;
margin-left: 52px;
overflow: auto;
"
></div>
</div>
</div>
|