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

2002-02-05 Thread stas
stas02/02/04 20:13:37

  Modified:tmpl/custom/html index_body
  Log:
  - we cannot wrap body.top and body.bot in p/p, since that may result
  in a broken HTML. The source pages should worry to produce a valid HTML in
  first place.
  
  Revision  ChangesPath
  1.10  +2 -2  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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index_body4 Feb 2002 11:34:34 -   1.9
  +++ index_body5 Feb 2002 04:13:37 -   1.10
  @@ -15,7 +15,7 @@
   rel_doc_root=doc.dir.rel_doc_root;
   
   IF doc.body.top;
  -p${doc.body.top}/p;
  +${doc.body.top};
   END;
   
   IF doc.meta.abstract;
  @@ -25,7 +25,7 @@
   PROCESS index_toc toc=doc.toc;
   
   IF doc.body.bot;
  -p${doc.body.bot}/p;
  +${doc.body.bot};
   END;
   
   br;
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2002-02-04 Thread stas
stas02/02/04 03:34:34

  Modified:tmpl/custom/html index_body page_body
  Log:
  - remove hr after the nav section
  - add some space before the top button on the index page
  
  Revision  ChangesPath
  1.9   +1 -1  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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index_body3 Feb 2002 11:22:18 -   1.8
  +++ index_body4 Feb 2002 11:34:34 -   1.9
  @@ -13,7 +13,6 @@
   INCLUDE navbar_local_top
   nav=doc.nav.up
   rel_doc_root=doc.dir.rel_doc_root;
  -hr;
   
   IF doc.body.top;
   p${doc.body.top}/p;
  @@ -29,6 +28,7 @@
   p${doc.body.bot}/p;
   END;
   
  +br;
   INCLUDE navbar_local_bottom
   nav=doc.nav.up
   rel_doc_root=doc.dir.rel_doc_root;
  
  
  
  1.16  +0 -1  modperl-docs/tmpl/custom/html/page_body
  
  Index: page_body
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_body,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- page_body 3 Feb 2002 11:22:18 -   1.15
  +++ page_body 4 Feb 2002 11:34:34 -   1.16
  @@ -12,7 +12,6 @@
   INCLUDE navbar_local_top
   nav=doc.nav
   rel_doc_root=doc.dir.rel_doc_root;
  -hr;
   
   INCLUDE page_toc toc=doc.toc;
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]