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>
507 rajveer 11
 
1688 rajveer 12
 #set($currentUrl = $request.getRequestURL().toString()) 
13
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
14
 <link rel="canonical" href="$currentUrl" /> 
15
 #include ( "templates/commoncssfiles.vm" )  
507 rajveer 16
 
17
</head>
18
 
19
<body>
20
	<noscript>
21
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
22
	</noscript>
23
 
24
	$action.getHeaderSnippet()			
25
     <!-- Wrapper start -->
26
	<div id="main">
27
		$action.getMainMenuSnippet()
28
		$action.getSearchBarSnippet()
29
 
30
		<!-- wrapper-->
31
		<div id="wrapper">
32
			$action.getMyaccountHeaderSnippet()
33
			$action.getMyaccountDetailsSnippet()
34
        </div>
35
		<!-- /wrapper-->
36
 
37
		<!-- sidebar-->
38
		<div id="sidebar">
39
			$action.getCustomerServiceSnippet()
1372 vikas 40
			<div id="myresearch" class="lightbox">
1934 vikas 41
                $action.getMyResearchSnippet()
42
            </div>
43
            <div id="browsehistory" class="lightbox">
44
                $action.getBrowseHistorySnippet()
45
            </div>
507 rajveer 46
			<div style="clear:both;padding:2px;">&nbsp;</div>
47
		</div>
48
		<!-- /sidebar-->
49
 
50
   		<div class="clearBoth"></div>
51
    </div><!-- /main -->
52
 
53
	 $action.getFooterSnippet()
943 vikas 54
 
55
#include ( "templates/commonjsfiles.vm" )
507 rajveer 56
</body>
1688 rajveer 57
</html>