| Line 405... |
Line 405... |
| 405 |
</div>
|
405 |
</div>
|
| 406 |
</form>
|
406 |
</form>
|
| 407 |
</div>
|
407 |
</div>
|
| 408 |
#if($action.shouldShowCodOption())
|
408 |
#if($action.shouldShowCodOption())
|
| 409 |
<div>
|
409 |
<div>
|
| 410 |
<div class="center-text-bold12">Please enter the words shown below:</div><br/>
|
410 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
| 411 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
411 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
| 412 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
412 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 413 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
413 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
| 414 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
414 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 415 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
415 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 416 |
<input type="text" name="captcha_response_field" autocomplete="off">
|
416 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
| 417 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
417 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
| 418 |
</div>
|
418 |
</div>
|
| 419 |
<div class="text-center">
|
419 |
<div class="text-center">
|
| 420 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
420 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
| 421 |
<br/><br/>
|
421 |
<br/><br/>
|
| Line 452... |
Line 452... |
| 452 |
|
452 |
|
| 453 |
#include("templates/footer.vm")
|
453 |
#include("templates/footer.vm")
|
| 454 |
|
454 |
|
| 455 |
#include ( "templates/commonjsfiles.vm" )
|
455 |
#include ( "templates/commonjsfiles.vm" )
|
| 456 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
456 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
| 457 |
<script type="text/javascript">
|
- |
|
| 458 |
$(function(){
|
- |
|
| 459 |
$('#captchaanchor').click(function () { $('#captchaImage').attr('src', '/captcha?rand=' + Math.floor(Math.random()*100) ); })
|
- |
|
| 460 |
});
|
- |
|
| 461 |
</script>
|
- |
|
| 462 |
</body>
|
457 |
</body>
|
| 463 |
</html>
|
458 |
</html>
|
| 464 |
|
459 |
|