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.129.73.6


Current Path : /var/www/html/bnu/html_modules/
Upload File :
Current File : /var/www/html/bnu/html_modules/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>
					
				</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>
			<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();
});

</script>