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.22.42.25
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div>
<div id="report_type">
<table style="margin-left: 20px">
<tr>
<td style="font-size: 13px" align="right">Report Type</td>
<td>:</td>
<td>
<select
id="r_type"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="getReportTypenew()"
>
<option value="">---Select---</option>
<option value="all_sub">Progress Report</option>
<option value="subjectwise">Marks List</option>
</select>
</td>
</tr>
</table>
</div>
<div id="all_subject_report">
<table>
<tr>
<td style="font-size: 13px" align="right">Degree</td>
<td>:</td>
<td>
<select
id="degree"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="semisterDetnew()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Semester</td>
<td>:</td>
<td>
<select
id="semister"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Reg No. Range</td>
<td>:</td>
<td>
<input
type="text"
name="fromreg"
id="fromreg"
value="0"
placeholder="From Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
-
<input
type="text"
name="toreg"
id="toreg"
value="z"
placeholder="To Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<span
onclick="getIaMarksReportnew()"
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
border-radius: 3px;
"
>Generate</span
>
</td>
</tr>
</table>
</div>
<div id="subjectwise_report">
<table>
<tr>
<td style="font-size: 13px" align="right">Degree</td>
<td>:</td>
<td>
<select
id="s_degree"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="getSemisternew()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Semester</td>
<td>:</td>
<td>
<select
id="s_semister"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="getSubjectnew()"
></select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Subject</td>
<td>:</td>
<td>
<select
id="subject"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
onchange="getSectionnew()"
>
<option value="all">All</option>
</select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Section</td>
<td>:</td>
<td>
<select
id="section"
style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
>
<option value="all">All</option>
</select>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Reg No. Range</td>
<td>:</td>
<td>
<input
type="text"
name="fregno"
id="fregno"
value="0"
placeholder="From Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
-
<input
type="text"
name="tregno"
id="tregno"
value="z"
placeholder="To Reg"
style="height: 24px; margin: 2px; font-size: 13px"
/>
</td>
</tr>
<tr id="marks_tr">
<td style="font-size: 13px" align="right">
Marks Less Than <br />
(in Percentage)
</td>
<td>:</td>
<td>
<input
type="text"
name="marks"
id="marks"
value="40"
placeholder="Marks Less Than"
style="height: 24px; margin: 2px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td style="font-size: 13px" align="right">Type</td>
<td>:</td>
<td>
<select
id="type_report"
style="width: 167.5px; height: 30px; margin: 2px; font-size: 13px"
>
<option value="">---Select---</option>
<option value="summary">Summary</option>
<option value="details">Details</option>
</select>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<a
onclick="printMarkListSubWisenew()"
target="_blank"
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;
"
>Generate</a
>
</td>
</tr>
</table>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$("#exam_range").hide();
});
</script>
|