Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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
 
10
<title>Shop2020</title>
11
 
568 rajveer 12
#include ( "templates/commoncssfiles.vm" )
741 rajveer 13
#include ( "templates/commonjsfiles.vm" )
507 rajveer 14
 
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.getMyaccountHeaderSnippet()
31
			$action.getMyaccountDetailsSnippet()
32
        </div>
33
		<!-- /wrapper-->
34
 
35
		<!-- sidebar-->
36
		<div id="sidebar">
37
			$action.getCustomerServiceSnippet()
38
			$action.getMyResearchSnippet()
620 rajveer 39
			$action.getBrowseHistorySnippet()
507 rajveer 40
			<div style="clear:both;padding:2px;">&nbsp;</div>
41
		</div>
42
		<!-- /sidebar-->
43
 
44
   		<div class="clearBoth"></div>
45
    </div><!-- /main -->
46
 
47
	 $action.getFooterSnippet()
48
 
49
</body>
50
</html>