validator/share/templates/en_US error_loop.tmpl,1.4,1.5 error_loop_grouped.tmpl,1.3,1.4 invalid.tmpl,1.15,1.16 opt_show_outline.tmpl,1.5,1.6 valid.tmpl,1.19,1.20

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

Modified Files:
	error_loop.tmpl error_loop_grouped.tmpl invalid.tmpl 
	opt_show_outline.tmpl valid.tmpl 
Log Message:
more "back to top" links in results


Index: opt_show_outline.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_outline.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- opt_show_outline.tmpl	23 Mar 2007 03:52:21 -0000	1.5
+++ opt_show_outline.tmpl	18 Apr 2007 06:53:42 -0000	1.6
@@ -18,3 +18,4 @@
       <a href="http://www.w3.org/2003/12/semantic-extractor.html">Semantic data extractor</a>.
     </p>
   </div>
+  <TMPL_INCLUDE NAME="backtop.tmpl">

Index: error_loop_grouped.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_loop_grouped.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- error_loop_grouped.tmpl	29 Mar 2007 06:17:55 -0000	1.3
+++ error_loop_grouped.tmpl	18 Apr 2007 06:53:42 -0000	1.4
@@ -23,6 +23,9 @@
   </TMPL_LOOP>
 <TMPL_IF NAME="has_errors"></ol></TMPL_IF>
 
+<TMPL_INCLUDE NAME="backtop.tmpl">
+
+
 <TMPL_IF NAME="opt_verbose">
     <script type="text/javascript" src="loadexplanation.js"></script>
 </TMPL_IF>

Index: valid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/valid.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- valid.tmpl	14 Mar 2007 07:43:51 -0000	1.19
+++ valid.tmpl	18 Apr 2007 06:53:42 -0000	1.20
@@ -105,4 +105,7 @@
     (or you can just add the current page to your bookmarks or hotlist).
   </p>
 </TMPL_UNLESS>
+
+<TMPL_INCLUDE NAME="backtop.tmpl">
+
 </div><!-- end of "result" -->

Index: invalid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/invalid.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- invalid.tmpl	26 Mar 2007 01:46:29 -0000	1.15
+++ invalid.tmpl	18 Apr 2007 06:53:42 -0000	1.16
@@ -22,6 +22,5 @@
     <TMPL_INCLUDE NAME="error_loop.tmpl">
 </TMPL_IF>
 
-<TMPL_INCLUDE NAME="backtop.tmpl">
 
   </div>

Index: error_loop.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_loop.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- error_loop.tmpl	29 Mar 2007 06:17:55 -0000	1.4
+++ error_loop.tmpl	18 Apr 2007 06:53:42 -0000	1.5
@@ -21,6 +21,8 @@
 </TMPL_IF>    
 <TMPL_IF NAME="has_errors"></ol></TMPL_IF>
 
+<TMPL_INCLUDE NAME="backtop.tmpl">
+
 <TMPL_IF NAME="opt_verbose">
     <script type="text/javascript" src="loadexplanation.js"></script>
 </TMPL_IF>

Received on Wednesday, 18 April 2007 06:53:46 UTC