Subversion Repositories SmartDukaan

Rev

Rev 2893 | Rev 5542 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
780 vikas 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" />
2893 rajveer 5
 
780 vikas 6
<!-- Prevent MS Office toolbar from changing layout -->
7
<meta http-equiv="imagetoolbar" content="false">
8
<meta name="MSSmartTagsPreventParsing" content="true">
9
 
2893 rajveer 10
<title>Saholic</title>
11
 
12
<!-- start of new code -->
1688 rajveer 13
 #include ( "templates/commoncssfiles.vm" )  
2893 rajveer 14
</head>
780 vikas 15
 
16
<body>
1185 varun.gupt 17
	<noscript>
18
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
19
	</noscript>
3830 chandransh 20
	$action.getHeaderSnippet()
21
 
22
<div id="main">
23
	<div class="main-content">
24
		<div class="main-top">
25
			<div class="bread-crumbs">
26
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
27
				<a href="#">Oops!</a>
28
			</div>
1185 varun.gupt 29
		</div>
3830 chandransh 30
	<div id="registration" class="blue-border">
31
 
2893 rajveer 32
    <div class="middle">
33
      <div class="mid-inner">
34
		<!-- empty cart -->
35
		<div id="emptyCart">
36
			<p>
37
				We are experiencing some problems. Sorry for inconvenience. 
38
						Please try again.
39
			</p>
40
 
41
			<br>
42
		</div>
43
		<!-- /empty cart -->
44
 
45
	  </div>
1185 varun.gupt 46
	</div>
2893 rajveer 47
  </div>
48
 
3830 chandransh 49
		</div>
50
</div>
51
<!-- /Main -->
2893 rajveer 52
 
3830 chandransh 53
#include("templates/footer.vm")
54
 
2893 rajveer 55
#include ( "templates/commonjsfiles.vm" )
780 vikas 56
</body>
1688 rajveer 57
</html>