Subversion Repositories SmartDukaan

Rev

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

Rev 6233 Rev 6239
Line 71... Line 71...
71
                    </p>
71
                    </p>
72
                </div>
72
                </div>
73
				#end
73
				#end
74
				#set($rechargeAmount=$action.getAmount())
74
				#set($rechargeAmount=$action.getAmount())
75
				#set($fieldsToShow=$action.fieldsToShow())
75
				#set($fieldsToShow=$action.fieldsToShow())
-
 
76
				#set($rechargeOrder=$action.getRechargeOrder())
76
				
77
				
77
				<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Amount to be Paid:</span> Rs <span style="color:#333333">$rechargeAmount</span></h4>
78
				<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Amount to be Paid:</span> Rs <span style="color:#333333">$rechargeAmount</span></h4>
78
				<br/>
79
				<br/>
79
				<div id="vtab">
80
				<div id="vtab">
80
                    <ul>
81
                    <ul>
Line 120... Line 121...
120
    									<br/>
121
    									<br/>
121
    								</div>
122
    								</div>
122
    							</div>
123
    							</div>
123
							</div>
124
							</div>
124
                            <div style="clear:both"></div>
125
                            <div style="clear:both"></div>
125
							<!--<form name="frmShippingAddress" id="frmShippingAddress" method="post" action="/shipping" class="right">-->
-
 
126
							#if($fieldsToShow.equals("phone"))
126
							#if($fieldsToShow == "phone")
-
 
127
                            	#if($rechargeOrder.getRechargeType() == "MOBILE")
-
 
128
                            		<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
-
 
129
                            	#else		
127
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
130
                            		<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
128
                				<thead>
131
                            			<thead>
129
                					<tr class="header">
132
                            				<tr class="header">
130
                							<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
133
                            						<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
131
                					</tr>
134
                            				</tr>
-
 
135
                                        </thead>
-
 
136
                            			<tbody>
-
 
137
                                        <tr>
-
 
138
                            				<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
-
 
139
                            				<td class="input">
-
 
140
                            					<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
-
 
141
                            				</td>
-
 
142
                            			</tr>
-
 
143
                                        </tbody>
-
 
144
                            		</table>
-
 
145
                            		<br>
-
 
146
                            	#end
-
 
147
                            #elseif($fieldsToShow == "address")
-
 
148
                            	<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
149
                            	<thead>
-
 
150
                            		<tr class="header">
-
 
151
                            				<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
152
                            		</tr>
132
                                </thead>
153
                                </thead>
133
                				<tbody>
154
                            	<tbody>
134
                                <tr>
155
                                <tr>
-
 
156
                            		<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
157
                            		<td class="input">
-
 
158
                            			<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
159
                            		</td>
-
 
160
                            	</tr>
-
 
161
                                <tr>
135
                					<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
162
                            		<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
163
                            		<td class="input">
-
 
164
                            			<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
165
                            		</td>
-
 
166
                            	</tr>
-
 
167
                                <tr>
-
 
168
                            		<td class="label" align="right">Address Line 2:</td>
-
 
169
                            		<td class="input">
-
 
170
                            			<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
171
                            		</td>
-
 
172
                            	</tr>
-
 
173
                                <tr>
-
 
174
                            		<td class="label" align="right"><sup>*</sup>State</td>
-
 
175
                            		<td class="input">
-
 
176
                            			<select class="select_state" name="state" id="shipState">
-
 
177
                            			#include("templates/stateslist.vm")
-
 
178
                            			</select>
-
 
179
                            		</td>
-
 
180
                            	</tr>
-
 
181
                                <tr>
-
 
182
                            		<td class="label" align="right"><sup>*</sup>City:</td>
-
 
183
                            		<td class="input">
-
 
184
                            			<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
185
                            		</td>
-
 
186
                            	</tr>
-
 
187
                                <tr>
-
 
188
                            		<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
189
                            		<td class="input">
-
 
190
                            			<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
191
                            		</td>
-
 
192
                            	</tr>
-
 
193
                                <tr>
-
 
194
                            		<td class="label" align="right"><sup>*</sup>Phone:</td>
136
                					<td class="input">
195
                            		<td class="input">
137
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
196
                            			<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
138
                					</td>
197
                            		</td>
-
 
198
                            	</tr>
-
 
199
                            	<tr>
-
 
200
                            		<td>&nbsp;</td>
-
 
201
                            		<td class="instruction">This address will be saved for next time.</td>
139
                				</tr>
202
                            	</tr>
140
                                </tbody>
203
                                </tbody>
