summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayferror.jsp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-03 11:10:26 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-03 11:10:26 +0100
commit8ff968a921a6093270b45a51a90caae6371e9f66 (patch)
tree42e9d4059bba6d5db28623f0112de258fb14644c /src/main/webapp/wayferror.jsp
parent36a86bb40665b6f38df64e4a10d83ec077c2e433 (diff)
parentb5c41b83249677bf1dec46de4a7ce97fee55729e (diff)
merged 1.1.3
Diffstat (limited to 'src/main/webapp/wayferror.jsp')
-rwxr-xr-xsrc/main/webapp/wayferror.jsp33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/main/webapp/wayferror.jsp b/src/main/webapp/wayferror.jsp
deleted file mode 100755
index 5e72816..0000000
--- a/src/main/webapp/wayferror.jsp
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "DTD/xhtml1-strict.dtd">
- <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
- <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
-
- <jsp:useBean id="requestURL" scope="application" class="java.lang.String"/>
- <jsp:useBean id="errorText" scope="request" class="java.lang.String"/>
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <link rel="stylesheet" type="text/css" href="main.css" />
- <title>Access System Failure</title>
-</head>
-
-<body>
-<div class="head">
-<img src="images/logo.jpg" alt="Logo" />
-<h1>Inter-institutional Access System Failure</h1>
-</div>
-
-<p>The inter-institutional access system experienced a technical failure.</p>
-
-<p>Please email <a href="mailto:user@domain"> administrator's name</a> and include the following error message:</p>
-
-<p class="error">WAYF failure at (<bean:write name="requestURL" />)</p>
-
-<p><bean:write name="errorText" /></p>
-
-
-</body>
-</html> \ No newline at end of file