Corrected error messages.
[java-idp.git] / webApplication / hserror.jsp
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html 
3         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
4         "DTD/xhtml1-strict.dtd">
5         <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
6         <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
7         
8         <jsp:useBean id="requestURL" scope="request" class="java.lang.String"/>
9         <jsp:useBean id="errorText" scope="request" class="java.lang.String"/>
10         
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12 <head>
13         <link rel="stylesheet" type="text/css" href="main.css" />
14         <title>Shibboleth Handle Service Failure</title>
15 </head>
16
17 <body>
18 <div class="head">
19 <img src="images/logo.jpg" alt="Logo" />
20 <h1>Shibboleth Handle Service Failure</h1>
21 </div>
22
23 <p>The inter-institutional access system experienced a technical failure.</p>
24
25 <p>Please email <a href="mailto:root@localhost">root@localhost</a> and include the following error message:</p>
26
27 <p class="error">Handle Service failure at (<bean:write name="requestURL" />)</p>
28
29 <p><bean:write name="errorText" /></p>
30
31
32 </body>
33 </html>