Subversion Repositories SmartDukaan

Rev

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

Rev 1372 Rev 1688
Line 5... Line 5...
5
<!-- Prevent MS Office toolbar from changing layout -->
5
<!-- Prevent MS Office toolbar from changing layout -->
6
<meta http-equiv="imagetoolbar" content="false">
6
<meta http-equiv="imagetoolbar" content="false">
7
<meta name="MSSmartTagsPreventParsing" content="true">
7
<meta name="MSSmartTagsPreventParsing" content="true">
8
<title>Error Occurred</title>
8
<title>Error Occurred</title>
9
 
9
 
-
 
10
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
11
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
12
 <link rel="canonical" href="$currentUrl" /> 
10
#include ( "templates/commoncssfiles.vm" )
13
 #include ( "templates/commoncssfiles.vm" )  
11
 
14
 
12
</head>
15
</head>
13
<body>
16
<body>
14
	<noscript>
17
	<noscript>
15
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
18
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
Line 86... Line 89...
86
	<!-- footer -->
89
	<!-- footer -->
87
	$action.getFooterSnippet()
90
	$action.getFooterSnippet()
88
	<!-- /footer -->
91
	<!-- /footer -->
89
	#include ( "templates/commonjsfiles.vm" )
92
	#include ( "templates/commonjsfiles.vm" )
90
</body>
93
</body>
91
</html>
-
 
92
94
</html>
-
 
95