- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2005 18:58:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv27483/share/templates/en_US
Modified Files:
fatal-error.tmpl http_401_authrequired.tmpl result.tmpl
Log Message:
Add missing "skip" anchors.
Index: result.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/result.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- result.tmpl 21 Jun 2005 06:10:03 -0000 1.8
+++ result.tmpl 22 Jul 2005 18:58:25 -0000 1.9
@@ -17,6 +17,7 @@
</p>
</TMPL_IF>
+ <a id="skip" name="skip"></a>
<TMPL_IF NAME="VALID">
<TMPL_INCLUDE NAME="valid.tmpl">
<TMPL_ELSE>
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fatal-error.tmpl 22 Jul 2005 17:08:10 -0000 1.9
+++ fatal-error.tmpl 22 Jul 2005 18:58:25 -0000 1.10
@@ -5,6 +5,7 @@
<TMPL_INCLUDE NAME="table.tmpl">
</div><!-- end of "head" -->
+ <a id="skip" name="skip"></a>
<TMPL_IF NAME="fatal_transcode_error">
<p>
A fatal error occurred when attempting to transcode the character
Index: http_401_authrequired.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/http_401_authrequired.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- http_401_authrequired.tmpl 13 Feb 2005 19:12:59 -0000 1.1
+++ http_401_authrequired.tmpl 22 Jul 2005 18:58:25 -0000 1.2
@@ -3,7 +3,7 @@
<TMPL_INCLUDE NAME="header.tmpl">
<div id="main">
- <h2>Authorization Required</h2>
+ <h2 id="skip">Authorization Required</h2>
<p>Sorry, I am not authorized to access the specified URL.</p>
<p>
The URL you specified, <<a href="<TMPL_VAR NAME="http_401_url">"><TMPL_VAR NAME="http_401_url"></a>>,
Received on Friday, 22 July 2005 18:58:29 UTC