https://issues.shibboleth.net/jira/browse/SSPCPP-605
[shibboleth/cpp-sp.git] / configs / accessError.html
index 81922b4..7e0a7fd 100644 (file)
@@ -5,21 +5,27 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet />" />
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
        <title>Authorization Failed</title>
 </head>
 
 <body>
-<div class="head">
-<img src="<shibmlp logoLocation />" alt="Logo" />
+
+<shibmlpif logoLocation>
+<img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Authorization Failed</h1>
-</div>
 
-Based on the information provided to this server about you, you are
-not authorized to access "<shibmlp requestURL />"<br>
+<p>
+Based on the information provided to this application about you, you are
+not authorized to access the resource at "<shibmlp requestURL/>"
+</p>
 
+<p>
 Please contact the administrator of this service or application if you
-believe this to be an error.<br>
+believe this to be an error at <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>
+</p>
 
 </body>
 </html>