]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/nocookies.html
more logging for previous commit
[citadel.git] / webcit / static / nocookies.html
index e42e995e4d025d1c8375202a4765f57f28ecbc06..d3ba1356cb6874e0b5e7f71293b5ff9bb4f1fd99 100644 (file)
@@ -1,20 +1,23 @@
 <html>
 <head>
        <title>Error</title>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-       <meta http-equiv="Content-Language" content="en" />
 </head>
 <body>
 
-<center>
+<div align="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>
+<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>