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/FlexWebListPlugin/data/TWiki/FlexWebListExamples.txt

    r134 r464  
    1919---++ Influencing order 
    2020<verbatim> 
    21 %FLEXWEBLIST{webs="%MAINWEB%,public,%TWIKIWEB%"}% 
     21%FLEXWEBLIST{webs="%MAINWEB%,public,%SYSTEMWEB%"}% 
    2222</verbatim> 
    23 %FLEXWEBLIST{webs="%MAINWEB%,public,%TWIKIWEB%"}% 
     23%FLEXWEBLIST{webs="%MAINWEB%,public,%SYSTEMWEB%"}% 
    2424 
    2525---++ Controlling subwebs 
     
    117117<verbatim> 
    118118%~~ FLEXWEBLIST{ 
    119 ~~~   webs="%MAINWEB%,public,%TWIKIWEB%" 
     119~~~   webs="%MAINWEB%,public,%SYSTEMWEB%" 
    120120~~~   exclude="TestCases|Trash.*" 
    121121~~~   header="<ul>"  
     
    136136~~~ }% 
    137137</verbatim> 
    138 %FLEXWEBLIST{webs="%MAINWEB%,public,%TWIKIWEB%" exclude="TestCases|Trash.*" header="<ul>" format="<li>[[$web.%HOMETOPIC%][$name]]&nbsp; $percntIFDEFINEDTHEN{\"$nrsubwebs \" as=\"0 \"}$percnt $percntELSEDEFINED$percnt $percntTWISTYBUTTON{id=\"sitemap_$web\" buttonmode=\"span\" showimg=\"$percntICONURLPATH{\"toggleopenleft\"}$percnt\" hideimg=\"$percntICONURLPATH{\"toggleclose\"}$percnt\" }$percnt $percntFIDEFINED$percnt" separator="</li>$n" subheader="$percntTWISTYTOGGLE{id=\"sitemap_$web\" mode=\"div\"}$percnt<ul>" subfooter="</li></ul>$percntENDTWISTY$percnt" footer="</ul>"}% 
     138%FLEXWEBLIST{webs="%MAINWEB%,public,%SYSTEMWEB%" exclude="TestCases|Trash.*" header="<ul>" format="<li>[[$web.%HOMETOPIC%][$name]]&nbsp; $percntIFDEFINEDTHEN{\"$nrsubwebs \" as=\"0 \"}$percnt $percntELSEDEFINED$percnt $percntTWISTYBUTTON{id=\"sitemap_$web\" buttonmode=\"span\" showimg=\"$percntICONURLPATH{\"toggleopenleft\"}$percnt\" hideimg=\"$percntICONURLPATH{\"toggleclose\"}$percnt\" }$percnt $percntFIDEFINED$percnt" separator="</li>$n" subheader="$percntTWISTYTOGGLE{id=\"sitemap_$web\" mode=\"div\"}$percnt<ul>" subfooter="</li></ul>$percntENDTWISTY$percnt" footer="</ul>"}% 
    139139 
    140140---++ Sitemap 
    141141%~~ FLEXWEBLIST{ 
    142 ~~~   webs="%MAINWEB%,public,%TWIKIWEB%" 
     142~~~   webs="%MAINWEB%,public,%SYSTEMWEB%" 
    143143~~~   header="<div class=\"header\">"  
    144144~~~   format="<div class=\"web\"> 
     
    167167<verbatim> 
    168168%~~ FLEXWEBLIST{ 
    169 ~~~    map="TestCases=Tests,%TWIKIWEB%=System,%MAINWEB%=Home" 
     169~~~    map="TestCases=Tests,%SYSTEMWEB%=System,%MAINWEB%=Home" 
    170170~~~    format="$indent   * [[$web.%HOMETOPIC%][$name]]$n" 
    171171~~~ }% 
    172172</verbatim> 
    173 %FLEXWEBLIST{map="TestCases=Tests,%TWIKIWEB%=System,%MAINWEB%=Home" format="$indent   * [[$web.%HOMETOPIC%][$name]]$n"}% 
     173%FLEXWEBLIST{map="TestCases=Tests,%SYSTEMWEB%=System,%MAINWEB%=Home" format="$indent   * [[$web.%HOMETOPIC%][$name]]$n"}% 
    174174 
    175175---++ Marking a selection 
Note: See TracChangeset for help on using the changeset viewer.