summaryrefslogtreecommitdiff
path: root/template/default/noauth.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/noauth.html')
-rw-r--r--template/default/noauth.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/template/default/noauth.html b/template/default/noauth.html
index 646eb08..2f3d559 100644
--- a/template/default/noauth.html
+++ b/template/default/noauth.html
@@ -1,10 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title><?% msg.err_noauth %?></title>
+ <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
+ <title><%! Authorization Required !%></title>
+ <link href="style.css" rel="stylesheet" media="screen" type="text/css" />
+ <script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
</head>
<body>
- <h1><?% msg.err_noauth %?></h2>
- <p><?% msg.err_cant_verify %?><p>
+ <h1><%! Authorization Required !%></h1>
+ <p><%! This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g. bad password), or your browser doesn't understand how to supply the credentials required. !%></p>
</body>
</html>