validator/share/templates/en_US fatal-error.tmpl,1.22,1.23 soap_fault.tmpl,1.5,1.6

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv29877/share/templates/en_US

Modified Files:
	fatal-error.tmpl soap_fault.tmpl 
Log Message:
Include some warning info from LWP in fatal HTTP error messages.

Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- fatal-error.tmpl	6 Sep 2007 05:52:11 -0000	1.22
+++ fatal-error.tmpl	19 Oct 2007 19:37:39 -0000	1.23
@@ -114,6 +114,16 @@
     domain records are correct</a>, or ask your hosting company to do so.
   </p>
   </TMPL_IF>
+  <TMPL_IF NAME="fatal_http_warn">
+  <p>
+    More information about why this is happening may be available from
+    warnings reported by the validator's HTTP (and other protocol) client
+    library:
+  </p>
+  <blockquote>
+    <p><code><TMPL_VAR NAME="fatal_http_warn" ESCAPE="HTML"></code></p>
+  </blockquote>
+  </TMPL_IF>
 </li>
 </TMPL_IF>
 

Index: soap_fault.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_fault.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- soap_fault.tmpl	7 Sep 2007 01:21:17 -0000	1.5
+++ soap_fault.tmpl	19 Oct 2007 19:37:39 -0000	1.6
@@ -108,6 +108,12 @@
     also want to <a href="http://www.squish.net/dnscheck/">check that your
     domain records are correct</a>, or ask your hosting company to do so.
   </TMPL_IF>
+  <TMPL_IF NAME="fatal_http_warn">
+    More information about why this is happening may be available from
+    warnings reported by the validator's HTTP (and other protocol) client
+    library:
+    <TMPL_VAR NAME="fatal_http_warn" ESCAPE="HTML">
+  </TMPL_IF>
        </m:errordetail>
      </env:Detail>
 </TMPL_IF>

Received on Friday, 19 October 2007 19:37:49 UTC