141
                			</table>
-
 
142
							<br>
-
 
143
							#elseif($fieldsToShow.equals("address"))
-
 
144
								<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
145
                				<thead>
-
 
146
                					<tr class="header">
-
 
147
                							<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
148
                					</tr>
-
 
149
                                </thead>
-
 
150
                				<tbody>
-
 
151
                                <tr>
-
 
152
                					<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
153
                					<td class="input">
-
 
154
                						<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
155
                					</td>
-
 
156
                				</tr>
-
 
157
                                <tr>
-
 
158
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
159
                					<td class="input">
-
 
160
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
161
                					</td>
-
 
162
                				</tr>
-
 
163
                                <tr>
-
 
164
                					<td class="label" align="right">Address Line 2:</td>
-
 
165
                					<td class="input">
-
 
166
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
167
                					</td>
-
 
168
                				</tr>
-
 
169
                                <tr>
-
 
170
                					<td class="label" align="right"><sup>*</sup>State</td>
-
 
171
                					<td class="input">
-
 
172
                						<select class="select_state" name="state" id="shipState">
-
 
173
                						#include("templates/stateslist.vm")
-
 
174
                						</select>
-
 
175
                					</td>
-
 
176
                				</tr>
-
 
177
                                <tr>
-
 
178
                					<td class="label" align="right"><sup>*</sup>City:</td>
-
 
179
                					<td class="input">
-
 
180
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
181
                					</td>
-
 
182
                				</tr>
-
 
183
                                <tr>
204
                            </table>
184
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
185
                					<td class="input">
-
 
186
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
187
                					</td>
-
 
188
                				</tr>
-
 
189
                                <tr>
205
                            #end
190
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
-
 
191
                					<td class="input">
-
 
192
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
-
 
193
                					</td>
-
 
194
                				</tr>
-
 
195
                				<tr>
-
 
196
                					<td>&nbsp;</td>
-
 
197
                					<td class="instruction">This address will be saved for next time.</td>
-
 
198
                				</tr>
-
 
199
                                </tbody>
-
 
200
                			</table>
-
 
201
							#end
-
 
202
							<div style="text-align:center;">
206
							<div style="text-align:center;">
203
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
207
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
204
								<br/><br/>
208
								<br/><br/>
205
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
209
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
206
							</div>
210
							</div>
Line 262... Line 266...
262
                                    <span class="cctext">EBS - Test Payment</span>
266
                                    <span class="cctext">EBS - Test Payment</span>
263
                                    <br/>
267
                                    <br/>
264
                                </div>
268
                                </div>
265
								
269
								
266
							</div>
270
							</div>
267
							#if($fieldsToShow.equals("phone"))
271
							#if($fieldsToShow == "phone")
-
 
272
                            	#if($rechargeOrder.getRechargeType() == "MOBILE")
-
 
273
                            		<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
-
 
274
                            	#else		
268
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
275
                            		<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
269
                				<thead>
276
                            			<thead>
270
                					<tr class="header">
277
                            				<tr class="header">
271
                							<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
278
                            						<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
272
                					</tr>
279
                            				</tr>
-
 
280
                                        </thead>
-
 
281
                            			<tbody>
-
 
282
                                        <tr>
-
 
283
                            				<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
-
 
284
                            				<td class="input">
-
 
285
                            					<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
-
 
286
                            				</td>
-
 
287
                            			</tr>
-
 
288
                                        </tbody>
-
 
289
                            		</table>
-
 
290
                            		<br>
-
 
291
                            	#end
-
 
292
                            #elseif($fieldsToShow == "address")
-
 
293
                            	<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
294
                            	<thead>
-
 
295
                            		<tr class="header">
-
 
296
                            				<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
297
                            		</tr>
273
                                </thead>
298
                                </thead>
274
                				<tbody>
299
                            	<tbody>
275
                                <tr>
300
                                <tr>
-
 
301
                            		<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
302
                            		<td class="input">
-
 
303
                            			<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
304
                            		</td>
-
 
305
                            	</tr>
-
 
306
                                <tr>
276
                					<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
307
                            		<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
308
                            		<td class="input">
-
 
309
                            			<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
310
                            		</td>
-
 
311
                            	</tr>
-
 
312
                                <tr>
-
 
313
                            		<td class="label" align="right">Address Line 2:</td>
-
 
314
                            		<td class="input">
-
 
315
                            			<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
316
                            		</td>
-
 
317
                            	</tr>
-
 
318
                                <tr>
-
 
319
                            		<td class="label" align="right"><sup>*</sup>State</td>
