1 <?xml version="1.0" encoding="UTF-8"?>
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" %>
8 <jsp:useBean id="requestURL" scope="request" class="java.lang.String"/>
9 <jsp:useBean id="errorText" scope="request" class="java.lang.String"/>
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13 <link rel="stylesheet" type="text/css" href="main.css" />
14 <title>Shibboleth Handle Service Failure</title>
19 <img src="images/logo.jpg" alt="Logo" />
20 <h1>Shibboleth Handle Service Failure</h1>
23 <p>The inter-institutional access system experienced a technical failure.</p>
25 <p>Please email <a href="mailto:root@localhost">root@localhost</a> and include the following error message:</p>
27 <p class="error">Handle Service failure at (<bean:write name="requestURL" />)</p>
29 <p><bean:write name="errorText" /></p>