Subversion Repositories SmartDukaan

Rev

Rev 2176 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2118 chandransh 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
 
10
<title>Saholic</title>
11
 
12
<!-- start of new code -->
13
 #set($currentUrl = $request.getRequestURL().toString()) 
14
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
15
 <link rel="canonical" href="$currentUrl" /> 
16
 #include ( "templates/commoncssfiles.vm" )  
17
</head>
18
 
19
<body>
20
	<noscript>
21
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
22
	</noscript>
23
	$action.getHeaderSnippet()			
24
     <!-- Wrapper start -->
25
	<div id="main">
26
		$action.getMainMenuSnippet()
27
		$action.getSearchBarSnippet()
28
 
29
		<!-- wrapper-->
30
		<div id="wrapper">
31
            <div id="productDetail">
32
              <div class="top">
33
                <div class="left">
34
                  <div class="right"> &nbsp; </div>
35
                </div>
36
              </div>
37
              <div class="middle">
38
                <div class="content">
39
                  <form action="" method="post" name="frmProductDetail" id="frmProductDetail">
40
                    <div class="blockLeft">
41
                      <!-- breadcrumb -->
42
                      <div id="breadcrumb"> <a href="#">Home</a>&nbsp;&gt; <a class="deselect" href="#">Unable to process</a> </div>
43
                      <!-- /breadcrumb -->
44
                      <h1 id="productHeading">Unable to process</h1>
45
                    </div>
46
                    <div class="padding_topbottom">&nbsp;</div>
47
                  </form>
48
                  <div class="clearBoth"></div>
49
                </div>
50
              </div>
51
              <div class="bottom">
52
            	<div class="left">
53
            		<div class="right"> &nbsp; </div>
54
            	</div>
55
              </div>
56
            </div>
57
 
58
        </div>
59
		<!-- /wrapper-->
60
 
61
		<!-- sidebar-->
62
		<div id="sidebar">
63
			$action.getCustomerServiceSnippet()
64
		</div>
65
		<div class="clearBoth"></div>
66
 
67
	<div id="registration">
68
    <div class="top">
69
      <div class="left">
70
        <div class="right"> &nbsp; </div>
71
      </div>
72
    </div>
73
    <div class="middle">
74
      <div class="mid-inner">
75
		<!-- empty cart -->
76
		<div id="emptyCart">
77
			<p>
78
				<strong>Your payment may have succeeded. Please check <a href="/myaccount">My Account</a> section before trying again.</strong>
79
			</p>
80
 
81
			<br>
82
			<a href="/">Back to Home</a>
83
		</div>
84
		<!-- /empty cart -->
85
 
86
	  </div>
87
	</div>
88
	<div class="bottom">
89
      <div class="left">
90
        <div class="right"> &nbsp; </div>
91
      </div>
92
    </div>
93
  </div>
94
 
95
   		<div class="clearBoth"></div>
96
    </div><!-- /main -->
97
 
98
	 $action.getFooterSnippet()
99
 
100
#include ( "templates/commonjsfiles.vm" )
101
</body>
102
</html>