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.147.86.30
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div>
<table>
<tr>
<td align="right" style="font-size: 13px">Degree</td>
<td>:</td>
<td>
<select
name="Degree"
id="batch_sub_degree_code"
style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
onchange="getBatchWiseSemesterDetailsMP()"
></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Exam</td>
<td>:</td>
<td>
<select
name="exam"
id="batch_sub_Examno"
style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
onchange="getBatchWiseSubjectDetailsMP()"
></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Subject</td>
<td>:</td>
<td>
<select
name="subject"
id="batch_sub_final_subcode"
style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
onchange="GetVivaSubjectDetails()"
></select>
</td>
<td align="right">Max Marks:</td>
<td>
<input
class="ElementCount"
type="text"
id="batch_sub_maxmark"
style="
background-color: AliceBlue;
width: 50px;
text-transform: uppercase;
text-align: center;
height: 24px;
font-size: 13px;
"
onfocus="$g_focus_element='batch_sub_maxmark';"
disabled="disabled"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Viva Subject</td>
<td>:</td>
<td>
<input
type="text"
class="ElementCount"
disabled="disabled"
id="batch_viva_subject_code"
style="
background-color: AliceBlue;
width: 60px;
text-transform: uppercase;
text-align: center;
height: 24px;
margin-left: 5px;
font-size: 13px;
"
/>
<input
type="text"
class="ElementCount"
disabled="disabled"
id="batch_viva_subject_name"
style="
background-color: AliceBlue;
width: 369px;
height: 24px;
font-size: 13px;
"
/>
</td>
<td align="right">Max Marks:</td>
<td>
<input
type="text"
class="ElementCount"
disabled="disabled"
id="batch_viva_subject_max_marks"
style="
background-color: AliceBlue;
width: 50px;
text-transform: uppercase;
text-align: center;
height: 24px;
font-size: 13px;
"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Batch No.</td>
<td>:</td>
<td>
<input
type="text"
style="
width: 60px;
text-align: center;
text-transform: uppercase;
margin: 5px;
height: 24px;
font-size: 13px;
"
id="batch_no"
/>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 8px 6px;
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>
</table>
</div>
<div>
<div
id="btc_default_reg_div"
style="
margin-left: 52px;
margin-top: 10px;
margin-left: 52px;
overflow: auto;
"
></div>
</div>
</div>
|