website diff en/doc/cookbook/template.html @ rev 535

en: localy browseable (with file://)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 19 14:09:59 2009 +0200 (2009-08-19)
parents 86c34ce79f94
children b8788d938e18
line diff
     1.1 --- a/en/doc/cookbook/template.html	Sat Jun 20 00:21:05 2009 +0200
     1.2 +++ b/en/doc/cookbook/template.html	Wed Aug 19 14:09:59 2009 +0200
     1.3 @@ -35,9 +35,9 @@
     1.4  </p>
     1.5  
     1.6  <ul>
     1.7 -	<li><a href="#anchor">List</a></li>
     1.8 -	<li><a href="#anchor">List</a></li>
     1.9 -	<li><a href="#anchor">List</a></li>
    1.10 +	<li><a href="index.html#anchor">List</a></li>
    1.11 +	<li><a href="index.html#anchor">List</a></li>
    1.12 +	<li><a href="index.html#anchor">List</a></li>
    1.13  </ul>
    1.14  
    1.15  <a name="anchor"></a>
    1.16 @@ -52,7 +52,7 @@
    1.17  <!-- Footer. -->
    1.18  <div id="footer">
    1.19  	<div class="footer-right"></div>
    1.20 -	<a href="#top">Top of the page</a> |
    1.21 +	<a href="index.html#top">Top of the page</a> |
    1.22  	<a href="index.html">Table of contents</a>
    1.23  </div>
    1.24