-
 
320
                            		<td class="input">
-
 
321
                            			<select class="select_state" name="state" id="shipState">
-
 
322
                            			#include("templates/stateslist.vm")
-
 
323
                            			</select>
-
 
324
                            		</td>
-
 
325
                            	</tr>
-
 
326
                                <tr>
-
 
327
                            		<td class="label" align="right"><sup>*</sup>City:</td>
-
 
328
                            		<td class="input">
-
 
329
                            			<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
330
                            		</td>
-
 
331
                            	</tr>
-
 
332
                                <tr>
-
 
333
                            		<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
334
                            		<td class="input">
-
 
335
                            			<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
336
                            		</td>
-
 
337
                            	</tr>
-
 
338
                                <tr>
-
 
339
                            		<td class="label" align="right"><sup>*</sup>Phone:</td>
277
                					<td class="input">
340
                            		<td class="input">
278
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
341
                            			<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
279
                					</td>
342
                            		</td>
-
 
343
                            	</tr>
-
 
344
                            	<tr>
-
 
345
                            		<td>&nbsp;</td>
-
 
346
                            		<td class="instruction">This address will be saved for next time.</td>
280
                				</tr>
347
                            	</tr>
281
                                </tbody>
348
                                </tbody>
282
                			</table>
-
 
283
							<br>
-
 
284
							#elseif($fieldsToShow.equals("address"))
-
 
285
								<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
286
                				<thead>
-
 
287
                					<tr class="header">
-
 
288
                							<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
289
                					</tr>
-
 
290
                                </thead>
-
 
291
                				<tbody>
-
 
292
                                <tr>
-
 
293
                					<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
294
                					<td class="input">
-
 
295
                						<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
296
                					</td>
-
 
297
                				</tr>
-
 
298
                                <tr>
-
 
299
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
300
                					<td class="input">
-
 
301
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
302
                					</td>
-
 
303
                				</tr>
-
 
304
                                <tr>
-
 
305
                					<td class="label" align="right">Address Line 2:</td>
-
 
306
                					<td class="input">
-
 
307
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
308
                					</td>
-
 
309
                				</tr>
-
 
310
                                <tr>
-
 
311
                					<td class="label" align="right"><sup>*</sup>State</td>
-
 
312
                					<td class="input">
-
 
313
                						<select class="select_state" name="state" id="shipState">
-
 
314
                						#include("templates/stateslist.vm")
-
 
315
                						</select>
-
 
316
                					</td>
-
 
317
                				</tr>
-
 
318
                                <tr>
-
 
319
                					<td class="label" align="right"><sup>*</sup>City:</td>
-
 
320
                					<td class="input">
-
 
321
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
322
                					</td>
-
 
323
                				</tr>
-
 
324
                                <tr>
349
                            </table>
325
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
326
                					<td class="input">
-
 
327
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
328
                					</td>
-
 
329
                				</tr>
-
 
330
                                <tr>
350
                            #end
331
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
-
 
332
                					<td class="input">
-
 
333
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
-
 
334
                					</td>
-
 
335
                				</tr>
-
 
336
                				<tr>
-
 
337
                					<td>&nbsp;</td>
-
 
338
                					<td class="instruction">This address will be saved for next time.</td>
-
 
339
                				</tr>
-
 
340
                                </tbody>
-
 
341
                			</table>
-
 
342
							#end
-
 
343
							<div style="text-align:center;">
351
							<div style="text-align:center;">
344
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
352
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
345
								<br/><br/>
353
								<br/><br/>
346
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
354
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
347
							</div>
355
							</div>
Line 515... Line 523...
515
        								</div>
523
        								</div>
516
    									<br/>
524
    									<br/>
517
    								</div>
525
    								</div>
518
    							</div>
526
    							</div>
519
							</div>
527
							</div>
520
							#if($fieldsToShow.equals("phone"))
528
							#if($fieldsToShow == "phone")
-
 
529
                            	#if($rechargeOrder.getRechargeType() == "MOBILE")
-
 
530
                            		<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
-
 
531
                            	#else		
521
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
532
                            		<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
522
                				<thead>
533
                            			<thead>
523
                					<tr class="header">
534
                            				<tr class="header">
524
                							<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
535
                            						<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
525
                					</tr>
536
                            				</tr>
526
                                </thead>
537
                                        </thead>
527
                				<tbody>
538
                            			<tbody>
528
                                <tr>
539
                                        <tr>
529
                					<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
540
                            				<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
530
                					<td class="input">
541
                            				<td class="input">
