Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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
 
568 rajveer 14
#include ( "templates/commoncssfiles.vm" )
507 rajveer 15
 
16
</head>
413 rajveer 17
 
507 rajveer 18
<body>
19
	<noscript>
20
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
21
	</noscript>
413 rajveer 22
 
507 rajveer 23
	$action.getHeaderSnippet()			
24
     <!-- Wrapper start -->
25
	<div id="main">
26
		$action.getMainMenuSnippet()
27
		$action.getSearchBarSnippet()
413 rajveer 28
 
507 rajveer 29
		<!-- wrapper-->
30
		<div id="wrapper">
31
			$action.getCartHeaderSnippet()
32
        </div>
33
		<!-- /wrapper-->
34
 
35
		<!-- sidebar-->
36
		<div id="sidebar">
37
			$action.getCustomerServiceSnippet()
410 rajveer 38
		</div>
507 rajveer 39
		<div class="clearBoth"></div>
40
		<!-- /sidebar-->
413 rajveer 41
 
507 rajveer 42
		<!-- Registration Form-->
43
		$action.getCartDetailsSnippet()
410 rajveer 44
 
507 rajveer 45
   		<div class="clearBoth"></div>
46
    </div><!-- /main -->
47
 
48
	 $action.getFooterSnippet()
943 vikas 49
 
50
#include ( "templates/commonjsfiles.vm" )
410 rajveer 51
</body>
52
</html>