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 : 18.189.185.6


Current Path : /var/www/html/kus/html_modules/
Upload File :
Current File : //var/www/html/kus/html_modules/appstatusreport.html

<!-- <script>
	$('#fdate').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true}); 
	$('#tdate').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true}); 
 </script> --> 
 <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" id="report_Marklist_student_wise_div" width="100%" style="height:370px;margin-left:20px;padding:0px;">	 
	<table width="100%" border="0" cellspacing="2" cellpadding="2" style='margin-top:20px;'>	   
		
		<tr>
			<td style="width:150px" align="left">Application Range
			</td>
			<td style="width:10px;" >: </td>
			<td align="left">
				<input type="text" id="app_status_from" style="width:80px" maxlength = "6" value = "0000" onkeypress = "to_upperx(this.id)"> - 
				<input type="text" id="app_status_to" style="width: 80px" maxlength = "6" value = "ZZZZ" onkeypress = "to_upperx(this.id)">
			</td>
		</tr>
		<tr>
			<td  align="left">Register No. Range
			</td>
			<td>: </td>
			<td align="left">
				<input type="text" id="reg_from" style="width:80px" maxlength = "8" value = "0000" onkeypress = "to_upperx(this.id)"> - 
				<input type="text" id="reg_to" style="width: 80px" maxlength = "8" value = "ZZZZ" onkeypress = "to_upperx(this.id)">
			</td>
		</tr>
		<tr>
			<td align="left">Services Range
			</td>
			<td>: </td>
			<td align="left">
				<input type="text" id = "sfrange" onkeydown="return servicecodepopup(event,this.id)" onkeyup = 'to_upperx(this.id)' style="width: 80px"  value = '0000' maxlength = 4> - 
				<input type="text" id = "strange" onkeydown="return servicecodepopup(event,this.id)" onkeyup = 'to_upperx(this.id)' style="width: 80px"  value = 'ZZZZ'  maxlength = 4>
			</td>
		</tr>
	</table>
	<table  border="0" cellspacing="2" cellpadding="2" >
		<tr  >
			<td  align="left" style="width:150px" >Date Range
			</td>
			<td style="width:10px;" >: </td>
			<td align="left" >
				<input type="text" id="fdate" style="width: 80px"  onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown = 'dmydateformat(event,this.id)' placeholder = 'dd/mm/yyyy'  maxlength = 10> - 
				<input type="text" id="tdate" style="width: 80px"  onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown = 'dmydateformat(event,this.id)' placeholder = 'dd/mm/yyyy'  maxlength = 10>
			</td>
		</tr>
	</table>
	<table border="0" cellspacing="2" cellpadding="2"  >
		<tr>
			<td  align="left" style="width:150px"  >Application Status
			</td>
			<td style="width:10px;" >: </td>
			<td align="left">
				<span>
					<select  id="All" title = "" style="width:185px;float:left;"> 
						<option value = "All">All</option>
						<option value = "rejected">Pending</option>
						<option value = "accepted">Cleared</option>
					</select>
				</span>				
				<span style='float:left;'>	
					<div class="raval_submit" style="width:42px;margin-left:20px;padding:0px;">
						<span onclick="getdatedetails()" style="margin-left:12px;margin-top: 2px;cursor: pointer; color:#545345;line-height: 19px;font-size:14px;font-weight:bold;">Go</span>
					</div>
				</span>	
			</td>
		</tr>	
	</table>
</div>
</div>