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


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

<!--<script>
	$(document).ready(function() {
	$('#example').DataTable( {
	dom: 'Bfrtip',
	buttons: [
	'copy', 'csv', 'excel', 'pdf', 'print'
	]
	} );
	} );
</script>-->
 <script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>  
   <div id='tabs'>
   <ul>
      <li><a href='#report_Marklist_subject_wise_div'>Bundle Status</a></li>
   </ul>    

<div align="left" id="report_Marklist_subject_wise_div" style="height:250px; overflow:auto">	 
	<table width="100%" border="0" cellspacing="1" cellpadding="1">
		<tr>
			<td style="width:155px;font-size:12px;" align="left">Status 
			</td>
			<td> : </td>
			<td> 
				<select id = 'status' style = "width:125px;height:22px;margin-top:5px;">
					<option value = "">Select Status</option>
					<option value = "all">All</option>
					<option value = "pending">Pending</option>
					<option value = "received">Received</option>
				</select>
			</td> 
		</tr>	
		<tr>
			<td  style="width:155px;font-size:12px;" align="left">Center Code Range
			</td>
			<td> : </td>
			<td>
				<input type="text" id="cntr_from" style="width: 90px" maxlength = 4 value="0000" onkeypress = "to_upperx(this.id)" name="cntr_from"/>		   
				&nbsp;&nbsp;-&nbsp;&nbsp;
				<input type="text" id="cntr_to"  style="width:90px" maxlength = 4  value="ZZZZ" onkeypress = "to_upperx(this.id)" name="cntr_to"/>		   
			</td>
		</tr>
		<tr>
			<td  style="width:155px;font-size:12px;" align="left">QP Code Range
			</td>
			<td> : </td>
			<td>
				<input type="text" id="qp_code_from" style="width: 90px" maxlength = 8 value="0000" onkeypress = "to_upperx(this.id)" name="qp_code_from"/>		   
				&nbsp;&nbsp;-&nbsp;&nbsp;
				<input type="text" id="qp_code_to"  style="width: 90px" maxlength = 8 value="ZZZZ" onkeypress = "to_upperx(this.id)"  name="qp_code_to"/>		   
			</td>
		</tr>
		
		<tr>
			<td style="width:155px;font-size:12px;" align="left">
			</td>
			<td>  </td>
			<td> 
				<input type = 'button' style = 'cursor: pointer;color:#545345;background-color:skyblue' value = 'Go' onclick = 'getbundlestatus()' >
			</td> 
		</tr>
	</table>
	
	<div id = 'bundle_table_data'>
	
	</div>
	
</div>
</div>