Subversion Repositories SmartDukaan

Rev

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

Rev 3101 Rev 3830
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
 
-
 
6
<!-- Prevent MS Office toolbar from changing layout -->
5
	<!-- Prevent MS Office toolbar from changing layout -->
7
<meta http-equiv="imagetoolbar" content="false">
6
	<meta http-equiv="imagetoolbar" content="false" />
8
<meta name="MSSmartTagsPreventParsing" content="true">
7
	<meta name="MSSmartTagsPreventParsing" content="true">
9
 
-
 
10
<title>Saholic</title>
8
	<title>Saholic</title>
-
 
9
	<!-- start of new code -->
11
 #include ( "templates/commoncssfiles.vm" )  
10
	#include ( "templates/commoncssfiles.vm" )
12
</head>
11
</head>
13
 
-
 
14
<body>
12
<body>
15
	<noscript>
13
	<noscript>
16
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
14
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
17
	</noscript>
15
	</noscript>
18
 
16
 
19
	$action.getHeaderSnippet()			
17
	$action.getHeaderSnippet()
20
     <!-- Wrapper start -->
18
	<!-- Main -->
21
	<div id="main">
19
<div id="main">
22
		#include("templates/mainmenu.vm")
20
	<div class="main-content">
23
		$action.getSearchBarSnippet()
21
		<div id="cartFlowHeader">
24
 
-
 
25
		<!-- wrapper-->
22
			<a href="/cart">
-
 
23
				<div class="left cartflow-header-tab lefttab-inactive inactive-tab-font">
26
		<div id="wrapper">
24
					<span class="counter-inactive">1</span>
27
			$action.getShippingHeaderSnippet()
25
					<span class="label">Cart Details</span>
28
        </div>
26
				</div>
29
		<!-- /wrapper-->
27
			</a>
-
 
28
			<div class="left cartflow-header-tab midtab-active left-overlap active-tab-font">
-
 
29
				<span class="counter-active">2</span>
-
 
30
				<span class="label">Shipping Info.</span>
30
		
31
			</div>
-
 
32
			<div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
-
 
33
				<span class="counter-inactive">3</span>
-
 
34
				<span class="label">Make Payment</span>
31
		<!-- sidebar-->
35
			</div>
-
 
36
			<div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
32
		<div id="sidebar">
37
				<span class="counter-inactive">4</span>
33
			#include("templates/customerservice.vm")			
38
				<span class="label">Order Status</span>
-
 
39
			</div>
34
		</div>
40
		</div>
35
		<div class="clearBoth"></div>
41
		<div id="shippingDetails" class="blue-border">
36
		<!-- /sidebar-->
-
 
37
		
-
 
38
		<!-- Registration Form-->
-
 
39
		$action.getShippingDetailsSnippet()
42
			$action.getShippingDetailsSnippet()
40
		
-
 
41
   		<div class="clearBoth"></div>
43
        </div>
42
    </div><!-- /main -->
44
	</div>
-
 
45
</div>
43
	 
46
 
44
	#include("templates/footer.vm")
47
#include("templates/footer.vm")
-
 
48
 
45
	#include ( "templates/commonjsfiles.vm" )
49
#include ( "templates/commonjsfiles.vm" )
46
</body>
50
</body>
47
</html>
51
</html>
48
52