| Line 53... |
Line 53... |
| 53 |
<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post">
|
53 |
<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post">
|
| 54 |
<h1>Choose Payment Mode</h1>
|
54 |
<h1>Choose Payment Mode</h1>
|
| 55 |
<h2>We accept VISA and Master cards issued by <b>all banks.</b></h2>
|
55 |
<h2>We accept VISA and Master cards issued by <b>all banks.</b></h2>
|
| 56 |
<input type="hidden" name="addressid" id="addressid"/>
|
56 |
<input type="hidden" name="addressid" id="addressid"/>
|
| 57 |
<div class="content">
|
57 |
<div class="content">
|
| 58 |
<label style="margin-bottom:0px; line-height:21px; width:100px"">
|
58 |
<label style="margin-bottom:0px; line-height:21px; width:100px">
|
| 59 |
<input type="radio" name="paymode" value="true" selected /> <span>Credit Card</span>
|
59 |
<input type="radio" name="paymode" value="true" checked /> <span>Credit Card</span>
|
| 60 |
</label><img src="/images/visa-master-logo.jpg"/><br/>
|
60 |
</label><img src="/images/visa-master-logo.jpg"/><br/>
|
| 61 |
<label style="margin-bottom:0px; line-height:21px; width:200px">
|
61 |
<label style="margin-bottom:0px; line-height:21px; width:200px">
|
| 62 |
<input type="radio" name="paymode" value="true" /> <span>Non-Maestro Debit/ATM Card</span>
|
62 |
<input type="radio" name="paymode" value="true" /> <span>Non-Maestro Debit/ATM Card</span>
|
| 63 |
</label><br/>
|
63 |
</label><br/>
|
| 64 |
<label style="margin-bottom:0px; line-height:21px; width:170px">
|
64 |
<label style="margin-bottom:0px; line-height:21px; width:170px">
|