Fix separator problem again.
[shibboleth/sp.git] / configs / sessionError.html
index 1403574..2273174 100644 (file)
@@ -5,39 +5,39 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
-       <title>Access System Failure</title>
+       <title><shibmlp errorType/></title>
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Inter-institutional Access System Failure</h1>
-</div>
-
-<p>The inter-institutional access system experienced a technical failure at
-<shibmlp now /><br>
-<shibmlp errorDesc /></p>
-
-<p>
-<shibmlpif originContactName>
-If the error reports itself as a problem with your identity provider,
-please contact your site's administrator, <shibmlp originContactName/>,
-at <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a>.
-</shibmlpif>
+<h1><shibmlp errorType/></h1>
 
-<shibmlpif originErrorURL>
-<br>If you need more assistance, you can try your helpdesk at
-<a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a>.
-</shibmlpif>
+<p>The system encountered an error at <shibmlp now /></p>
+
+<p>To report this problem, please contact the site administrator at
+<a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
 </p>
 
-<p>Otherwise, please contact the application's administrator at
-<a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.</p>
+<p>Please include the following message in any email:</p>
+<p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
+
+<p><shibmlp errorText/></p>
 
-<p>Please include the following error message in any email:</p>
-<p class="error">SHIRE failure at (<shibmlp requestURL/>)</p>
-<p><shibmlp errorType/>: <shibmlp errorText/></p>
+<shibmlpif statusCode>
+       <p>Error from identity provider:</p>
+       <blockquote>
+               <strong>Status:</strong> <shibmlp statusCode/><br>
+               <shibmlpif statusCode2>
+                       <strong>Sub-Status:</strong> <shibmlp statusCode2/><br>
+               </shibmlpif>
+               <shibmlpif statusMessage>
+                       <strong>Message:</strong> <shibmlp statusMessage/><br>
+               </shibmlpif>
+       </blockquote>
+</shibmlpif>
 
 </body>
 </html>