Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TreeBrowserPlugin/data/TWiki/TreeBrowserPlugin.txt

    r369 r464  
    1212---++ Syntax Rules 
    1313 
    14 Place the tag =%<nop>TREEBROWSER{= _parameters_ =}%= immediately before a bulleted or numbered list. The lists can be handcrafted, generated by another Plugin, a =%<nop>TOC%=, or the result of a %TWIKIWEB%.FormattedSearch. The list will be rendered in a tree-like fashion (similar to the explorer folder list). Whenever a new indentation level is started, the subsequent nodes at this or a lower indentation level are shown as descendents of the preceding node. The following parameters can be used to configure the appearance of the tree: 
     14Place the tag =%<nop>TREEBROWSER{= _parameters_ =}%= immediately before a bulleted or numbered list. The lists can be handcrafted, generated by another Plugin, a =%<nop>TOC%=, or the result of a %SYSTEMWEB%.FormattedSearch. The list will be rendered in a tree-like fashion (similar to the explorer folder list). Whenever a new indentation level is started, the subsequent nodes at this or a lower indentation level are shown as descendents of the preceding node. The following parameters can be used to configure the appearance of the tree: 
    1515| *Parameter* | *Description* | *Default* | 
    1616| ="name"= or%BR% =theme="name"= | Select a rendering theme | none | 
     
    151151left.add(11,10,"<a href=\"%SCRIPTURLPATH{"view"}%/Sandbox/%HOMETOPIC%\" class=\"twikiLink\">Sandbox</a>",'','','','%ATTACHURLPATH%/page.gif'); 
    152152left.add(12,10,"<a href=\"%SCRIPTURLPATH{"view"}%/%MAINWEB%/%HOMETOPIC%\" class=\"twikiLink\">%MAINWEB%</a>",'','','','%ATTACHURLPATH%/page.gif'); 
    153 left.add(13,10,"<a href=\"%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/%HOMETOPIC%\" class=\"twikiLink\">%TWIKIWEB%</a>",'','','','%ATTACHURLPATH%/page.gif'); 
     153left.add(13,10,"<a href=\"%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/%HOMETOPIC%\" class=\"twikiLink\">%SYSTEMWEB%</a>",'','','','%ATTACHURLPATH%/page.gif'); 
    154154left.add(14,10,"<a href=\"%SCRIPTURLPATH{"view"}%/Trash/%HOMETOPIC%\" class=\"twikiLink\">Trash</a>",'','','','%ATTACHURLPATH%/page.gif'); 
    155155document.write(left); 
     
    398398a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>TREEBROWSERPLUGIN_SHORTDESCRIPTION%== 
    399399 
    400    * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: 
     400   * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    401401      * Set SHORTDESCRIPTION = Renders a list as a collapsable/expandable tree. 
    402402 
     
    504504|  Perl Version: | 5.005, 5.8.7 | 
    505505|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    506 |  TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle n%, %TWIKIWEB%.FormattedSearch n%, %TOPIC% n% | 
     506|  TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle n%, %SYSTEMWEB%.FormattedSearch n%, %TOPIC% n% | 
    507507|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
    508508|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
Note: See TracChangeset for help on using the changeset viewer.