Subversion Repositories SmartDukaan

Rev

Rev 2074 | Rev 2159 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
507 rajveer 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
 
6
<!-- Prevent MS Office toolbar from changing layout -->
7
<meta http-equiv="imagetoolbar" content="false">
8
<meta name="MSSmartTagsPreventParsing" content="true">
9
 
793 rajveer 10
<title>Saholic</title>
1688 rajveer 11
 #set($currentUrl = $request.getRequestURL().toString()) 
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
13
 <link rel="canonical" href="$currentUrl" /> 
14
 #include ( "templates/commoncssfiles.vm" )  
507 rajveer 15
</head>
16
 
17
<body>
18
	<noscript>
19
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
20
	</noscript>
21
 
22
	$action.getHeaderSnippet()			
23
     <!-- Wrapper start -->
24
	<div id="main">
25
		$action.getMainMenuSnippet()
26
		$action.getSearchBarSnippet()
27
 
28
		<!-- wrapper-->
29
		<div id="wrapper">
30
			$action.getShippingHeaderSnippet()
31
        </div>
32
		<!-- /wrapper-->
33
 
34
		<!-- sidebar-->
35
		<div id="sidebar">
36
			$action.getCustomerServiceSnippet()
37
		</div>
38
		<div class="clearBoth"></div>
39
 
40
		<!-- /sidebar-->
41
 
42
		<!-- Registration Form-->
43
		$action.getShippingDetailsSnippet()
44
 
45
   		<div class="clearBoth"></div>
46
    </div><!-- /main -->
47
 
1905 chandransh 48
	$action.getFooterSnippet()
943 vikas 49
 
1905 chandransh 50
     <!-- color by color lightbox -->
51
    <div style="display:none;">
52
        <div class="colorSelLightBoxColor">
53
        	<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post">
54
        		<h1>Choose Payment Mode</h1>
55
        		<h2>We accept VISA and Master cards issued by <b>all banks.</b></h2>
56
        		<input type="hidden" name="addressid" id="addressid"/>
57
        		<div class="content">
2079 rajveer 58
    				<label style="margin-bottom:0px; line-height:21px; width:100px">
59
						<input type="radio" name="paymode" value="true" checked /> <span>Credit Card</span>
1905 chandransh 60
					</label><img src="/images/visa-master-logo.jpg"/><br/>
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>
63
					</label><br/>
64
					<label style="margin-bottom:0px; line-height:21px; width:170px">
65
						<input type="radio" name="paymode" value="false" /> <span>Maestro Debit/ATM Card</span>
66
					</label><img src="/images/maestro-logo.gif"/><br/>
67
    				<label style="margin-bottom:0px; line-height:21px; width:200px">
68
						<input type="radio" name="paymode" value="false" /> <span>Net Banking</span>
69
					</label><br/>
70
    			</div>
71
 
72
				<div class="clearBoth"></div>
73
 
74
        		<div class="bigImgButton yellow-image">
75
        			<input value="Continue" type="submit" class="button" />
76
        		</div>
77
        		<div class="clearBoth"></div>
78
 
79
        	</form>
80
        </div>
81
    </div>
82
    <!-- /color by color lightbox -->
83
 
943 vikas 84
#include ( "templates/commonjsfiles.vm" )
1905 chandransh 85
<script language="javascript" type="text/javascript" src="/js/jquery.colorbox-min.js"></script>
507 rajveer 86
</body>
1688 rajveer 87
</html>