Correct some text and style sheet issues.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 19 Dec 2007 21:11:39 +0000 (21:11 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 19 Dec 2007 21:11:39 +0000 (21:11 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2676 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/accessError.html
configs/globalLogout.html
configs/localLogout.html
configs/metadataError.html
configs/sessionError.html
configs/sslError.html
doc/main.css

index 3319986..546ea4f 100644 (file)
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Authorization Failed</h1>
-</div>
 
 Based on the information provided to this application about you, you are
-not authorized to access the resource at "<shibmlp requestURL/>"<br>
+not authorized to access the resource at "<shibmlp requestURL/>"
+
+<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>
 
 </body>
 </html>
index 8306e50..bbdf64e 100644 (file)
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Global Logout</h1>
-</div>
 
 <p><strong>Status of Global Logout:</strong> <shibmlp logoutStatus/></p>
 
index 17a6e21..1bcb1d1 100644 (file)
 </head>
 
 <body>
-<div class="head">
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Local Logout</h1>
-</div>
 
 <strong>Status of Local Logout:</strong> <shibmlp logoutStatus/>
 
index 05218a4..d0e667a 100644 (file)
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Unknown Identity Provider</h1>
-</div>
+<h1>Unknown or Unusable Identity Provider</h1>
 
-<p>The identity provider supplying your login credentials is not authorized for use with this service.</p>
+<p>The identity provider supplying your login credentials is not authorized
+for use with this service or does not support the necessary capabilities.</p>
 
-<p>You should inquire with your identity provider as to whether this service is intended to be
-enabled for your use.</p>
+<p>To report this problem, please contact the site administrator at
+<a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
+</p>
 
 <p>Please include the following error message in any email:</p>
 <p class="error">Identity provider lookup failed at (<shibmlp requestURL/>)</p>
index 5b47e99..2273174 100644 (file)
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1><shibmlp errorType/></h1>
-</div>
 
 <p>The system encountered an error at <shibmlp now /></p>
 
index e8844d8..2d25f3c 100644 (file)
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>POST Failed</h1>
-</div>
+
 
 You have attemped to submit information without the protection
 of SSL to this site.<br>
index 97d4fa2..a3eb681 100644 (file)
@@ -1,10 +1,10 @@
 body {\r
-               background-color: #FFFFFF;\r
-               font-family : Geneva, Arial, Helvetica, sans-serif;\r
-               text-align: center;\r
-               letter-spacing: 0px;\r
-               color: black;\r
-               text-align: left;\r
+       background-color: #FFFFFF;\r
+       font-family : Geneva, Arial, Helvetica, sans-serif;\r
+       text-align: center;\r
+       letter-spacing: 0px;\r
+       color: black;\r
+       text-align: left;\r
 }\r
 \r
 p {\r