Subversion Repositories SmartDukaan

Rev

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

Rev 2755 Rev 2792
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">
69
											<optgroup label="Cards issued in India">
70
												<option value="2008">VISA</option>
70
												<option value="2008">VISA</option>
71
												<option value="2017">MasterCard</option>
71
												<option value="2017">MasterCard</option>
72
												<option value="1010">Diners Club</option>
72
												<option value="1010">Diners Club</option>
73
                                            </optgroup>
73
                                            </optgroup>
74
                							<optgroup label="International Cards" style="margin-top: 5px;">
74
                							<optgroup label="Cards issued outside India" style="margin-top: 5px;">
75
												<option value="1008">VISA</option>
75
												<option value="1008">VISA</option>
76
												<option value="1017">MasterCard</option>
76
												<option value="1017">MasterCard</option>
77
												<option value="1010">Diners Club</option>
77
												<option value="1010">Diners Club</option>
78
                                            </optgroup>
78
                                            </optgroup>
79
											<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;"/>