Figure 4-17. HTML Code for Access Granted Page Template
<!--
HP Web Authentication Template
accept.html
-->
<html>
<head>
<title>Access Granted</title>
<!-- The following line is required to automatically redirect -->
<meta http-equiv="refresh"content="<%GETWAUTHREDIRECTTIME%>;
URL=<%GETWAUTHREDIRECTURL%>"/>
</head>
<body>
<h1>Access Granted</h1>
<!--
The ESI tag below will be replaced with the time in seconds until
the page redirects.
-->
<p>You have been authenticated. Please wait <%GETWAUTHREDIRECTTIME%> second
while network connection refreshes itself.</p>
</body>
</html>