- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Fri, 12 Nov 2004 01:30:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv24442
Modified Files:
jumpbar.tmpl
Log Message:
updating template to most recent markup
Index: jumpbar.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/jumpbar.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jumpbar.tmpl 8 Sep 2004 16:31:14 -0000 1.3
+++ jumpbar.tmpl 12 Nov 2004 01:30:51 -0000 1.4
@@ -1,13 +1,15 @@
- <p id="skip" class="jumpbar">
+ <div id="skip" class="jumpbar">
Jump To:
- [<a title="Result of Validation" href="#result">Results</a>]
+ <ul>
+ <li><a title="Result of Validation" href="#result">Results</a></li>
<TMPL_IF NAME="opt_show_source">
- [<a title="Listing of Source Input" href="#source">Source Listing</a>]
+ <li><a title="Listing of Source Input" href="#source">Source Listing</a></li>
</TMPL_IF>
<TMPL_IF NAME="opt_show_parsetree">
- [<a title="Document Parse Tree" href="#parse">Parse Tree</a>]
+ <li><a title="Document Parse Tree" href="#parse">Parse Tree</a></li>
</TMPL_IF>
<TMPL_IF NAME="opt_show_outline">
- [<a title="Document Outline" href="#outline">Outline</a>]
+ <li><a title="Document Outline" href="#outline">Outline</a></li>
</TMPL_IF>
- </p>
+ </ul>
+ </div>
Received on Friday, 12 November 2004 01:30:53 UTC