You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/13 17:46:43 UTC

cvs commit: modperl-docs/tmpl/custom/html page_toc_section

stas        02/04/13 08:46:43

  Modified:    tmpl/custom/html page_toc_section
  Log:
  - start using the headers self linking to TOC feature
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-docs/tmpl/custom/html/page_toc_section
  
  Index: page_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc_section,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page_toc_section	8 Apr 2002 10:52:55 -0000	1.5
  +++ page_toc_section	13 Apr 2002 15:46:43 -0000	1.6
  @@ -8,7 +8,7 @@
   [%- FOREACH sec = subs -%]
   
               <li>
  -                <a href="[%- sec.link -%]">[%- sec.title -%]</a>[%- IF sec.abstract -%]<br>[%- sec.abstract -%]<br><br>[%- END -%][%- IF sec.subs -%][%- PROCESS page_toc_section subs=sec.subs -%][%- END -%]
  +                <a name="[%- sec.toc_link -%]"><a href="[%- sec.link -%]">[%- sec.title -%]</a>[%- IF sec.abstract -%]<br>[%- sec.abstract -%]<br><br>[%- END -%][%- IF sec.subs -%][%- PROCESS page_toc_section subs=sec.subs -%][%- END -%]
                   
               </li>
   [%- END -%]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org