You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/03/14 01:05:00 UTC

cvs commit: modperl-docs/tmpl/custom/html menu_short_cuts left_box short_cuts

stas        2003/03/13 16:05:00

  Modified:    tmpl/custom/html left_box
  Added:       tmpl/custom/html menu_short_cuts
  Removed:     tmpl/custom/html short_cuts
  Log:
  s/short_cuts/menu_short_cuts/ for consistency
  
  Revision  Changes    Path
  1.5       +1 -1      modperl-docs/tmpl/custom/html/left_box
  
  Index: left_box
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/left_box,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- left_box	14 May 2002 05:16:06 -0000	1.4
  +++ left_box	14 Mar 2003 00:04:59 -0000	1.5
  @@ -24,7 +24,7 @@
   
       <!-- menu short_cuts begin -->
   
  -[%- INCLUDE short_cuts -%]
  +[%- INCLUDE menu_short_cuts -%]
   
       <!-- menu short_cuts end -->
   
  
  
  
  1.1                  modperl-docs/tmpl/custom/html/menu_short_cuts
  
  Index: menu_short_cuts
  ===================================================================
  [%-# links menu
     # expects to be set:
     # nav          - cache navigator object
     # rel_doc_root - relative docs path (only for chapters!)
  -%]
  [%- SET buttons = [
      [ "${doc.dir.abs_doc_root}/maillist/modperl.html#Subscription_Information", 'Maillist Subscription'],
      [ "${doc.dir.abs_doc_root}/maillist/modperl.html#Searchable_Archives", 'Maillist Archives'],
      ["${doc.dir.abs_doc_root}/docs/1.0/guide/index.html", 'The 1.0 guide'],
      ["${doc.dir.abs_doc_root}/download/source.html#Stable_Source_Distribution", 'The 1.0 source'],
      ["${doc.dir.abs_doc_root}/docs/2.0/user/intro/start_fast.html", 'Bleeding edge: 2.0'],
      ["${doc.dir.abs_doc_root}/docs/1.0/guide/help.html#How_to_Report_Problems", 'Report 1.0 Problems'],
      ["${doc.dir.abs_doc_root}/docs/2.0/user/help/help.html#Reporting_Problems", 'Report 2.0 Problems'],
         ];  
  -%]
  [%- WRAPPER wrap_box 
          title = 'Short Cuts'
  -%]
  
  [%- FOREACH but = buttons -%]
  
          <tr>
              <td class="menu-border"><br></td>
              <td class="non-sel-bg">
                  <div class="nonselectedmenuitem">
                      <a href="[%- but.0 -%]">[%- but.1 -%]</a>
                  </div>
              </td>
              <td class="menu-border"><br></td>
          </tr>
  [%- END -%]
  
          <tr>
              <td class="menu-border" colspan="3" height="1"><small class="nbr"><br class="smallbr"></small></td>
          </tr>
  [%- END -%]