0xV3NOMx
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.15.142.42


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/fee_report.html

<script
	type='text/javascript'>$(function () { $('#tabs').tabs(); }); $(function () { $('#sub_tabs').tabs(); });</script>

<div id='tabs'>
	<ul style='height:20px;'>
		<li> </li>
	</ul>
	<div align="left" style="height:250px; overflow:auto">
		<table width="100%" border="0" cellspacing="1" cellpadding="1">
			<tr>
				<td style="width:155px;font-size:12px;" align="left">Degree Group
				</td>
				<td> : </td>
				<td>
					<select id='degree' style="width:125px;height:22px;margin-top:5px;">

					</select>
				</td>
			</tr>

			<tr>
				<td style="width:155px;font-size:12px;" align="left">Report
				</td>
				<td> : </td>
				<td>
					<select id='type' onchange="showExamRange()" style="width:125px;height:22px;margin-top:5px;">
						<option value="">--SELECT--</option>
						<option value="Exam Application Fee Summary">Exam Fee Summary</option>
						<option value="Admission Apllication Fee Summary">Admission Apllication Fee Summary</option>
						<option value="EFCW" id="efcw">Exam Fee Category Wise</option>
						<option value="Duplicate Payment Report" id="dpr">Duplicate Payment Report</option>

					</select>
				</td>
			</tr>
			<tr>
				<td style="width:155px;font-size:12px;" align="left">College code Range
				</td>
				<td> : </td>
				<td>
					<input type="text" id="cntr_start" value="00000" style="width:90px" onkeypress="to_upperx(this.id)"
						name="cntr_start" /> -

					<input type="text" id="cntr_end" style="width:90px" value="ZZZZZ" onkeypress="to_upperx(this.id)"
						name="cntr_end" />
				</td>
			</tr>

			<tr>
				<td style="width:155px;font-size:12px;" align="left">Degree Range
				</td>
				<td> : </td>
				<td>
					<input type="text" id="degree_from" style="width: 90px" value="00000" onkeypress="to_upperx(this.id)"
						name="degree_from" /> -

					<input type="text" id="degree_to" style="width: 90px" value="ZZZZZ" onkeypress="to_upperx(this.id)"
						name="degree_to" />

				</td>
			</tr>
			<tr id="exam_range">
				<td style="width:155px;font-size:12px;" align="left">Exam Range
				</td>
				<td> : </td>
				<td>
					<input type="text" id="exam_from" style="width: 90px" value="ABCDEF" onkeypress="to_upperx(this.id)"
						name="exam_from" /> (Ex. ABCDEF)
				</td>
			</tr>
			<tr>
			<tr id="extype">
				<td style="width:155px;font-size:12px;" align="left">Exam Type
				</td>
				<td> : </td>
				<td>
					<input type="text" id="exam_type" style="width: 90px" value="" name="exam_type" />
				</td>
			</tr>
			<tr id="exyear">
				<td style="width:155px;font-size:12px;" align="left">Exam Year
				</td>
				<td> : </td>
				<td>
					<!-- <input type="text" id="exam_year" style="width: 90px" value="" name="exam_year" /> -->
					<select id='exam_year' style="width:125px;height:22px;margin-top:5px;">
						<option value="">--SELECT--</option>
						<option value="2015">2015</option>
						<option value="2016">2016</option>
						<option value="2017">2017</option>
						<option value="2018">2018</option>
						<option value="2019">2019</option>
					</select>
				</td>
			</tr>
			<tr id='rtype'>
				<td style="width:155px;font-size:12px;" align="left">Report Type
				</td>
				<td> : </td>
				<td>
					<select id='report_type' style="width:125px;height:22px;margin-top:5px;">
						<option value="">--SELECT--</option>
						<option value="Summary">Summary</option>
						<option value="Detail">Detail</option>

					</select>
				</td>
			</tr>
		</table>
	</div>

</div>

<script>
	$(document).ready(function () {
		$("#exam_range").hide();
		$("#extype").hide();
		$("#exyear").hide();

	});

</script>