markup-validator commit: + missing fatal_no_checker error

changeset:   3203:cec1588978a5
tag:         tip
user:        tgambet
date:        Mon Feb 28 16:41:12 2011 -0500
files:       share/templates/en_US/ucn_fault.tmpl
description:
+ missing fatal_no_checker error


diff -r 1904ac22d08c -r cec1588978a5 share/templates/en_US/ucn_fault.tmpl
--- a/share/templates/en_US/ucn_fault.tmpl	Wed Feb 23 13:38:14 2011 -0500
+++ b/share/templates/en_US/ucn_fault.tmpl	Mon Feb 28 16:41:12 2011 -0500
@@ -12,6 +12,19 @@
 <status value="failed"/>
 
 <message type="error">
+
+  <TMPL_IF NAME="fatal_no_checker">
+    <title>External Checker not available</title>
+    <description>
+	  Checking the Document Type of this document requires the help of an external tool which was either not enabled
+      in this validator, or is currently unavailable. Check in the validator's system configuration 
+      that <TMPL_IF NAME="fatal_missing_checker"><TMPL_VAR NAME="fatal_missing_checker"> is enabled and functional
+      <TMPL_ELSE>all external checkers are enabled, and test if they are responsive</TMPL_IF>.
+      The error encountered was:
+      <code><TMPL_VAR NAME="fatal_checker_error" ESCAPE="HTML"></code>
+    </description>
+  </TMPL_IF>
+
   <TMPL_IF NAME="fatal_transcode_error">
     <title>Transcode Error</title>
     <description>

Received on Monday, 28 February 2011 21:41:26 UTC