Subversion Repositories SmartDukaan

Rev

Rev 2868 | Rev 5542 | 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>
3830 chandransh 4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
	<!-- Prevent MS Office toolbar from changing layout -->
6
	<meta http-equiv="imagetoolbar" content="false">
7
	<meta name="MSSmartTagsPreventParsing" content="true">
507 rajveer 8
 
3830 chandransh 9
	<title>Saholic</title>
10
 #include ( "templates/commoncssfiles.vm" )
507 rajveer 11
</head>
12
 
13
<body>
14
	<noscript>
15
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
16
	</noscript>
17
 
3830 chandransh 18
	$action.getHeaderSnippet()
507 rajveer 19
	<div id="main">
3830 chandransh 20
	<div class="main-content">
21
		<div class="main-top">
22
			<div class="bread-crumbs">
23
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
24
				<a href="#">My Account</a>
25
			</div>
26
		</div>
27
		<div class="main-left left blue-border">
28
					<!-- my account -->
29
			<div id="myAccount">
30
 
31
				$action.getShippingAddressDetailsSnippet()
32
				</div>
33
				<!-- /my account -->	
34
		</div>	
507 rajveer 35
 
3830 chandransh 36
		<!-- Widgets -->
37
		<div class="widgets right">
38
			$action.getCartWidgetSnippet()
39
			<div id="myresearch" class="common-widget">
2868 rajveer 40
                #include("templates/myresearch.vm")
3830 chandransh 41
			</div>
42
			<div id="browsehistory" class="common-widget">
2868 rajveer 43
                #include("templates/browsehistory.vm")
2348 varun.gupt 44
			</div>
507 rajveer 45
		</div>
3830 chandransh 46
		<!-- /Widgets -->
47
 
48
		</div>
49
</div>
50
<!-- /Main -->
51
 
52
#include("templates/footer.vm")
53
 
943 vikas 54
#include ( "templates/commonjsfiles.vm" )
507 rajveer 55
</body>
2868 rajveer 56
</html>