Subversion Repositories SmartDukaan

Rev

Rev 1036 | Rev 1981 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
410 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" />
507 rajveer 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
 
12
<!-- start of new code -->
13
 
1688 rajveer 14
 #set($currentUrl = $request.getRequestURL().toString()) 
15
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
16
 <link rel="canonical" href="$currentUrl" /> 
17
 #include ( "templates/commoncssfiles.vm" )  
507 rajveer 18
 
19
</head>
413 rajveer 20
 
507 rajveer 21
<body>
22
	<noscript>
23
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
24
	</noscript>
413 rajveer 25
 
507 rajveer 26
	$action.getHeaderSnippet()			
27
     <!-- Wrapper start -->
28
	<div id="main">
29
		$action.getMainMenuSnippet()
30
		$action.getSearchBarSnippet()
413 rajveer 31
 
507 rajveer 32
		<!-- wrapper-->
33
		<div id="wrapper">
34
			$action.getCartHeaderSnippet()
35
        </div>
36
		<!-- /wrapper-->
37
 
38
		<!-- sidebar-->
39
		<div id="sidebar">
40
			$action.getCustomerServiceSnippet()
410 rajveer 41
		</div>
507 rajveer 42
		<div class="clearBoth"></div>
43
		<!-- /sidebar-->
413 rajveer 44
 
507 rajveer 45
		<!-- Registration Form-->
46
		$action.getCartDetailsSnippet()
410 rajveer 47
 
507 rajveer 48
   		<div class="clearBoth"></div>
49
    </div><!-- /main -->
50
 
51
	 $action.getFooterSnippet()
943 vikas 52
 
53
#include ( "templates/commonjsfiles.vm" )
978 chandransh 54
<script language="javascript" src="/js/cart-details.js" type="text/javascript"></script>
410 rajveer 55
</body>
1688 rajveer 56
</html>