Subversion Repositories SmartDukaan

Rev

Rev 15788 | Rev 15933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15788 Rev 15835
Line 43... Line 43...
43
  <input type='hidden' id="amountPayable" value="<?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?>">
43
  <input type='hidden' id="amountPayable" value="<?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?>">
44
  <div id="payAmount">Rs <?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?></div>
44
  <div id="payAmount">Rs <?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?></div>
45
</div>
45
</div>
46
<div id="error1" class="error_msg" style="display:<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'block';}else{echo 'none';}?>">
46
<div id="error1" class="error_msg" style="display:<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'block';}else{echo 'none';}?>">
47
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
47
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
48
<?php if(isset($captcha) && !empty($captcha)){?>
48
<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>
49
<div class="g-recaptcha" data-sitekey="<?php echo $this->config->item('captcha_site_key')?>" style="margin-top:10px"></div>
49
<div id="clickCaptcha" style="display:<?php if(isset($payAmount) && $payAmount == 0){ echo 'block';} else {echo 'none';}?>" onclick="changeCaptcha()">Click here to change image</div>
50
<?php }?>
-
 
-
 
50
<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">
51
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit" id="submit"/>
51
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit" id="submit"/>
52
</fieldset>
52
</fieldset>
53
</form><!--mobile-recharge-->
53
</form><!--mobile-recharge-->
54
 
54
 
55
</div>
55
</div>
56
56