Viewing auth_required.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--chtml include "//webinfo/incs/header.inc"-->
<head>
<title>Registration Form</title>
<link rel="stylesheet" href="/webinfo/webinfo.css" type= "text/css" />
</head>
<body>
<h1>Registration Form</h1>
<!--chtml include "//webinfo/incs/navbar.inc"-->
This is the error document for a type 401 error, "Authorization
Required". If your users do not give a proper username and/or
password, you can supply them with a form to register for access.
This can be a form such as below:
<form action="/webinfo/error/register.html" method="get">
<pre>
Name: <input type="text" name="name" size="35" value="" />
Department: <input type="text" name="dept" size="35" value="" />
Supervisor: <input type="text" name="sup" size="35" value="" />
</pre>
<input type="submit" />
</form>
<!--chtml include "//webinfo/incs/footer.inc"-->
</body>
</html>