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


Current Path : /proc/thread-self/root/var/www/html/gsc/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/html/gsc/html_modules/admission_ticket.html

 <script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script> 
<div id='tabs'>
	<ul>
		<li><a href='#Report_degree_list'>General</a></li>
	</ul>
	<div align="left" id="report_Admission_ticket_div" style="height:250px; overflow:auto">	 
		<table width="100%" border="0" cellspacing="1" cellpadding="1">	   
			<tr>
				<td align="right" style="width:86px">Degree Code:</td>
				<td style="width:280px">
					<input type="text" id="report_admission_ticket_degree_code" style="width: 70px"
					maxlength="5"
					onkeypress ="return pulsar(event,this);"
					onkeydown="return keyboardDegreePopup(event,this.id,$('#report_admission_ticket_degree_code').val())"
					onfocus="$g_focus_element='report_admission_ticket_degree_code';"				
					onblur="getdegreeNames();">&nbsp;&nbsp;
					<input type="text" id="report_admission_ticket_degree_name" readonly tabindex=-1 onfocus="$g_focus_element='report_admission_ticket_degree_name';" style="background-color: AliceBlue">
				</td>
			</tr>
			<!-- <tr>
				<td align="right">Exam No:</td>
				<td>
					<input type="text" id="report_admission_examfrom" maxlength=1 style="width:70px;text-transform:uppercase;"/> -					
					<input type="text" id="report_admission_examto" maxlength=1 style="width:70px;text-transform:uppercase;"/>		
				</td>               				
			</tr> -->	
			<tr>
				<td align="right">Roll No.:</td>
				<td>
					<input type="text"  id="report_admission_ticket_start" style="width: 70px"
					onkeyup="if (this.value.length > 8) {this.value = this.value.substr(0,8); }"
					onkeypress ="return pulsar(event,this);"
					onkeydown="return KayboardGetRegno(event,this.id);"		
					onfocus="$g_focus_element='report_admission_ticket_start';"/> -
					
					<input type="text"  id="report_admission_ticket_End" style="width: 70px"
					onkeyup="if (this.value.length > 8) {this.value = this.value.substr(0,8); }"
					onkeypress ="return pulsar(event,this);"
					onkeydown="return KayboardGetRegno(event,this.id);"		
					onfocus="$g_focus_element='report_admission_ticket_End';"/>								
				</td>               				
			</tr>	
			
			<tr>
				<td align="right">Report Type :
				</td>
				<td>  
					<select id = 'rptype' style = "">
					<option value = "ALL">ALL</option>
					<option value = "wp">With Photo</option>
					<option value = "wop">Without Photo</option>
					</select>
				</td> 
			</tr>		
			<tr style='display:none;'>
				<td align="right">Print Hall Ticket:</td>  
				<td align="left">
				  <input type="radio" id="report_adt_one_per_page"  name="report_at_one_per_page" checked />
				  One Per Page
				  <input type="radio" id="report_adt_two_per_page"  name="report_at_one_per_page">  
				  Two Per Page			  
				 </td>	
				 <!--<td align ="left">
					<input type="button" id="report_admission_ticket_generate" value="Generate" style="width:70px" 
					onclick='GenerateAdmissionTicket()';/>				  
				</td>-->	
			</tr>
					<!-- 	<tr style="height:80px;">
					<td></td>
					<td>		
					 <input type="button" id="report_admission_ticket_generate" value="Generate" style="width: 70px" 
					 onclick='GenerateAdmissionTicket()';	/> 		
					</td>
				</tr> -->

		</table>
	</div>
</div>