Subversion Repositories SmartDukaan

Rev

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

Rev 1036 Rev 1185
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
 
-
 
6
<!-- Prevent MS Office toolbar from changing layout -->
5
<!-- Prevent MS Office toolbar from changing layout -->
7
<meta http-equiv="imagetoolbar" content="false">
6
<meta http-equiv="imagetoolbar" content="false">
8
<meta name="MSSmartTagsPreventParsing" content="true">
7
<meta name="MSSmartTagsPreventParsing" content="true">
9
 
-
 
10
<title>Saholic.com</title>
8
<title>Error Occurred</title>
11
 
9
 
12
#include ( "templates/commoncssfiles.vm" )
10
#include ( "templates/commoncssfiles.vm" )
13
</head>
-
 
14
 
11
 
-
 
12
</head>
15
<body>
13
<body>
16
<noscript>
14
	<noscript>
17
	<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
15
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
18
</noscript>
16
	</noscript>
19
$action.getHeaderSnippet()
17
	$action.getHeaderSnippet()
-
 
18
	<!-- main -->
-
 
19
	<div id="main">
20
<p id="exception">Internal error occured</p>
20
		$action.getMainMenuSnippet()
21
$action.getFooterSnippet()
21
		$action.getSearchBarSnippet()
-
 
22
 
-
 
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 -->
22
 
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 -->
23
#include ( "templates/commonjsfiles.vm" )
89
	#include ( "templates/commonjsfiles.vm" )
24
</body>
90
</body>
25
</html>
91
</html>
26
92