Adjusted wording.
[shibboleth/cpp-sp.git] / configs / sessionError.html
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         
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8         <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
9         <title>Access System Failure</title>
10 </head>
11
12 <body>
13 <div class="head">
14 <img src="<shibmlp logoLocation/>" alt="Logo" />
15 <h1>Inter-institutional Access System Failure</h1>
16 </div>
17
18 <p>The inter-institutional access system experienced a technical failure at <shibmlp now /></p>
19
20 <shibmlpif originContactName>
21 <h3><u>Identity Provider Support Information</u></h3>
22 <div>Contact: <shibmlp originContactName/> </div>
23 <div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
24 </shibmlpif>
25 <shibmlpif originErrorURL>
26 <div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
27 </shibmlpif>
28
29 <p>To report this error, please contact the site administrator at
30 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
31 </p>
32
33 <p>Please include the following error message in any email:</p>
34 <p class="error">Session creation failure at (<shibmlp requestURL/>)</p>
35 <p><shibmlp errorType/>: <shibmlp errorText/></p>
36
37 </body>
38 </html>