Use shibboleth-sp as package name for compatibility.
[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         <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 <shibmlpif logoLocation>
16 <img src="<shibmlp logoLocation/>" alt="Logo" />
17 </shibmlpif>
18 <h1><shibmlp errorType/></h1>
19
20 <p>The system encountered an error at <shibmlp now /></p>
21
22 <p>To report this problem, please contact the site administrator at
23 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
24 </p>
25
26 <p>Please include the following message in any email:</p>
27 <p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
28
29 <p><shibmlp errorText/></p>
30
31 <shibmlpif statusCode>
32         <p>Error from identity provider:</p>
33         <blockquote>
34                 <strong>Status:</strong> <shibmlp statusCode/><br>
35                 <shibmlpif statusCode2>
36                         <strong>Sub-Status:</strong> <shibmlp statusCode2/><br/>
37                 </shibmlpif>
38                 <shibmlpif statusMessage>
39                         <strong>Message:</strong> <shibmlp statusMessage/><br/>
40                 </shibmlpif>
41         </blockquote>
42 </shibmlpif>
43
44 </body>
45 </html>