Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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">
741 rajveer 9
 
568 rajveer 10
#include ( "templates/commoncssfiles.vm" )
741 rajveer 11
#include ( "templates/commonjsfiles.vm" )
507 rajveer 12
 
13
 
14
</head>
15
 
16
<body>
17
	<noscript>
18
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
19
	</noscript>
20
 
21
	$action.getHeaderSnippet()			
22
     <!-- Wrapper start -->
23
	<div id="main">
24
		$action.getMainMenuSnippet()
25
		$action.getSearchBarSnippet()
26
 
27
		<!-- wrapper-->
28
		<div id="wrapper">
29
			$action.getShippingAddressHeaderSnippet()
30
			$action.getShippingAddressDetailsSnippet()
31
        </div>
32
		<!-- /wrapper-->
33
 
34
		<!-- sidebar-->
35
		<div id="sidebar">
36
			$action.getCustomerServiceSnippet()
37
			$action.getMyResearchSnippet()
620 rajveer 38
			$action.getBrowseHistorySnippet()
507 rajveer 39
			<div style="clear:both;padding:2px;">&nbsp;</div>
40
		</div>
41
		<!-- /sidebar-->
42
 
43
   		<div class="clearBoth"></div>
44
    </div><!-- /main -->
45
 
46
	 $action.getFooterSnippet()
47
 
48
</body>
49
</html>