Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 11232
Line 36... Line 36...
36
  <input id="coupon_code" type='hidden' name='couponCode' value="">
36
  <input id="coupon_code" type='hidden' name='couponCode' value="">
37
  <input type='hidden' name='email' value="<?php echo $email;?>">
37
  <input type='hidden' name='email' value="<?php echo $email;?>">
38
  <input type='hidden' name='plan' value="<?php if(isset($paln)) {echo $plan;}?>">
38
  <input type='hidden' name='plan' value="<?php if(isset($paln)) {echo $plan;}?>">
39
  <input type='hidden' name='number' value="<?php if(isset($number)) {echo $number;} elseif(isset($dth_number)){echo $dth_number;}?>">
39
  <input type='hidden' name='number' value="<?php if(isset($number)) {echo $number;} elseif(isset($dth_number)){echo $dth_number;}?>">
40
  <input type='hidden' name='email' value="<?php echo $email?>">
40
  <input type='hidden' name='email' value="<?php echo $email?>">
-
 
41
  <input type='hidden' id="amountPayable" value="<?php if(isset($payAmount)) {echo $payAmount;} else {echo $recharge;}?>">
41
  <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>
42
</div>
43
</div>
43
<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';}?>">
44
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
45
<?php if(isset($confirmCaptcha) && $confirmCaptcha == 1){echo 'Invalid Captcha';}?></div>
45
<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)){echo $captcha['image'];}?></div>
46
<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>
47
<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">
48
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit"/>
49
<input type="submit" value="<?php if(isset($captcha) && !empty($captcha)){echo 'Recharge Now';}else{echo 'Confirm';}?>" name="submit" id="submit"/>
49
</fieldset>
50
</fieldset>
50
</form><!--mobile-recharge-->
51
</form><!--mobile-recharge-->
51
 
52
 
52
</div>
53
</div>
53
54