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/05/14 12:17:29 UTC

cvs commit: modperl-docs/tmpl/custom/html index_toc index_toc_section

stas        02/05/14 03:17:29

  Modified:    tmpl/custom/html index_toc index_toc_section
  Log:
  align
  
  Revision  Changes    Path
  1.8       +12 -12    modperl-docs/tmpl/custom/html/index_toc
  
  Index: index_toc
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index_toc	3 Apr 2002 05:18:27 -0000	1.7
  +++ index_toc	14 May 2002 10:17:29 -0000	1.8
  @@ -8,18 +8,18 @@
   
   [%- IF toc.size  -%]
       <div class="toc">
  -[%- IF toc.0.group_title.defined;
  -       SET counter = 0;
  -       FOREACH group = toc;
  -            "<h3>Part ${numbers.$counter}: ${group.group_title}</h3>";
  -            INCLUDE index_toc_section subs=group.subs;
  -            counter = counter + 1;
  -       END;
  -    ELSE;
  -       INCLUDE index_toc_section subs=toc;
  -    END;
  --%]
  +    [%- IF toc.0.group_title.defined;
  +            SET counter = 0;
  +            FOREACH group = toc;
  +                "<b>Part ${numbers.$counter}: ${group.group_title}</b>";
  +                PROCESS index_toc_section subs=group.subs;
  +                counter = counter + 1;
  +            END;
  +        ELSE;
  +            INCLUDE index_toc_section subs=toc;
  +        END;
  +    -%]
   
       </div>
   
  -[%- END -%]
  \ No newline at end of file
  +[%- END -%]
  
  
  
  1.7       +2 -2      modperl-docs/tmpl/custom/html/index_toc_section
  
  Index: index_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc_section,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index_toc_section	8 Apr 2002 10:52:55 -0000	1.6
  +++ index_toc_section	14 May 2002 10:17:29 -0000	1.7
  @@ -9,9 +9,9 @@
           <dl>
               <dt><a href="[%- sec.link -%]"><img src="[%- doc.dir.abs_doc_root -%]/images/arrow_right.gif" alt="-" align="bottom" border="0" height="10" width="18">[%- sec.title -%]</a></dt>
   
  -[%- IF sec.abstract -%]
  +    [%- IF sec.abstract -%]
               <dd>[%- sec.abstract -%]</dd>
   
  -[%- END -%]
  +    [%- END -%]
           </dl>
   [%- END -%]
  
  
  

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