Subversion Repositories SmartDukaan

Rev

Rev 1688 | Rev 2176 | 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
 #set($currentUrl = $request.getRequestURL().toString()) 
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
13
 <link rel="canonical" href="$currentUrl" /> 
14
 #include ( "templates/commoncssfiles.vm" )  
507 rajveer 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.getOrderDetailsSnippet()
32
        </div>
33
		<!-- /wrapper-->
34
 
35
		<!-- sidebar-->
36
		<div id="sidebar">
37
			$action.getCustomerServiceSnippet()
1372 vikas 38
			<div id="myresearch" class="lightbox">
1934 vikas 39
                $action.getMyResearchSnippet()
40
            </div>
41
            <div id="browsehistory" class="lightbox">
42
                $action.getBrowseHistorySnippet()
43
            </div>
507 rajveer 44
			<div style="clear:both;padding:2px;">&nbsp;</div>
45
		</div>
46
		<!-- /sidebar-->
47
 
48
   		<div class="clearBoth"></div>
49
    </div><!-- /main -->
50
 
51
	 $action.getFooterSnippet()
943 vikas 52
 
53
#include ( "templates/commonjsfiles.vm" )
507 rajveer 54
</body>
1688 rajveer 55
</html>