Bit of cleanup
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 28 Apr 2004 20:09:19 +0000 (20:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 28 Apr 2004 20:09:19 +0000 (20:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1072 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/accessError.html
configs/rmError.html

index 81922b4..0962bae 100644 (file)
@@ -5,18 +5,18 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet />" />
+       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
        <title>Authorization Failed</title>
 </head>
 
 <body>
 <div class="head">
-<img src="<shibmlp logoLocation />" alt="Logo" />
+<img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Authorization Failed</h1>
 </div>
 
-Based on the information provided to this server about you, you are
-not authorized to access "<shibmlp requestURL />"<br>
+Based on the information provided to this application about you, you are
+not authorized to access the resource at "<shibmlp requestURL/>"<br>
 
 Please contact the administrator of this service or application if you
 believe this to be an error.<br>
index fdd1c43..22a9dd7 100644 (file)
@@ -5,25 +5,25 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet />" />
+       <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
        <title>Access System Failure</title>
 </head>
 
 <body>
 <div class="head">
-<img src="<shibmlp logoLocation />" alt="Logo" />
+<img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Inter-institutional Access System Failure</h1>
 </div>
 
 <p>The inter-institutional access system experienced a technical failure at
-<shibmlp now /></p>
+<shibmlp now/></p>
 
-<p>Please email <a href="mailto:<shibmlp supportContact />"><shibmlp supportContact /></a> and include the following error message:</p>
+<p>Please email <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>
+and include the following error message:</p>
 
-<p class="error">Resource Manager failure at (<shibmlp requestURL />)</p>
-
-<p><shibmlp errorText /></p>
+<p class="error">Resource Manager failure at (<shibmlp requestURL/>)</p>
 
+<p><shibmlp errorText/></p>
 
 </body>
 </html>