Subversion Repositories SmartDukaan

Rev

Rev 2176 | Rev 3830 | 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
 #include ( "templates/commoncssfiles.vm" )  
507 rajveer 12
</head>
13
 
14
<body>
15
	<noscript>
16
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
17
	</noscript>
18
 
19
	$action.getHeaderSnippet()			
20
     <!-- Wrapper start -->
21
	<div id="main">
2868 rajveer 22
		#include("templates/mainmenu.vm")
507 rajveer 23
		$action.getSearchBarSnippet()
24
 
25
		<!-- wrapper-->
26
		<div id="wrapper">
27
			$action.getMyaccountHeaderSnippet()
28
			$action.getOrderDetailsSnippet()
29
        </div>
30
		<!-- /wrapper-->
31
 
32
		<!-- sidebar-->
33
		<div id="sidebar">
2868 rajveer 34
 
1372 vikas 35
			<div id="myresearch" class="lightbox">
2868 rajveer 36
                #include("templates/myresearch.vm")
1934 vikas 37
            </div>
38
            <div id="browsehistory" class="lightbox">
2868 rajveer 39
                #include("templates/browsehistory.vm")
1934 vikas 40
            </div>
507 rajveer 41
			<div style="clear:both;padding:2px;">&nbsp;</div>
42
		</div>
43
		<!-- /sidebar-->
44
 
45
   		<div class="clearBoth"></div>
46
    </div><!-- /main -->
47
 
2868 rajveer 48
	 #include("templates/footer.vm")
943 vikas 49
 
50
#include ( "templates/commonjsfiles.vm" )
507 rajveer 51
</body>
1688 rajveer 52
</html>