531
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
542
                            					<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
532
                					</td>
543
                            				</td>
533
                				</tr>
544
                            			</tr>
534
                                </tbody>
545
                                        </tbody>
535
                			</table>
546
                            		</table>
536
							<br>
547
                            		<br>
-
 
548
                            	#end
537
							#elseif($fieldsToShow.equals("address"))
549
                            #elseif($fieldsToShow == "address")
538
								<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
550
                            	<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
539
                				<thead>
551
                            	<thead>
540
                					<tr class="header">
552
                            		<tr class="header">
541
                							<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
553
                            				<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
542
                					</tr>
554
                            		</tr>
543
                                </thead>
555
                                </thead>
544
                				<tbody>
556
                            	<tbody>
545
                                <tr>
557
                                <tr>
546
                					<td class="label" align="right"><sup>*</sup>Name:</td>
558
                            		<td class="label" align="right"><sup>*</sup>Name:</td>
547
                					<td class="input">
559
                            		<td class="input">
548
                						<input type="text" id="shipName" name="name" class="searchbox right" />
560
                            			<input type="text" id="shipName" name="name" class="searchbox right" />
549
                					</td>
561
                            		</td>
550
                				</tr>
562
                            	</tr>
551
                                <tr>
563
                                <tr>
552
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
564
                            		<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
553
                					<td class="input">
565
                            		<td class="input">
554
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
566
                            			<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
555
                					</td>
567
                            		</td>
556
                				</tr>
568
                            	</tr>
557
                                <tr>
569
                                <tr>
558
                					<td class="label" align="right">Address Line 2:</td>
570
                            		<td class="label" align="right">Address Line 2:</td>
559
                					<td class="input">
571
                            		<td class="input">
560
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
572
                            			<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
561
                					</td>
573
                            		</td>
562
                				</tr>
574
                            	</tr>
563
                                <tr>
575
                                <tr>
564
                					<td class="label" align="right"><sup>*</sup>State</td>
576
                            		<td class="label" align="right"><sup>*</sup>State</td>
565
                					<td class="input">
577
                            		<td class="input">
566
                						<select class="select_state" name="state" id="shipState">
578
                            			<select class="select_state" name="state" id="shipState">
567
                						#include("templates/stateslist.vm")
579
                            			#include("templates/stateslist.vm")
568
                						</select>
580
                            			</select>
569
                					</td>
581
                            		</td>
570
                				</tr>
582
                            	</tr>
571
                                <tr>
583
                                <tr>
572
                					<td class="label" align="right"><sup>*</sup>City:</td>
584
                            		<td class="label" align="right"><sup>*</sup>City:</td>
573
                					<td class="input">
585
                            		<td class="input">
574
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
586
                            			<input type="text" id="shipCity" name="city" class="searchbox"/>
575
                					</td>
587
                            		</td>
576
                				</tr>
588
                            	</tr>
577
                                <tr>
589
                                <tr>
578
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
590
                            		<td class="label" align="right"><sup>*</sup>Pin Code:</td>
579
                					<td class="input">
591
                            		<td class="input">
580
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
592
                            			<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
581
                					</td>
593
                            		</td>
582
                				</tr>
594
                            	</tr>
583
                                <tr>
595
                                <tr>
584
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
596
                            		<td class="label" align="right"><sup>*</sup>Phone:</td>
585
                					<td class="input">
597
                            		<td class="input">
586
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
598
                            			<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
587
                					</td>
599
                            		</td>
588
                				</tr>
600
                            	</tr>
589
                				<tr>
601
                            	<tr>
590
                					<td>&nbsp;</td>
602
                            		<td>&nbsp;</td>
591
                					<td class="instruction">This address will be saved for next time.</td>
603
                            		<td class="instruction">This address will be saved for next time.</td>
592
                				</tr>
604
                            	</tr>
593
                                </tbody>
605
                                </tbody>
594
                			</table>
606
                            </table>
595
							#end
607
                            #end
596
							<div style="clear:both"></div>
608
							<div style="clear:both"></div>
597
							<div style="text-align:center;">
609
							<div style="text-align:center;">
598
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
610
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
599
								<br/><br/>
611
								<br/><br/>
600
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
612
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
Line 627... Line 639...
627
#include("templates/footer.vm")
639
#include("templates/footer.vm")
628
 
640
 
629
#include ( "templates/commonjsfiles.vm" )
641
#include ( "templates/commonjsfiles.vm" )
630
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
642
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
631
</body>
643
</body>
632
</html>
644
</html>
633
	
-
 
634
645