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/01/28 04:51:20 UTC

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

stas        02/01/27 19:51:20

  Modified:    tmpl/custom/html page_body
  Log:
  add the special swish indexing hints
  
  Revision  Changes    Path
  1.8       +2 -0      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- page_body	28 Jan 2002 02:24:52 -0000	1.7
  +++ page_body	28 Jan 2002 03:51:20 -0000	1.8
  @@ -17,10 +17,12 @@
   
       # render the content
       menu="<a href='#top'><img src='${doc.dir.abs_doc_root}/images/top.gif' width='85' height='20' border='0' alt='TOP'></a>";
  +    "<!-- SwishCommand index -->";
       FOREACH sec = doc.body;
           sec;
           menu;
       END;
  +    "<!-- SwishCommand noindex -->";
   
       INCLUDE navbar_local
           nav=doc.nav
  
  
  

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