Subversion Repositories SmartDukaan

Rev

Rev 5572 | Details | Compare with Previous | 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
 
5625 vikram.rag 10
<title>${in.shop2020.title}</title>
2118 chandransh 11
 
12
<!-- start of new code -->
13
 #include ( "templates/commoncssfiles.vm" )  
5542 amar.kumar 14
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
2118 chandransh 15
</head>
16
 
17
<body>
18
	<noscript>
5572 anupam.sin 19
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
2118 chandransh 20
	</noscript>
21
	$action.getHeaderSnippet()			
22
     <!-- Wrapper start -->
23
	<div id="main">
2868 rajveer 24
		#include("templates/mainmenu.vm")
2118 chandransh 25
		$action.getSearchBarSnippet()
26
 
27
		<!-- wrapper-->
28
		<div id="wrapper">
29
            <div id="productDetail">
30
              <div class="top">
31
                <div class="left">
32
                  <div class="right"> &nbsp; </div>
33
                </div>
34
              </div>
35
              <div class="middle">
36
                <div class="content">
37
                  <form action="" method="post" name="frmProductDetail" id="frmProductDetail">
38
                    <div class="blockLeft">
39
                      <!-- breadcrumb -->
40
                      <div id="breadcrumb"> <a href="#">Home</a>&nbsp;&gt; <a class="deselect" href="#">Unable to process</a> </div>
41
                      <!-- /breadcrumb -->
42
                      <h1 id="productHeading">Unable to process</h1>
43
                    </div>
44
                    <div class="padding_topbottom">&nbsp;</div>
45
                  </form>
46
                  <div class="clearBoth"></div>
47
                </div>
48
              </div>
49
              <div class="bottom">
50
            	<div class="left">
51
            		<div class="right"> &nbsp; </div>
52
            	</div>
53
              </div>
54
            </div>
55
 
56
        </div>
57
		<!-- /wrapper-->
58
 
59
		<!-- sidebar-->
60
		<div id="sidebar">
2868 rajveer 61
 
2118 chandransh 62
		</div>
63
		<div class="clearBoth"></div>
64
 
65
	<div id="registration">
66
    <div class="top">
67
      <div class="left">
68
        <div class="right"> &nbsp; </div>
69
      </div>
70
    </div>
71
    <div class="middle">
72
      <div class="mid-inner">
73
		<!-- empty cart -->
74
		<div id="emptyCart">
75
			<p>
76
				<strong>Your payment may have succeeded. Please check <a href="/myaccount">My Account</a> section before trying again.</strong>
77
			</p>
78
 
79
			<br>
80
			<a href="/">Back to Home</a>
81
		</div>
82
		<!-- /empty cart -->
83
 
84
	  </div>
85
	</div>
86
	<div class="bottom">
87
      <div class="left">
88
        <div class="right"> &nbsp; </div>
89
      </div>
90
    </div>
91
  </div>
92
 
93
   		<div class="clearBoth"></div>
94
    </div><!-- /main -->
95
 
2868 rajveer 96
	 #include("templates/footer.vm")
2118 chandransh 97
 
98
#include ( "templates/commonjsfiles.vm" )
99
</body>
2868 rajveer 100
</html>