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/19 06:13:26 UTC

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

stas        02/04/18 21:13:26

  Modified:    tmpl/custom/html index_body
  Log:
  - move abstract to top and index_top content after it (abstract
  generally gives a more general introduction than index_top).
  Submitted by:	Per Einar Ellefsen <pe...@skynet.be>
  
  Revision  Changes    Path
  1.15      +4 -4      modperl-docs/tmpl/custom/html/index_body
  
  Index: index_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index_body	8 Apr 2002 10:52:55 -0000	1.14
  +++ index_body	19 Apr 2002 04:13:26 -0000	1.15
  @@ -10,12 +10,12 @@
       <!-- content begin -->
   
   [%-
  -    IF doc.body.top;
  -        "${doc.body.top}\n";
  -    END;
  -
       IF doc.meta.abstract;
           "<p>${doc.meta.abstract}</p>\n";
  +    END;
  +
  +    IF doc.body.top;
  +        "${doc.body.top}\n";
       END;
   
       PROCESS index_toc toc=doc.toc;
  
  
  

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