Subversion Repositories SmartDukaan

Rev

Rev 1036 | Rev 1205 | 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" />
5
<!-- Prevent MS Office toolbar from changing layout -->
6
<meta http-equiv="imagetoolbar" content="false">
7
<meta name="MSSmartTagsPreventParsing" content="true">
1185 varun.gupt 8
<title>Error Occurred</title>
780 vikas 9
 
1185 varun.gupt 10
#include ( "templates/commoncssfiles.vm" )
780 vikas 11
 
12
</head>
13
<body>
1185 varun.gupt 14
	<noscript>
15
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
16
	</noscript>
17
	$action.getHeaderSnippet()
18
	<!-- main -->
19
	<div id="main">
20
		$action.getMainMenuSnippet()
21
		$action.getSearchBarSnippet()
943 vikas 22
 
1185 varun.gupt 23
		<!-- wrapper-->
24
		<div id="wrapper">
25
			<!-- Product detail -->
26
			<div id="productDetail">
27
 
28
				<div class="top">
29
					<div class="left">
30
						<div class="right"> &nbsp; </div>
31
					</div>
32
				</div>
33
				<div class="middle">
34
					<div class="content">
35
						<div class="blockLeft">
36
							<!-- breadcrumb -->
37
							<div id="breadcrumb"><a href="/home">Home</a>&nbsp;&gt; <a href="#" class="deselect"></a></div>
38
							<!-- /breadcrumb -->
39
							<h1 id="productHeading2">Server Error</h1>
40
						</div>
41
						<div class="clearBoth"></div>
42
					</div>
43
				</div>
44
				<div class="bottom">
45
					<div class="left">
46
						<div class="right"> &nbsp; </div>
47
					</div>
48
				</div>
49
			</div>
50
			<!-- /Product detail -->
51
 
52
			<!-- forget password -->
53
			<div id="forgetPass">
54
				<div class="top">
55
					<div class="left">
56
						<div class="right">&nbsp;</div>
57
					</div>
58
				</div>
59
				<div class="middle">
60
					<div class="content">
61
						The page you requested could not be found. 
62
						It is possible that the address is incorrect, or that the page no longer exists. 
63
						Try to access the page directly from the Saholic Home page or 
64
						use the search box above to find what you are looking for. We apologize for the inconvenience.
65
					</div>
66
				</div>
67
				<div class="bottom">
68
					<div class="left">
69
						<div class="right">&nbsp;</div>
70
					</div>
71
				</div>
72
			</div>
73
			<!-- /forget password -->
74
		</div>
75
		<!-- /wrapper-->
76
		<!-- sidebar-->
77
		<div id="sidebar">
78
			$action.getCustomerServiceSnippet()
79
			$action.getMyResearchSnippet()
80
			$action.getBrowseHistorySnippet()
81
		</div>
82
		<!-- /sidebar-->
83
		<div class="clearBoth"></div>
84
	</div>
85
	<!-- /main -->
86
	<!-- footer -->
87
	$action.getFooterSnippet()
88
	<!-- /footer -->
89
	#include ( "templates/commonjsfiles.vm" )
780 vikas 90
</body>
91
</html>