]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/nocookies.html
more logging for previous commit
[citadel.git] / webcit / static / nocookies.html
index 4371b1de37c837a5d5c1e2667d2e44d2759b82ec..d3ba1356cb6874e0b5e7f71293b5ff9bb4f1fd99 100644 (file)
@@ -1,13 +1,23 @@
-<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>
+
+<div align="center">
+Your browser may cache this site. In doubt, press CTRL+SHIFT+R (Firefox) or SHIFT F5 (Internet explorer) to get the actual content, or press the above link to login again.
+</div>
+
+</body>
+</html>