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/PatternSkin/data/TWiki/PatternSkinCustomization.txt

    r14 r464  
    11%META:TOPICINFO{author="TWikiContributor" date="1130019100" format="1.1" version="$Rev: 16135 $"}% 
    22 
    3 ---+!! %TWIKIWEB%.PatternSkin Customization 
     3---+!! %SYSTEMWEB%.PatternSkin Customization 
    44 
    55*Guidelines how to create and customize page templates.* For styling your TWiki using stylesheets, see PatternSkinCssCookbook. 
     
    8484        css 
    8585        viewtopbar 
    86             %TWIKIWEB%.WebTopBar 
     86            %SYSTEMWEB%.WebTopBar 
    8787        viewleftbar 
    8888            %WEB%.WebLeftBar 
    8989        viewtopicactionbuttons 
    9090        viewbottombar 
    91             %TWIKIWEB%.WebBottomBar 
     91            %SYSTEMWEB%.WebBottomBar 
    9292</verbatim> 
    9393 
     
    111111*Using logo.gif:* 
    112112<blockquote> 
    113    * Create a new image named =logo.gif= and attach it to the web's WebPreferences topic. %TWIKIWEB%.PatternSkin's stylesheet assumes the logo is 40px high. More about that later. 
     113   * Create a new image named =logo.gif= and attach it to the web's WebPreferences topic. %SYSTEMWEB%.PatternSkin's stylesheet assumes the logo is 40px high. More about that later. 
    114114   * You can also upload the image with FTP to =/pub/YourWeb/WebPreferences/=. 
    115115   * Copy the above instructions ("Redefine your custom variables") and insert your logo name. 
     
    138138---+++ I want to change the white space above and below the logo 
    139139 
    140 Change the table style in topic %TWIKIWEB%.WebTopBar. The default top padding is 11px. 
     140Change the table style in topic %SYSTEMWEB%.WebTopBar. The default top padding is 11px. 
    141141 
    142142---++ Top bar 
     
    192192*Using style sheets:* 
    193193<blockquote> 
    194 Create a new stylesheet with above definition in it, attach it to a topic and point =USERLAYOUTURL= to that topic attachment. See %TWIKIWEB%.PatternSkinCssCookbook about creating custom styles. 
     194Create a new stylesheet with above definition in it, attach it to a topic and point =USERLAYOUTURL= to that topic attachment. See %SYSTEMWEB%.PatternSkinCssCookbook about creating custom styles. 
    195195</blockquote> 
    196196 
     
    201201Redefine your custom variables in [[%LOCALSITEPREFS%]] (to keep %WIKIPREFSTOPIC% intact): 
    202202<blockquote><pre> 
    203    * <nop>Set WEBHEADERART = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/PatternSkin/TWiki_header.gif 
     203   * <nop>Set WEBHEADERART = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/PatternSkin/TWiki_header.gif 
    204204   * <nop>Set WEBHEADERBGCOLOR = somehexcolor (no quotes, for example: #ffffff) 
    205205</pre></blockquote> 
     
    218218If you have localization enabled, you will also see a language dropdown box at the far right. 
    219219 
    220 You can remove these items from %TWIKIWEB%.WebTopBar. 
     220You can remove these items from %SYSTEMWEB%.WebTopBar. 
    221221 
    222222---+++ I want to hide the top bar 
Note: See TracChangeset for help on using the changeset viewer.