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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to