<%@ include file="/WEB-INF/jsp/include.jsp" %>

<html>
	<head><title>@title@</title></head>
	<meta http-equiv="refresh" content="0;URL=@page@">
	<body>
		<h1>@title@</h1>
		<p>
			<img src="wait_animation.gif" height="32" width="32" alt="Progress wheel" style="vertical-align:middle;padding:20px;">
			If this page fails to redirect, 
			follow the following <a href="@page@">link</a>.
		</p>
	</body>
</html>