/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/Module/NavigationList.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/Module/NavigationList.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by joko, Wed Apr 16 16:13:04 2003 UTC revision 1.9 by jonen, Fri Apr 18 14:40:57 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.9  2003/04/18 14:40:57  jonen
8    ##    bugfix
9    ##
10    ##    Revision 1.8  2003/04/18 13:33:44  jonen
11    ##    CHANGE: link_vars now are passed by contructor arguments
12    ##      (so that the AbstractExplorer could handle these...)
13    ##
14  ##    Revision 1.7  2003/04/16 16:13:04  joko  ##    Revision 1.7  2003/04/16 16:13:04  joko
15  ##    updates to 'function propagate': + minor cosmetic update, ++ special mode: 'tree' if value of node ends with '.xml'  ##    updates to 'function propagate': + minor cosmetic update, ++ special mode: 'tree' if value of node ends with '.xml'
16  ##  ##
# Line 31  class WebExplorer_Module_NavigationList Line 38  class WebExplorer_Module_NavigationList
38    function propagate() {    function propagate() {
39    
40      // default link arguments to branch to a list      // default link arguments to branch to a list
41      $link_vars = array(     //$link_vars = array(
42        'ap' => "explorer",     //   'ap' => "explorer",
43        'ecl' => "content",     //   'ecl' => "content",
44        'ect' => "data",     //   'ect' => "data",
45        'ecdlk' => "rpc",     //   'ecdlk' => "rpc",
46        'ecat' => "list",     //   'ecat' => "list",
47      );     // );
48      
49       $link_vars = $this->_args['hidden_elements'];
50            
51      foreach ($this->result as $value) {      foreach ($this->result as $value) {
52        $alt_caption = "Alle Elemente unterhalb von '$value' anzeigen.";        $alt_caption = "Alle Elemente unterhalb von '$value' anzeigen.";

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed