validator/share/templates/en_US fatal-error.tmpl,1.11,1.12

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

Modified Files:
	fatal-error.tmpl 
Log Message:
Differentiating between cases where a bogus URI and scheme is set,
and cases where nothing is set at all (also for upload, direct input).
Creating a different fatal error message for the latter cases.



Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fatal-error.tmpl	22 Jul 2005 19:26:58 -0000	1.11
+++ fatal-error.tmpl	29 Jul 2005 06:26:15 -0000	1.12
@@ -58,6 +58,19 @@
         using the File Upload interface.
       </p>
 </TMPL_IF>
+<TMPL_IF NAME="fatal_no_content">
+      <p>
+        Sorry, I could not find any content to validate. It is probable that you
+        clicked on the "check" button without choosing a URL, a file or entering
+        the content of the document you would like to validate.
+      </p>
+      <p>
+        Read the <a href="docs/users.html">User's guide</a> for quick instructions
+        on using this validator.
+      </p>
+</TMPL_IF>
+
+
 
 <TMPL_IF NAME="fatal_ip_error">
       <p>

Received on Friday, 29 July 2005 06:26:24 UTC