Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / configs / globalLogout.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>Global Logout</title>
11 </head>
12
13 <body>
14
15 <img src="<shibmlp logoLocation/>" alt="Logo" />
16 <h1>Global Logout</h1>
17
18 <p><strong>Status of Global Logout:</strong> <shibmlp logoutStatus/></p>
19
20 <shibmlpif statusCode>
21         <p>Error from your identity provider:</p>
22         <blockquote>
23                 <strong>Status:</strong> <shibmlp statusCode/><br>
24                 <shibmlpif statusCode2>
25                         <strong>Sub-Status:</strong> <shibmlp statusCode2/><br>
26                 </shibmlpif>
27                 <shibmlpif statusMessage>
28                         <strong>Message:</strong> <shibmlp statusMessage/><br>
29                 </shibmlpif>
30         </blockquote>
31 </shibmlpif>
32
33 <p>If the message above indicates success, you have been logged out of all
34 the applications and systems that support the logout mechanism.</p>
35
36 <p>It is still strongly advised that you close your browser to complete the
37 logout process.</p>
38
39 </body>
40 </html>