| Line 41... |
Line 41... |
| 41 |
<input type='hidden' id="amountPayable" value="<?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?>">
|
41 |
<input type='hidden' id="amountPayable" value="<?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?>">
|
| 42 |
<div id="payAmount">Rs <?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?></div>
|
42 |
<div id="payAmount">Rs <?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?></div>
|
| 43 |
</div>
|
43 |
</div>
|
| 44 |
<div id="error1" class="error_msg" style="display:<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'block';}else{echo 'none';}?>">
|
44 |
<div id="error1" class="error_msg" style="display:<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'block';}else{echo 'none';}?>">
|
| 45 |
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
|
45 |
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
|
| 46 |
<div id="captcha" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>"><?php if(isset($captcha) && !empty($captcha)){echo $captcha['image'];}?></div>
|
46 |
<div id="captcha" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>"><?php if(isset($captcha) && !empty($captcha)){?> <img src="<?php echo 'data:image/png;base64,'.$captcha['imagedata'];?>"/> <?php } ?></div>
|
| 47 |
<div id="clickCaptcha" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>" onclick="changeCaptcha()">Click here to change image</div>
|
47 |
<div id="clickCaptcha" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>" onclick="changeCaptcha()">Click here to change image</div>
|
| 48 |
<input id="captcha_response_box" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>" type="text" name="captcha_response_field" autocomplete="off">
|
48 |
<input id="captcha_response_box" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>" type="text" name="captcha_response_field" autocomplete="off">
|
| 49 |
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit" id="submit"/>
|
49 |
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit" id="submit"/>
|
| 50 |
</fieldset>
|
50 |
</fieldset>
|
| 51 |
</form><!--mobile-recharge-->
|
51 |
</form><!--mobile-recharge-->
|