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


Current Path : /var/www/html/rcub/html_modules/
Upload File :
Current File : /var/www/html/rcub/html_modules/datesrange11.03.2019.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>
	  <li><a href='#'>Update last date</a></li>
	</ul>

	<div align="center" id="report_Marklist_student_wise_div" style="overflow:auto;padding: 10px;">	 
		<table width="80%" border="0" cellspacing="0" cellpadding="3">	   
			<tr>
				<td style="width: 120px;">Events</td>
				<td>:</td>
				<td>
				<span style='float:left'>
					<select  id="fdaterange" style="width:165px;height:22px">
						<option value = ''>--Select-- </option>
						<option value = 'adm'>Admission</option>
						<option value = 'exam'>Exam Registration</option>
						<option value = 'iam'>IA Marks</option>
						<option value = 'prm'>Practical Marks</option>
						<option value = 'ht'>Hall Ticket</option>
					</select>
				</span>				
				</td>
			</tr>	
			<tr>
				<td>Degree Range</td>
				<td>:</td>
				<td>
					<input type="text" id="degree_code_from" style="width: 70px;text-align: center;" maxlength = "5" value="00000" onkeypress = "to_upperx(this.id)"> - 
					<input type="text" id="degree_code_to" style="width: 70px;text-align: center;" maxlength="5" value="ZZZZZ"  onkeypress = "to_upperx(this.id)">
				</td>
			</tr>
			<tr>
				<td>College Range</td>
				<td>:</td>
				<td>
					<input type="text" id="college_code_from" style="width: 70px;text-align: center;" maxlength = "4" value = "0000" onkeypress = "to_upperx(this.id)"> - 
					<input type="text" id="college_code_to" style="width: 70px;text-align: center;" value = "ZZZZ" onkeypress = "to_upperx(this.id)">
				</td>
			</tr>
			<tr>
				<td>Exam Range</td>
				<td>:</td>
				<td>
					<span style='float:left'>
						<input type="text" id="Examno_from" style="width: 70px;text-align: center;" maxlength = "1" value = "0" onkeypress = "to_upperx(this.id)"> -				
						<input type="text" id="Examno_to"  style="width: 70px;text-align: center;" onblur = "getdatedetails()" value = "Z" onkeypress = "to_upperx(this.id)">
					</span>
					<span style='float:left;display:none'>	
						<div class="raval_submit" style="width:42px;margin-left:20px;padding:0px;">
							<span onclick="displayDatesDetails()" 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>
			
			<tr>
				<td>Date Range</td>
				<td>:</td>
				<td>
					<input type = 'text' id = 'fdate' style="width: 90px;text-align: center;" placeholder = 'dd/mm/yyyy' onfocus="getdatedetails()" /> to  
					<input type = 'text' id = 'tdate' style="width: 90px;text-align: center;" placeholder = 'dd/mm/yyyy' />
				</td>
			</tr>
		</table>			
		<br><br><br>
		<div id = 'dates' style='clear:both' > </div>
		<div id = 'ftable' style='height:150px;overflow:auto;' > </div>

	</div>
</div>