Sanitize out errorText tag.
[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>Session Creation Failure</title>
10 </head>
11
12 <body>
13 <div class="head">
14 <img src="<shibmlp logoLocation/>" alt="Logo" />
15 <h1>Session Creation Failure</h1>
16 </div>
17
18 <p>The inter-institutional access system was unable to successfully build a
19 login session for you at <shibmlp now /></p>
20
21 <shibmlpif originContactName>
22 <h3><u>Identity Provider Support Information</u></h3>
23 <div>Contact: <shibmlp originContactName/> </div>
24 <div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
25 </shibmlpif>
26 <shibmlpif originErrorURL>
27 <div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
28 </shibmlpif>
29
30 <p>To report this problem, please contact the site administrator at
31 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
32 </p>
33
34 <p>Please include the following message in any email:</p>
35 <p class="error">Session creation failure at (<shibmlp requestURL/>)</p>
36 <p><shibmlp errorType/></p>
37
38 </body>
39 </html>