Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/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         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9         <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
10         <title><shibmlp errorType/></title>
11 </head>
12
13 <body>
14
15 <img src="<shibmlp logoLocation/>" alt="Logo" />
16 <h1><shibmlp errorType/></h1>
17
18 <p>The system encountered an error at <shibmlp now /></p>
19
20 <p>To report this problem, please contact the site administrator at
21 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
22 </p>
23
24 <p>Please include the following message in any email:</p>
25 <p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
26
27 <p><shibmlp errorText/></p>
28
29 <shibmlpif statusCode>
30         <p>Error from identity provider:</p>
31         <blockquote>
32                 <strong>Status:</strong> <shibmlp statusCode/><br>
33                 <shibmlpif statusCode2>
34                         <strong>Sub-Status:</strong> <shibmlp statusCode2/><br>
35                 </shibmlpif>
36                 <shibmlpif statusMessage>
37                         <strong>Message:</strong> <shibmlp statusMessage/><br>
38                 </shibmlpif>
39         </blockquote>
40 </shibmlpif>
41
42 </body>
43 </html>