]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/nocookies.html
* make no Cookie Template point to local dir, for prefixed installs
[citadel.git] / webcit / static / nocookies.html
index 4371b1de37c837a5d5c1e2667d2e44d2759b82ec..2c0aea59d6b202c005b77fc8d5095c949485cce5 100644 (file)
@@ -1,13 +1,19 @@
-<HTML>
-<HEAD><TITLE>Error</TITLE></HEAD>
-<BODY>
-<CENTER>
-<H2>Sorry!</H2><BR>
-In order to access this system, you must use a web browser which supports
-&quot;cookies&quot; and have them turned on.<BR><BR>
-This software sends a cookie that is only used during your login session,
-and will not be saved to your disk.<BR><BR>
-Please enable cookies and log in again.  We are sorry for the inconvenience.
-</CENTER>
-</BODY>
-</HTML>
+<html>
+<head>
+       <title>Error</title>
+</head>
+<body>
+
+<div align="center">
+<h2>Sorry!</h2>
+<br />
+This site requires both Cookies and JavaScript to be enabled in your browser.<br />
+Please enable these features and log in again.  We are sorry for the inconvenience.
+</div>
+
+<div align="center">
+<a href=".">Back to login...</a>
+</div>
+
+</body>
+</html>