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


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

<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script> 
<style type="text/css">
    .textInputEnabled {
      width: 99%;
      padding: 2px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
    .InputTextEnabled {
      width: 100%;
      padding: 3px;
      font-size: 14px;
      /* line-height: 1.42857143; */
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
    .inputTextarea {
      width: 100%;
      padding: 3px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
 </style>
<div id='tabs'>
  <ul>
      <li><a href="#">Exam Application Fee Report</a></li>
   </ul>

	<div id="report_exam_application_form" align="center" style="padding-top:8px;font-size:13px;padding-left: 2%;padding-right: 2%;">
		<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
			<tbody>
				<tr>
					<td align="left" width="200px">Degree<font color="red">*</font></td>
				<td>
		        	<select id="degree" class="InputTextEnabled" name="Degree">
						<option value="">--Select--</option>
					 </select>
				</td>
			</tr>
			
			<tr style="display: none;">
				<td align="left" width="200px">Exam No.<font color="red">*</font></td>
				<td>
					<input type="text" id="report_student_Examno" style="width: 80px; text-align: center; text-transform: uppercase;" maxlength = 6  value="ABCDEF" onkeypress = 'return isLetter(event,this)' onblur='this.value=this.value.toUpperCase();' />		   
				</td>
			</tr>
			<tr style="display: none;">
				<td  align="right">Application Range :</td>
				<td>
					<input type="text" id="report_application_range_from" maxlength="12" style="width: 80px; text-align: center;text-transform: uppercase;"
					value="0000"name="report_application_range_from" />		   
					&nbsp;-&nbsp;
					<input type="text" id="report_application_end_to" maxlength="12" style="width: 80px; text-align: center;text-transform: uppercase;" 
					onfocus="$g_focus_element='report_application_end_to';" value="ZZZZ" name="report_application_end_to"/>		   
				</td>
			</tr>
			
			<tr style="display: none;">
				<td  align="right">Reg.No Range :
				</td>
				<td>
					<input type="text" id="report_exam_reg_start_from" maxlength="8" style="width: 80px; text-align: center;text-transform: uppercase;"
					value="00000000" name="report_exam_reg_start_from"/>		   
					&nbsp;-&nbsp;
					<input type="text" id="report_exam_reg_end_to"  maxlength="8" style="width: 80px; text-align: center;text-transform: uppercase;" 
					value="ZZZZZZZZ" name="report_exam_reg_end_to"/>		   
				</td>
			</tr>	
			
			<tr>
				<td align="left">Payment Status<font color="red">*</font></td>
				</td>
				
				<td>
					<select id="ack_type" style="width:185px;">
						<option value = 'All'>All</option>
						<option value = 'success'>Success Only</option>
						<option value = 'pending'>Pending Only</option>
					</select>

					<!-- <span class="raval_submit_td" style="margin-left:10px;">
					
					</span> -->
				</td>
			</tr>
			<tr style="display: none;">
				<td align="right">Payment Type :</td>
				
				<td>
					<select id="pay_mode" style="width:180px;">
						<option value = 'ALL'>All</option>
						<option value = 'Payment Gateway'>Payment Gateway</option>
					</select>
				</td>
			</tr>
			</tbody>
		</table>
	</div>
</div>