]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/nocookies.html
more logging for previous commit
[citadel.git] / webcit / static / nocookies.html
index 57c2cf0b472fb208d459a50d6c73313052aa7069..d3ba1356cb6874e0b5e7f71293b5ff9bb4f1fd99 100644 (file)
@@ -1,21 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
-<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>
+<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>
+<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>
 
-</BODY>
-</HTML>
+<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>