Subversion Repositories SmartDukaan

Rev

Rev 3066 | 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.getShippingHeaderSnippet()
28
        </div>
29
		<!-- /wrapper-->
30
 
31
		<!-- sidebar-->
32
		<div id="sidebar">
2881 rajveer 33
			#include("templates/customerservice.vm")			
507 rajveer 34
		</div>
35
		<div class="clearBoth"></div>
36
		<!-- /sidebar-->
37
 
38
		<!-- Registration Form-->
39
		$action.getShippingDetailsSnippet()
40
 
41
   		<div class="clearBoth"></div>
42
    </div><!-- /main -->
43
 
2868 rajveer 44
	#include("templates/footer.vm")
3101 chandransh 45
	#include ( "templates/commonjsfiles.vm" )
507 rajveer 46
</body>
1688 rajveer 47
</html>