Subversion Repositories SmartDukaan

Rev

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

Rev 2274 Rev 2316
Line 64... Line 64...
64
                						<input type="radio" value="CreditCard" id="CreditCard" name="type"><br>&nbsp;
64
                						<input type="radio" value="CreditCard" id="CreditCard" name="type"><br>&nbsp;
65
									</td>
65
									</td>
66
                					<td style="text-align: center; ">
66
                					<td style="text-align: center; ">
67
										<select onchange="document.getElementById('CreditCard').checked=true;" style="width: 300px;" name="gCreditCard">
67
										<select onchange="document.getElementById('CreditCard').checked=true;" style="width: 300px;" name="gCreditCard">
68
                							<option value="">------- Select -------</option>
68
                							<option value="">------- Select -------</option>
-
 
69
											<optgroup label="Indian Cards">
-
 
70
												<option value="2008">VISA</option>
-
 
71
												<option value="2017">MasterCard</option>
-
 
72
												<option value="1010">Diners Club</option>
-
 
73
                                            </optgroup>
-
 
74
                							<optgroup label="International Cards" style="margin-top: 5px;">
69
                							<option value="1008">VISA</option>
75
												<option value="1008">VISA</option>
70
											<option value="1017">MasterCard</option>
76
												<option value="1017">MasterCard</option>
71
											<option value="1010">Diners Club</option>
77
												<option value="1010">Diners Club</option>
-
 
78
                                            </optgroup>
72
											<optgroup label="We accept cards issued by all banks" style="margin-top: 10px;"/>
79
											<optgroup label="We accept cards issued by all banks" style="margin-top: 10px;"/>
73
										</select>
80
										</select>
74
									</td>
81
									</td>
75
                				</tr>
82
                				</tr>
76
                			</tbody>
83
                			</tbody>