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

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/AbstractExplorer.php

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

revision 1.6 by joko, Fri Mar 28 06:42:37 2003 UTC revision 1.7 by joko, Sat Mar 29 07:49:55 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.7  2003/03/29 07:49:55  joko
8    ##    show boxes in DEBUG-mode only!
9    ##
10  ##    Revision 1.6  2003/03/28 06:42:37  joko  ##    Revision 1.6  2003/03/28 06:42:37  joko
11  ##    fix: propagating rpc-debugging-options to constants here  ##    fix: propagating rpc-debugging-options to constants here
12  ##  ##
# Line 88  class WebExplorer_AbstractExplorer { Line 91  class WebExplorer_AbstractExplorer {
91      $div = html_div();      $div = html_div();
92      $div->add( html_b(get_class($this)), html_hr(), "Explorer_State: " . Dumper($this->_e_state));      $div->add( html_b(get_class($this)), html_hr(), "Explorer_State: " . Dumper($this->_e_state));
93      $div->set_style('background: #adadad; border: 2px black groove; width:640px; padding:10px; margin:40px;');      $div->set_style('background: #adadad; border: 2px black groove; width:640px; padding:10px; margin:40px;');
94      print $div->render();      if (constants::get('DEBUG')) {
95          print $div->render();
96        }
97      //$this->init_state();      //$this->init_state();
98    }    }
99    

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

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