- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Wed, 08 Sep 2004 16:31:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv5438
Modified Files:
jumpbar.tmpl
Log Message:
sync with corresponding changes to result.tmpl
Index: jumpbar.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/jumpbar.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jumpbar.tmpl 5 Dec 2002 03:49:17 -0000 1.2
+++ jumpbar.tmpl 8 Sep 2004 16:31:14 -0000 1.3
@@ -1,7 +1,6 @@
<p id="skip" class="jumpbar">
Jump To:
[<a title="Result of Validation" href="#result">Results</a>]
-<TMPL_IF NAME="opt_verbose">
<TMPL_IF NAME="opt_show_source">
[<a title="Listing of Source Input" href="#source">Source Listing</a>]
</TMPL_IF>
@@ -11,5 +10,4 @@
<TMPL_IF NAME="opt_show_outline">
[<a title="Document Outline" href="#outline">Outline</a>]
</TMPL_IF>
-</TMPL_IF>
</p>
Received on Wednesday, 8 September 2004 16:31:17 UTC