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">
507 rajveer 30
			$action.getOrderDetailsSnippet()
3830 chandransh 31
			</div>
32
				<!-- /my account -->	
33
		</div>	
34
		<!-- Widgets -->
35
		<div class="widgets right">
36
			$action.getCartWidgetSnippet()
37
			<div id="myresearch" class="common-widget">
2868 rajveer 38
                #include("templates/myresearch.vm")
3830 chandransh 39
			</div>
40
			<div id="browsehistory" class="common-widget">
2868 rajveer 41
                #include("templates/browsehistory.vm")
3830 chandransh 42
			</div>
507 rajveer 43
		</div>
3830 chandransh 44
		<!-- /Widgets -->
943 vikas 45
 
3830 chandransh 46
		</div>
47
</div>
48
<!-- /Main -->
49
 
50
#include("templates/footer.vm")
51
 
943 vikas 52
#include ( "templates/commonjsfiles.vm" )
507 rajveer 53
</body>
1688 rajveer 54
</html>