/[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.8 by jonen, Fri Apr 18 13:33:44 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.8  2003/04/18 13:33:44  jonen
8    ##    CHANGE: link_vars now are passed by contructor arguments
9    ##      (so that the AbstractExplorer could handle these...)
10    ##
11  ##    Revision 1.7  2003/04/16 16:13:04  joko  ##    Revision 1.7  2003/04/16 16:13:04  joko
12  ##    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'
13  ##  ##
# Line 31  class WebExplorer_Module_NavigationList Line 35  class WebExplorer_Module_NavigationList
35    function propagate() {    function propagate() {
36    
37      // default link arguments to branch to a list      // default link arguments to branch to a list
38      $link_vars = array(     //$link_vars = array(
39        'ap' => "explorer",     //   'ap' => "explorer",
40        'ecl' => "content",     //   'ecl' => "content",
41        'ect' => "data",     //   'ect' => "data",
42        'ecdlk' => "rpc",     //   'ecdlk' => "rpc",
43        'ecat' => "list",     //   'ecat' => "list",
44      );     // );
45      
46       $link_vars = $this->_args['hidden_items'];
47            
48      foreach ($this->result as $value) {      foreach ($this->result as $value) {
49        $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.8

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