Subversion Repositories SmartDukaan

Rev

Rev 2792 | Rev 2881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2792 Rev 2868
Line 17... Line 17...
17
	</noscript>
17
	</noscript>
18
 
18
 
19
	$action.getHeaderSnippet()			
19
	$action.getHeaderSnippet()			
20
     <!-- Wrapper start -->
20
     <!-- Wrapper start -->
21
	<div id="main">
21
	<div id="main">
22
		$action.getMainMenuSnippet()
22
		#include("templates/mainmenu.vm")
23
		$action.getSearchBarSnippet()
23
		$action.getSearchBarSnippet()
24
 
24
 
25
		<!-- wrapper-->
25
		<!-- wrapper-->
26
		<div id="wrapper">
26
		<div id="wrapper">
27
			$action.getShippingHeaderSnippet()
27
			$action.getShippingHeaderSnippet()
28
        </div>
28
        </div>
29
		<!-- /wrapper-->
29
		<!-- /wrapper-->
30
		
30
		
31
		<!-- sidebar-->
31
		<!-- sidebar-->
32
		<div id="sidebar">
32
		<div id="sidebar">
33
			$action.getCustomerServiceSnippet()
33
			
34
		</div>
34
		</div>
35
		<div class="clearBoth"></div>
35
		<div class="clearBoth"></div>
36
 
36
 
37
		<!-- /sidebar-->
37
		<!-- /sidebar-->
38
		
38
		
Line 40... Line 40...
40
		$action.getShippingDetailsSnippet()
40
		$action.getShippingDetailsSnippet()
41
		
41
		
42
   		<div class="clearBoth"></div>
42
   		<div class="clearBoth"></div>
43
    </div><!-- /main -->
43
    </div><!-- /main -->
44
	 
44
	 
45
	$action.getFooterSnippet()
45
	#include("templates/footer.vm")
46
 
46
 
47
     <!-- color by color lightbox -->
47
     <!-- color by color lightbox -->
48
    <div style="display:none;">
48
    <div style="display:none;">
49
        <div class="payModeLightBoxColor">
49
        <div class="payModeLightBoxColor">
50
        	<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm()">
50
        	<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm()">