| Line 47... |
Line 47... |
| 47 |
<form name="mobile-recharge" method="post" action="<?php echo base_url().'confirm'?>"class="mobile-recharge" onsubmit="return mobileValidation()" style="display:<?php if(!isset($rechargeType) || $rechargeType != 'dth'){ echo 'block';} else { echo 'none'; }?>">
|
47 |
<form name="mobile-recharge" method="post" action="<?php echo base_url().'confirm'?>"class="mobile-recharge" onsubmit="return mobileValidation()" style="display:<?php if(!isset($rechargeType) || $rechargeType != 'dth'){ echo 'block';} else { echo 'none'; }?>">
|
| 48 |
<fieldset>
|
48 |
<fieldset>
|
| 49 |
<?php if(isset($rechargeType) && $rechargeType == 'mobile'){?><div><h1><?php echo strtoupper($rechargeOperator); ?></h1><div><?php } ?>
|
49 |
<?php if(isset($rechargeType) && $rechargeType == 'mobile'){?><div><h1><?php echo strtoupper($rechargeOperator); ?></h1><div><?php } ?>
|
| 50 |
<label>Mobile Number</label>
|
50 |
<label>Mobile Number</label>
|
| 51 |
<input name="mobile-number" type="number" id="mobile-number" onKeyUp="operator()" onfocus="clearError()"/>
|
51 |
<input name="mobile-number" type="number" id="mobile-number" onKeyUp="operator()" onfocus="clearError()"/>
|
| - |
|
52 |
<div id="operator-list" style="display:none" class="fetch-operator" onclick="operator()">Click to fetch operator list</div>
|
| 52 |
<label>Operator</label>
|
53 |
<label>Operator</label>
|
| 53 |
<select name="operatorId" id="mobile-operator" onChange="changeOperator(event)" disabled="true" onfocus="clearError()">
|
54 |
<select name="operatorId" id="mobile-operator" onChange="changeOperator(event)" disabled="true" onfocus="clearError()">
|
| 54 |
<option>Select Operator</option>
|
55 |
<option>Select Operator</option>
|
| 55 |
<?php if(isset($mobile_operator) && !empty($mobile_operator)){
|
56 |
<?php if(isset($mobile_operator) && !empty($mobile_operator)){
|
| 56 |
foreach($mobile_operator as $key => $value){?>
|
57 |
foreach($mobile_operator as $key => $value){?>
|