Cleanup error templates
authorScott Cantor <cantor.2@osu.edu>
Mon, 4 Jun 2007 01:03:51 +0000 (01:03 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 4 Jun 2007 01:03:51 +0000 (01:03 +0000)
configs/metadataError.html
configs/rmError.html
configs/sessionError.html

index f4751ff..cd486fd 100644 (file)
@@ -33,6 +33,7 @@ enabled for your use.
 <p>Please include the following error message in any email:</p>
 <p class="error">Metadata lookup failure at (<shibmlp requestURL/>)</p>
 <p><shibmlp errorType/></p>
+<p><shibmlp errorText/></p>
 
 </body>
 </html>
index 5026976..78a5cc4 100644 (file)
@@ -24,6 +24,7 @@ and include the following error message:</p>
 
 <p class="error">Resource Manager failure at (<shibmlp requestURL/>)</p>
 <p><shibmlp errorType/></p>
+<p><shibmlp errorText/></p>
 
 </body>
 </html>
index 5331c6f..18d7313 100644 (file)
@@ -7,34 +7,26 @@
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
-       <title>Session Creation Failure</title>
+       <title><shibmlp errorType/></title>
 </head>
 
 <body>
 <div class="head">
 <img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Session Creation Failure</h1>
+<h1><shibmlp errorType/></h1>
 </div>
 
 <p>The inter-institutional access system was unable to successfully build a
 login session for you at <shibmlp now /></p>
 
-<shibmlpif originContactName>
-<h3><u>Identity Provider Support Information</u></h3>
-<div>Contact: <shibmlp originContactName/> </div>
-<div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
-</shibmlpif>
-<shibmlpif originErrorURL>
-<div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
-</shibmlpif>
-
 <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 message in any email:</p>
-<p class="error">Session creation failure at (<shibmlp requestURL/>)</p>
-<p><shibmlp errorType/></p>
+<p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
+
+<p><shibmlp errorText/></p>
 
 </body>
 </html>