Subversion Repositories SmartDukaan

Rev

Rev 1036 | Rev 1905 | 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.getShippingHeaderSnippet()
31
        </div>
32
		<!-- /wrapper-->
33
 
34
		<!-- sidebar-->
35
		<div id="sidebar">
36
			$action.getCustomerServiceSnippet()
37
		</div>
38
		<div class="clearBoth"></div>
39
 
40
		<!-- /sidebar-->
41
 
42
		<!-- Registration Form-->
43
		$action.getShippingDetailsSnippet()
44
 
45
   		<div class="clearBoth"></div>
46
    </div><!-- /main -->
47
 
48
	 $action.getFooterSnippet()
943 vikas 49
 
50
#include ( "templates/commonjsfiles.vm" )
507 rajveer 51
</body>
1688 rajveer 52
</html>