stas        02/01/30 02:01:32

  Modified:    tmpl/custom/html prev_next_link
               tmpl/std/splash domm_menu domm_pulldown
  Log:
  - untabify
  
  Revision  Changes    Path
  1.2       +1 -2      modperl-docs/tmpl/custom/html/prev_next_link
  
  Index: prev_next_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/prev_next_link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- prev_next_link    30 Jan 2002 05:03:51 -0000      1.1
  +++ prev_next_link    30 Jan 2002 10:01:32 -0000      1.2
  @@ -2,8 +2,7 @@
      # expects to be set 
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
  -%]
  -
  +-%]
   <div class="navbarlocal">
   [% 
      prev = nav.prev;
  
  
  
  1.2       +17 -17    modperl-docs/tmpl/std/splash/domm_menu
  
  Index: domm_menu
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/std/splash/domm_menu,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- domm_menu 5 Jan 2002 19:29:55 -0000       1.1
  +++ domm_menu 30 Jan 2002 10:01:32 -0000      1.2
  @@ -1,25 +1,25 @@
   [% # splash/menu: build menu as a sequence of buttons
      # ARGS:
  -   # buttons = [
  -   #     { link => 'page1.html', text => 'First Page' },
  -   #     { link => 'page2.html', text => 'Second Page' },
  -   #       ...
  -   # ],
  -   # select      # item to select in range 1..n (0: none)
  +   #    buttons = [
  +   #        { link => 'page1.html', text => 'First Page' },
  +   #        { link => 'page2.html', text => 'Second Page' },
  +   #          ...
  +   #    ],
  +   #    select         # item to select in range 1..n (0: none)
   -%]
   
   [% 
  -     FOREACH button = buttons;
  -             style = (select == loop.count or select == button.text) 
  -                              ? splash.style.select : splash.style.default;
  -             WRAPPER splash/domm_button
  -                     width = width ? '100%' : 0;
  -                     INCLUDE splash/text 
  -                             content = button.text
  -                             link    = button.link
  -                             prelink = button.prelink
  -                             postlink = button.postlink;
  -     END;
  +        FOREACH button = buttons;
  +               style = (select == loop.count or select == button.text) 
  +                              ? splash.style.select : splash.style.default;
  +               WRAPPER splash/domm_button
  +                       width = width ? '100%' : 0;
  +                     INCLUDE splash/text 
  +                          content = button.text
  +                          link    = button.link
  +                          prelink = button.prelink
  +                          postlink = button.postlink;
  +        END;
       END
   %]
   
  
  
  
  1.2       +15 -15    modperl-docs/tmpl/std/splash/domm_pulldown
  
  Index: domm_pulldown
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/std/splash/domm_pulldown,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- domm_pulldown     5 Jan 2002 19:29:55 -0000       1.1
  +++ domm_pulldown     30 Jan 2002 10:01:32 -0000      1.2
  @@ -1,11 +1,11 @@
   [% # splash/pull: menu as a vertical sequence of buttons
      # ARGS:
  -   # buttons = [
  -   #     { link => 'page1.html', text => 'First Page' },
  -   #     { link => 'page2.html', text => 'Second Page' },
  -   #       ...
  -   # ],
  -   # select      # item to select in range 1..n (0: none)
  +   #    buttons = [
  +   #        { link => 'page1.html', text => 'First Page' },
  +   #        { link => 'page2.html', text => 'Second Page' },
  +   #          ...
  +   #    ],
  +   #    select         # item to select in range 1..n (0: none)
   
       SET
           default = splash.style.default
  @@ -17,15 +17,15 @@
       ;
   -%]
   [%  
  -     FOREACH button = buttons;
  -             navstyle = (select == loop.count or select == button.text)
  -                             ? "activenav" : "notactivenav";
  -             WRAPPER splash/domm_button
  -                     width = width ? '100%' : 0;
  -                     INCLUDE splash/text 
  -                             content = button.text
  -                             link    = button.link;
  -             END;
  +        FOREACH button = buttons;
  +               navstyle = (select == loop.count or select == button.text)
  +                          ? "activenav" : "notactivenav";
  +               WRAPPER splash/domm_button
  +                       width = width ? '100%' : 0;
  +                     INCLUDE splash/text 
  +                          content = button.text
  +                          link    = button.link;
  +               END;
       END
   %]
   
  
  
  

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

Reply via email to