Changeset 463


Ignore:
Timestamp:
11/08/08 13:16:17 (3 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB in release branch

Location:
branches/Release04x02
Files:
131 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/SiteMap.txt

    r3 r463  
    33%STARTINCLUDE% 
    44| *TWiki Web* | *Description of Web* | *Used to...* | *Links* | 
    5 %SEARCH{ "\* Set SITEMAPLIST \= on" type="regex" web="%MAINWEB%, %TWIKIWEB%, all" topic="%WEBPREFSTOPIC%" nototal="on" nosearch="on" format="| <div style=\"white-space: nowrap\"><span style=\"background-color:$pattern(.*?\* Set WEBBGCOLOR\s*=\s*([^\s]*).*)\"><img src=\"%ICONURL{blank-bg}%\" alt=\"Web color\" width=\"16\" height=\"16\" border=\"0\" /></span> <b>[[$web.%HOMETOPIC%][$web]]</b></div> |$pattern(.*?\* Set SITEMAPWHAT\s*=([^\n\r]*).*)  |$pattern(.*?\* Set SITEMAPUSETO\s*=([^\n\r]*).*)  | <div style=\"white-space: nowrap\">[[$web.%HOMETOPIC%][<img src=\"%ICONURL{home}%\" alt=\"Home of $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.WebSearch][<img src=\"%ICONURL{searchtopic}%\" alt=\"Search $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.WebChanges][<img src=\"%ICONURL{recentchanges}%\" alt=\"Recent changes in the $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%NOTIFYTOPIC%][<img src=\"%ICONURL{notify}%\" alt=\"Get notified of changes to the $web web\" width=\"16\" height=\"16\" border=\"0\" />]]</div> |" }% 
     5%SEARCH{ "\* Set SITEMAPLIST \= on" type="regex" web="%MAINWEB%, %SYSTEMWEB%, all" topic="%WEBPREFSTOPIC%" nototal="on" nosearch="on" format="| <div style=\"white-space: nowrap\"><span style=\"background-color:$pattern(.*?\* Set WEBBGCOLOR\s*=\s*([^\s]*).*)\"><img src=\"%ICONURL{blank-bg}%\" alt=\"Web color\" width=\"16\" height=\"16\" border=\"0\" /></span> <b>[[$web.%HOMETOPIC%][$web]]</b></div> |$pattern(.*?\* Set SITEMAPWHAT\s*=([^\n\r]*).*)  |$pattern(.*?\* Set SITEMAPUSETO\s*=([^\n\r]*).*)  | <div style=\"white-space: nowrap\">[[$web.%HOMETOPIC%][<img src=\"%ICONURL{home}%\" alt=\"Home of $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.WebSearch][<img src=\"%ICONURL{searchtopic}%\" alt=\"Search $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.WebChanges][<img src=\"%ICONURL{recentchanges}%\" alt=\"Recent changes in the $web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%NOTIFYTOPIC%][<img src=\"%ICONURL{notify}%\" alt=\"Get notified of changes to the $web web\" width=\"16\" height=\"16\" border=\"0\" />]]</div> |" }% 
    66| You can use color coding by web for identification and reference. This table is updated automatically based on <nop>WebPreferences settings of the individual webs. Contact %WIKIWEBMASTER% if you need a separate collaboration web for your team. See also %SYSTEMWEB%.AdminToolsCategory. |||| 
    77 
  • branches/Release04x02/data/TWiki/TWikiHistory.txt

    r3 r463  
    597597      * Fixed TWiki:Codev/UppercaseAttachments bug and added =png= image support.  
    598598   * *26 Sep 2000* - TWiki:Main.HaroldGottschalk, TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny 
    599       * Allow nesting of variables, i.e. =%<nop>INCLUDE{"%<nop>TWIKIWEB%.TWikiWebsTable"}%=. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.  
     599      * Allow nesting of variables, i.e. =%<nop>INCLUDE{"%<nop>SYSTEMWEB%.TWikiWebsTable"}%=. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.  
    600600   * *20 Sep 2000* - TWiki:Main.ManpreetSingh 
    601601      * New -q switch in =mailnotify= to suppress all normal output.  
  • branches/Release04x02/data/TWiki/TWikiReleaseNotes04x00.txt

    r3 r463  
    243243   1 User 
    244244   1 Local Site (as set in {LocalSitePreferences}, typically =%<nop>MAINWEB%.TWikiPreferences)) 
    245    1 Default (as set in {SitePrefsTopic}, typically =%<nop>TWIKIWEB%.TWikiPreferences)) 
     245   1 Default (as set in {SitePrefsTopic}, typically =%<nop>SYSTEMWEB%.TWikiPreferences)) 
    246246This is a change from previous versions, where the User preferences were evaluated between the topic and the web. 
    247247 
     
    269269 
    270270To provide a single, site-wide =favicon.ico=, hardcode a specific web, for example: 
    271       * <nop>Set FAVICON = %PUBURLPATH%/%TWIKIWEB%/WebPreferences/favicon.ico 
     271      * <nop>Set FAVICON = %PUBURLPATH%/%SYSTEMWEB%/WebPreferences/favicon.ico 
    272272 
    273273---++++ =FORCENEWREVISIONCHECKBOX= 
     
    277277The "Force New Revision" checkbox is a way to force it to create a separate revision each time you save. 
    278278 
    279 The [[%TWIKIWEB%.TWikiPreferences]] variable =FORCENEWREVISIONCHECKBOX= controls whether this is checked by default or not. 
     279The [[%SYSTEMWEB%.TWikiPreferences]] variable =FORCENEWREVISIONCHECKBOX= controls whether this is checked by default or not. 
    280280 
    281281On a related note, you can force __every__ save to be a new revision number by editing =lib/TWiki.cfg= and setting =={ReplaceIfEditedAgainWithin}== to 0. 
     
    301301The =FINALPREFERENCES= setting prevents particular preference settings from being over-ridden at a lower level. The hierarchy of how =FINALPREFERENCES= settings are applied has been clarified/formalized as reflected in the following chart: 
    302302| *Level* | *Set By* | *Local site examples* | 
    303 | default site | !%TWIKIWEB%.TWikiPreferences or !%WIKIPREFSTOPIC%  | %TWIKIWEB%.%WIKIPREFSTOPIC% | 
     303| default site | !%SYSTEMWEB%.TWikiPreferences or !%WIKIPREFSTOPIC%  | %SYSTEMWEB%.%WIKIPREFSTOPIC% | 
    304304| local site | !%MAINWEB%.TWikiPreferences or !%LOCALSITEPREFS%  | %LOCALSITEPREFS% | 
    305305| web | !WebPreferences  | %WEB%.%WEBPREFSTOPIC% | 
     
    477477Although web names have been [[TWiki:Codev.WebNameAsWikiName][permitted to be WikiWords]] since the TWiki:Codev.CairoRelease, the base templates have been [[TWiki:Codev.DefaultTemplatesSupportWebNameAsWikiWord][fixed]] for Dakar. 
    478478 
    479 Skins should be upgraded if they have standalone =%<nop>WEB%= variables; only standalone =%<nop>WEB%= text that potentially could be turned into a link (because of a WikiWord) needs to be escaped. Same for =%<nop>MAINWEB%= and =%<nop>TWIKIWEB%=. 
     479Skins should be upgraded if they have standalone =%<nop>WEB%= variables; only standalone =%<nop>WEB%= text that potentially could be turned into a link (because of a WikiWord) needs to be escaped. Same for =%<nop>MAINWEB%= and =%<nop>SYSTEMWEB%=. 
    480480 
    481481Examples: 
     
    548548| [[%BUGS%/Item1574][Item1574]] | Net.pm: Split only on , not on spaces when sending e-mail | 
    549549| [[%BUGS%/Item1572][Item1572]] | made  optional - thus removing the horrible slowdown it causes from the main loop | 
    550 | [[%BUGS%/Item663][Item663]] | Fix %<nop>MAINWEB%.TWikiPreferences to %<nop>LOCALSITEPREFS%; remove %<nop>TWIKIWEB% prefix where not needed | 
     550| [[%BUGS%/Item663][Item663]] | Fix %<nop>MAINWEB%.TWikiPreferences to %<nop>LOCALSITEPREFS%; remove %<nop>SYSTEMWEB% prefix where not needed | 
    551551| [[%BUGS%/Item663][Item663]] | TWiki.org doc merge: GNU patch requirement | 
    552552| [[%BUGS%/Item240][Item240]] | layout of more screen; added line "Current parent" with 2 searches inside IF - must be a more efficient way but how? | 
  • branches/Release04x02/data/TWiki/TWikiReleaseNotes04x02.txt

    r3 r463  
    211211---++ Deprecation Notices 
    212212 
    213 The %<nop>MAINWEB% and %<nop>TWIKIWEB% variables have been deprecated. For compatibility reasons they are unlikely to ever be removed completely, but you should use the %<nop>USERSWEB% and %<nop>SYSTEMWEB% variables instead. 
     213The %<nop>MAINWEB% and %<nop>SYSTEMWEB% variables have been deprecated. For compatibility reasons they are unlikely to ever be removed completely, but you should use the %<nop>USERSWEB% and %<nop>SYSTEMWEB% variables instead. 
    214214 
    215215In Func getOopsUrl and permissionsSet have been declared deprecated. There is no plan to remove them yet. 
  • branches/Release04x02/lib/TWiki.pm

    r21 r463  
    324324    # the documentation. 
    325325    $functionTags{MAINWEB}  = $functionTags{USERSWEB}; 
    326     $functionTags{TWIKIWEB} = $functionTags{SYSTEMWEB}; 
     326    $functionTags{SYSTEMWEB} = $functionTags{SYSTEMWEB}; 
    327327 
    328328    # locale setup 
  • branches/Release04x02/locale/TWiki.pot

    r3 r463  
    12421242"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    12431243"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1244 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1244"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    12451245msgstr "" 
    12461246 
  • branches/Release04x02/locale/bg.po

    r3 r463  
    13621362"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13631363"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1364 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1364"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13651365msgstr "" 
    13661366"ВъвеЎете вашетП TWiki.LoginName. (ОбОкМПвеМП ПървПтП ОЌе О фЌОлОята слетО, " 
    13671367"без паузО О тПчкО с първОте буквО главМО, МапрОЌер !JohnSmith, ОсвеМ акП Ме " 
    1368 "сте ОзбралО ЎругП). ППсетете %TWIKIWEB%.TWikiRegistration акП МяЌате такПва." 
     1368"сте ОзбралО ЎругП). ППсетете %SYSTEMWEB%.TWikiRegistration акП МяЌате такПва." 
    13691369 
    13701370#: templates/messages.tmpl:233 
  • branches/Release04x02/locale/cs.po

    r3 r463  
    13471347"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13481348"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1349 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1349"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13501350msgstr "" 
    13511351 
  • branches/Release04x02/locale/da.po

    r3 r463  
    13431343"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13441344"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1345 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1345"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13461346msgstr "" 
    13471347"Brug dit TWiki brugernavn. (Typisk fornavn og efternavn, uden mellemrum, " 
    13481348"uden punktum, store begyndelsesbogstaver. Fx !JohnSmith, med mindre du " 
    1349 "har valgt noget andet). GÃ¥ til %TWIKIWEB%.TWikiRegistration hvis du ikke " 
     1349"har valgt noget andet). GÃ¥ til %SYSTEMWEB%.TWikiRegistration hvis du ikke " 
    13501350"har et brugernavn" 
    13511351 
  • branches/Release04x02/locale/de.po

    r3 r463  
    13481348"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13491349"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1350 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1350"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13511351msgstr "Geben Sie ihren TWiki.LoginName ein. (Normalerweise Vorname und Nachname, " 
    13521352"ohne Leerzeichen, ohne Punkte, die Anfangsbuchstaben großgeschrieben, z. B. !" 
    13531353"JohnSmith, es sei denn Sie ziehen eine andere Weise vor). Besuchen Sie %" 
    1354 "TWIKIWEB%.TWikiRegistration, falls Sie noch kein Benutzerkonto besitzen." 
     1354"SYSTEMWEB%.TWikiRegistration, falls Sie noch kein Benutzerkonto besitzen." 
    13551355 
    13561356#: templates/messages.tmpl:233 
  • branches/Release04x02/locale/es.po

    r3 r463  
    13441344"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13451345"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1346 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1346"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13471347msgstr "" 
    13481348"Introduzca su TWiki.LoginName. (Generalmente nombre y apellido, sin espacio, " 
    13491349"sin puntos, con la primera letra en mayúscula, e.g. !JohnSmith, al menos que " 
    1350 "lo escogió diferentemente). Visite %TWIKIWEB%.TWikiRegistration si no tiene " 
     1350"lo escogió diferentemente). Visite %SYSTEMWEB%.TWikiRegistration si no tiene " 
    13511351"ninguno." 
    13521352 
  • branches/Release04x02/locale/fi.po

    r3 r463  
    12501250"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    12511251"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1252 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1252"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    12531253msgstr "" 
    12541254 
  • branches/Release04x02/locale/fr.po

    r3 r463  
    13561356"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13571357"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1358 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1358"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13591359msgstr "" 
    13601360"Entrez votre !NomWiki. (Typiquement, vos noms et prénoms, sans espace ni " 
    13611361"point, commençant par des majuscules, par exemple !PrenomNom, à moins que " 
    13621362"vous n'ayez choisi autre chose). Si vous n'en avez pas, veuillez vous rendre " 
    1363 "sur %TWIKIWEB%.TWikiRegistration." 
     1363"sur %SYSTEMWEB%.TWikiRegistration." 
    13641364 
    13651365#: templates/messages.tmpl:233 
  • branches/Release04x02/locale/it.po

    r3 r463  
    13421342"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13431343"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1344 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1344"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13451345msgstr "" 
    13461346"Digita il tuo TWiki.LoginName.  (Tipicamente Nome e Cognome senza spazi, " 
    13471347"punti, con le iniziali maiuscole, es. MarioRossi, salvo scelta diversa). " 
    1348 "Visita%TWIKIWEB%.TWikiRegistration se non ne hai uno." 
     1348"Visita%SYSTEMWEB%.TWikiRegistration se non ne hai uno." 
    13491349 
    13501350#: templates/messages.tmpl:233 
  • branches/Release04x02/locale/ja.po

    r3 r463  
    13571357"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13581358"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1359 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1359"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13601360msgstr "" 
    13611361" TWiki.LoginName (å 
     
    13631363"文字を倧文字にする。䟋えば: OdaNobunaga 他の名称を遞択した堎合を陀く)をごå 
    13641364¥åŠ›" 
    1365 "ください。 ただ登録しおいない堎合は %TWIKIWEB%.TWikiRegistration にアクセスし" 
     1365"ください。 ただ登録しおいない堎合は %SYSTEMWEB%.TWikiRegistration にアクセスし" 
    13661366"おください" 
    13671367 
     
    22282228msgstr "" 
    22292229"%1を読んで、このコラボレヌションプラットフォヌムを倧たかに理解しおください。" 
    2230 "もっず沢山芋たい堎合は、%TWIKIWEB%.TWikiTutorialを参ç 
     2230"もっず沢山芋たい堎合は、%SYSTEMWEB%.TWikiTutorialを参ç 
    22312231§ã—おください。" 
    22322232 
  • branches/Release04x02/locale/nl.po

    r3 r463  
    211211#: data/Sandbox/WebHome.txt:9 
    212212msgid "(Use a topic name in TWiki.WikiNotation)" 
    213 msgstr "(Gebruik een paginanaam in [[%TWIKIWEB%.WikiNotation][Wikinotatie]])" 
     213msgstr "(Gebruik een paginanaam in [[%SYSTEMWEB%.WikiNotation][Wikinotatie]])" 
    214214 
    215215#: templates/messages.tmpl:156 
     
    13371337"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13381338"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1339 "TWIKIWEB%.TWikiRegistration if you do not have one." 
    1340 msgstr "" 
    1341 "Vul je [[%TWIKIWEB%.LoginName][login naam]] in. (Gebruikelijk Voornaam " 
     1339"SYSTEMWEB%.TWikiRegistration if you do not have one." 
     1340msgstr "" 
     1341"Vul je [[%SYSTEMWEB%.LoginName][login naam]] in. (Gebruikelijk Voornaam " 
    13421342"Achternaam zonder spatie, zonder punten en met hoofdletters, bijvoorbeeld !" 
    1343 "JanDevries, tenzij je bewust anders kiest). Ga naar de [[%TWIKIWEB%." 
     1343"JanDevries, tenzij je bewust anders kiest). Ga naar de [[%SYSTEMWEB%." 
    13441344"TWikiRegistration][registratiepagina]] als je geen login hebt." 
    13451345 
  • branches/Release04x02/locale/pl.po

    r3 r463  
    227227msgid "(Use a topic name in TWiki.WikiNotation)" 
    228228msgstr "" 
    229 "(wpisz nazwę nowej strony w formacie [[%TWIKIWEB%.WikiNotation][WikiWord]])" 
     229"(wpisz nazwę nowej strony w formacie [[%SYSTEMWEB%.WikiNotation][WikiWord]])" 
    230230 
    231231#: templates/messages.tmpl:156 
     
    14511451"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    14521452"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1453 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1453"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    14541454msgstr "" 
    14551455"Wprowadź nazwę swojego konta w formacie TWiki.LoginName. Zwykle nazwa konta " 
     
    14591459 literÄ 
    14601460, np. JanKowalski. Jeśli jeszcze nie masz konta, to przejdź na " 
    1461 "stronę %TWIKIWEB%.TWikiRegistration" 
     1461"stronę %SYSTEMWEB%.TWikiRegistration" 
    14621462 
    14631463#: templates/messages.tmpl:233 
  • branches/Release04x02/locale/pt.po

    r3 r463  
    214214#: data/Sandbox/WebHome.txt:9 
    215215msgid "(Use a topic name in TWiki.WikiNotation)" 
    216 msgstr "(Use [[%TWIKIWEB%.WikiNotation][Notação Wiki]] para um nome de tópico)" 
     216msgstr "(Use [[%SYSTEMWEB%.WikiNotation][Notação Wiki]] para um nome de tópico)" 
    217217 
    218218#: templates/messages.tmpl:156 
     
    276276#: twikiplugins/TWikiUserMappingContrib/data/TWiki/TWikiRegistration.txt:105 
    277277msgid "(how you log in) LoginName:" 
    278 msgstr "(como você se autentica) [[%TWIKIWEB%.LoginName][Nome de Usuário]]:" 
     278msgstr "(como você se autentica) [[%SYSTEMWEB%.LoginName][Nome de Usuário]]:" 
    279279 
    280280#: twikiplugins/TWikiUserMappingContrib/data/TWiki/TWikiRegistration.txt:100 
    281281msgid "(identifies you to others) WikiName:" 
    282 msgstr "(identifica você aos outros) [[%TWIKIWEB%.WikiName][NomeWiki]]:" 
     282msgstr "(identifica você aos outros) [[%SYSTEMWEB%.WikiName][NomeWiki]]:" 
    283283 
    284284#: templates/login.tmpl:4 
     
    657657"different username." 
    658658msgstr "" 
    659 "Alternativamente, clique em Voltar pra retornar à [[%TWIKIWEB%." 
     659"Alternativamente, clique em Voltar pra retornar à [[%SYSTEMWEB%." 
    660660"TWikiRegistration][Página de Registro]] e escolher um nome de usuário " 
    661661"diferente." 
     
    11131113"data you submitted to the topic." 
    11141114msgstr "" 
    1115 "Criar seu tópico pessoal no %1 usando seu [[%TWIKIWEB%.WikiName][NomeWiki]] " 
     1115"Criar seu tópico pessoal no %1 usando seu [[%SYSTEMWEB%.WikiName][NomeWiki]] " 
    11161116"como nome do tópico, e adicionar os dados que você forneceu ao tópico." 
    11171117 
     
    13461346"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13471347"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1348 "TWIKIWEB%.TWikiRegistration if you do not have one." 
    1349 msgstr "" 
    1350 "Digite seu [[%TWIKIWEB%.LoginName][Nome de Usuário]]. (Normalmente seu " 
     1348"SYSTEMWEB%.TWikiRegistration if you do not have one." 
     1349msgstr "" 
     1350"Digite seu [[%SYSTEMWEB%.LoginName][Nome de Usuário]]. (Normalmente seu " 
    13511351"Primeiro e Último nomes, sem espaços entre eles, sem pontuação e com as " 
    1352 "iniciais maiúsculas, p.ex.: !JoseDaSilva). Visite a [[%TWIKIWEB%." 
     1352"iniciais maiúsculas, p.ex.: !JoseDaSilva). Visite a [[%SYSTEMWEB%." 
    13531353"TWikiRegistration][página de registro]] se você ainda não é um usuário " 
    13541354"cadastrado." 
     
    14171417msgstr "" 
    14181418"Finalizar a criação da sua conta, de modo que possa começar a editar páginas " 
    1419 "usando seu [[%TWIKIWEB%.WikiName][NomeWiki]]." 
     1419"usando seu [[%SYSTEMWEB%.WikiName][NomeWiki]]." 
    14201420 
    14211421#: twikiplugins/TWikiUserMappingContrib/data/TWiki/TWikiRegistration.txt:93 
     
    29872987"password." 
    29882988msgstr "" 
    2989 "Para editar páginas nesse [[%TWIKIWEB%.TWikiSite][SítioTWiki]], você precisa " 
     2989"Para editar páginas nesse [[%SYSTEMWEB%.TWikiSite][SítioTWiki]], você precisa " 
    29902990"ter um nome de usuário e uma senha registrados." 
    29912991 
  • branches/Release04x02/locale/ru.po

    r3 r463  
    14241424"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    14251425"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1426 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1426"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    14271427msgstr "" 
    14281428"ВвеЎОте Ваше [[TWiki.LoginName][ИЌяППльзПвателя]]. (ОбычМП ОЌя О фаЌОлОя, " 
    14291429"без прПбелПв, без тПчек, МачОМая с прПпОсМПй буквы, МапрОЌер: ВасОлОйПупкОМ " 
    1430 "ОлО ОМаче). ППсетОте [[%TWIKIWEB%.TWikiRegistration][РегОстрацОя]] еслО Вы " 
     1430"ОлО ОМаче). ППсетОте [[%SYSTEMWEB%.TWikiRegistration][РегОстрацОя]] еслО Вы " 
    14311431"ещё Ме зарегОстрОрПваМы." 
    14321432 
  • branches/Release04x02/locale/sv.po

    r3 r463  
    13301330"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13311331"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1332 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1332"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13331333msgstr "" 
    13341334"Ange ditt anvÀndarnamn (normalt pÃ¥ formen FornamnEfternamn utan mellanslag " 
  • branches/Release04x02/locale/uk.po

    r3 r463  
    13891389"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13901390"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1391 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1391"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13921392msgstr "" 
    13931393 
  • branches/Release04x02/locale/zh-cn.po

    r3 r463  
    13171317"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13181318"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1319 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1319"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13201320msgstr "" 
    13211321"蟓å 
     
    13231323žåž‹çš„写法姓名没有空栌没有点. 銖字母倧写䟋" 
    13241324"劂: CheDong 陀非悚及倖选择了å 
    1325 ¶ä»–名称) 劂果悚没有泚册请访问 %TWIKIWEB%." 
     1325¶ä»–名称) 劂果悚没有泚册请访问 %SYSTEMWEB%." 
    13261326"TWikiRegistration " 
    13271327 
     
    21792179"more, study the TWikiTutorial, which is accessible from the same link." 
    21802180msgstr "" 
    2181 "看侀例%1对这䞪协同平台的有䞀䞪倧抂的了解曎倚可以参考%TWIKIWEB%." 
     2181"看侀例%1对这䞪协同平台的有䞀䞪倧抂的了解曎倚可以参考%SYSTEMWEB%." 
    21822182"TWikiTutorial." 
    21832183 
  • branches/Release04x02/locale/zh-tw.po

    r3 r463  
    13151315"Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
    13161316"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    1317 "TWIKIWEB%.TWikiRegistration if you do not have one." 
     1317"SYSTEMWEB%.TWikiRegistration if you do not have one." 
    13181318msgstr "" 
    13191319"茞å 
     
    13211321žåž‹çš„寫法姓名沒有空栌沒有點. 銖字母倧寫䟋" 
    13221322"劂: CheDong 陀非悚及倖遞擇了å 
    1323 ¶ä»–名皱) 劂果悚沒有蚻冊請蚪問 %TWIKIWEB%." 
     1323¶ä»–名皱) 劂果悚沒有蚻冊請蚪問 %SYSTEMWEB%." 
    13241324"TWikiRegistration " 
    13251325 
     
    21772177"more, study the TWikiTutorial, which is accessible from the same link." 
    21782178msgstr "" 
    2179 "看侀例%1對這個協同平臺的有䞀個倧抂的瞭解曎倚可以參考%TWIKIWEB%." 
     2179"看侀例%1對這個協同平臺的有䞀個倧抂的瞭解曎倚可以參考%SYSTEMWEB%." 
    21802180"TWikiTutorial." 
    21812181 
  • branches/Release04x02/twikiplugins/BehaviourContrib/data/TWiki/BehaviourContrib.txt

    r3 r463  
    6363<blockquote> 
    6464<verbatim> 
    65 <script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/BehaviourContrib/behaviour.js"></script> 
     65<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/BehaviourContrib/behaviour.js"></script> 
    6666</verbatim> 
    6767</blockquote> 
     
    111111 
    112112---+++ Example 
    113 If we have a 'normal' link to TWiki Web hometopic: [[%TWIKIWEB%.%HOMETOPIC%][TWiki Web Home]], we can use javascript to make it open a popup window. When javascript is not available the link behaviour defaults to opening the page in the current window. 
     113If we have a 'normal' link to TWiki Web hometopic: [[%SYSTEMWEB%.%HOMETOPIC%][TWiki Web Home]], we can use javascript to make it open a popup window. When javascript is not available the link behaviour defaults to opening the page in the current window. 
    114114 
    115115<blockquote> 
     
    291291|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    292292 
    293 __Related Topics:__ %TWIKIWEB%.TWikiPreferences 
     293__Related Topics:__ %SYSTEMWEB%.TWikiPreferences 
    294294 
    295295%META:FILEATTACHMENT{name="behaviour.js" attr="" autoattached="1" comment="" date="1162075796" path="behaviour.compressed.js" size="2902" user="UnknownUser" version=""}% 
  • branches/Release04x02/twikiplugins/BehaviourContrib/lib/TWiki/Contrib/BehaviourContrib.pm

    r21 r463  
    2323 
    2424sub addHEAD { 
    25     my $base = '%PUBURLPATH%/%TWIKIWEB%/BehaviourContrib'; 
     25    my $base = '%PUBURLPATH%/%SYSTEMWEB%/BehaviourContrib'; 
    2626    my $USE_SRC = 
    2727      TWiki::Func::getPreferencesValue('BEHAVIOURCONTRIB_DEBUG') ? '_src' : ''; 
  • branches/Release04x02/twikiplugins/BuildContrib/create_new_extension.pl

    r403 r463  
    315315|  Appraisal: | %$UPLOADTARGETSCRIPT%/view%$UPLOADTARGETSUFFIX%/%$UPLOADTARGETWEB%/%$MODULE%Appraisal | 
    316316 
    317 __Related Topics:__ %TWIKIWEB%.TWiki%$TYPE%s, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences 
     317__Related Topics:__ %SYSTEMWEB%.TWiki%$TYPE%s, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiPreferences 
    318318 
    319319<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. --> 
  • branches/Release04x02/twikiplugins/BuildContrib/data/TWiki/BuildContrib.txt

    r13 r463  
    5555---++ Development Model 
    5656The build module assumes: 
    57    1 two kinds of extension modules; 'Plugins' (as in %TWIKIWEB%.TWikiPlugins) and 'Contribs' (everything else e.g Skins, !TWikiApplications etc), 
     57   1 two kinds of extension modules; 'Plugins' (as in %SYSTEMWEB%.TWikiPlugins) and 'Contribs' (everything else e.g Skins, !TWikiApplications etc), 
    5858   1 you have some passing familiarity with build tools such as =make=, 
    5959   1 you are *not* developing your extension in a 'production' TWiki 
     
    464464|  5960 | TWikibug:Item181   new version, supports DEVELOP and Cairo, and adds support for attachments (you can now mail attachments to topics) | 
    465465 
    466 __Related Topics:__ %TWIKIWEB%.TWikiPreferences 
     466__Related Topics:__ %SYSTEMWEB%.TWikiPreferences 
    467467 
    468468-- TWiki:Main/CrawfordCurrie - %$DATE% %BR% 
  • branches/Release04x02/twikiplugins/BuildContrib/lib/TWiki/Contrib/Build.pm

    r403 r463  
    20832083      1 Manually edit !LocalSite.cfg to set any configuration variables. 
    20842084 
    2085 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %MAINWEB%.TWikiPreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>TWIKIWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
     2085%IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %MAINWEB%.TWikiPreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>SYSTEMWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
  • branches/Release04x02/twikiplugins/ClassicSkin/data/TWiki/ClassicSkin.txt

    r11 r463  
    2121|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    2222 
    23 __Note:__ The Description, Screenshot and Base Name rows are needed by the %TWIKIWEB%.TWikiSkinBrowser 
     23__Note:__ The Description, Screenshot and Base Name rows are needed by the %SYSTEMWEB%.TWikiSkinBrowser 
    2424 
    25 __Related topic:__ %TWIKIWEB%.TWikiSkins, %TWIKIWEB%.TWikiSkinBrowser 
     25__Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser 
    2626 
    2727-- TWiki:Main/PeterThoeny - 25 Jul 2004 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/attach.classic.tmpl

    r3 r463  
    33 
    44 
    5 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_attach.js"></script> 
     5%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_attach.js"></script> 
    66%TMPL:END% 
    77 
     
    1414%TMPL:DEF{"notes"}%__Notes:__ 
    1515 
    16    * *Help:* Please see <a target='TWikiVariables' onclick="return launchWindow('%TWIKIWEB%','FileAttachment')" href='' rel='nofollow'>FileAttachment</a> for more information about attaching files. 
     16   * *Help:* Please see <a target='TWikiVariables' onclick="return launchWindow('%SYSTEMWEB%','FileAttachment')" href='' rel='nofollow'>FileAttachment</a> for more information about attaching files. 
    1717   * *File size:* You can upload files up to %ATTACHFILESIZELIMIT% KB in size. 
    1818   * *Link checkbox:* If the attached file is a JPG, GIF or PNG image and you check the box,  
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/attachagain.classic.tmpl

    r3 r463  
    1414%TMPL:DEF{"extranotes"}%   * *Properties:* The comment and visibility (i.e. is attachment hidden) can be changed without  
    1515     uploading a file by pressing "Change Properties"; see 
    16      <a target="HiddenAttachment" onclick="return launchWindow('%TWIKIWEB%','HiddenAttachment')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/HiddenAttachment" rel='nofollow'>HiddenAttachment</a> 
     16     <a target="HiddenAttachment" onclick="return launchWindow('%SYSTEMWEB%','HiddenAttachment')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/HiddenAttachment" rel='nofollow'>HiddenAttachment</a> 
    1717   * *Change comment:* If you use _Change Properties_ to change a comment, the comment shown in  
    1818     the topic will change, but the comment shown against the attachment history will be the  
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/attachtables.classic.tmpl

    r3 r463  
    33%{ Header definition for topic attachments and top table in attach screen }% 
    44%TMPL:DEF{ATTACH:files:header(basic)}%<div class="twikiAttachments"> 
    5 | *[[%TWIKIWEB%.FileAttachment][Attachment]]* | *Action* | *Size* | *Date* | *Who* | *Comment* |%TMPL:END% 
     5| *[[%SYSTEMWEB%.FileAttachment][Attachment]]* | *Action* | *Size* | *Date* | *Who* | *Comment* |%TMPL:END% 
    66 
    77%{ A basic row definition, for attachment table and attach screen }% 
     
    2222%{ Header for table at top of attach screen }% 
    2323%TMPL:DEF{ATTACH:files:header:A}% 
    24 %TMPL:P{ATTACH:files:header(basic)}% *[[%TWIKIWEB%.FileAttribute][Attribute]]* | 
     24%TMPL:P{ATTACH:files:header(basic)}% *[[%SYSTEMWEB%.FileAttribute][Attribute]]* | 
    2525%TMPL:END% 
    2626 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/edit.classic.tmpl

    r3 r463  
    22%TMPL:DEF{"focus"}%try { document.main.text.focus(); } catch (er) {} 
    33%TMPL:END% 
    4 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_edit.js"></script> 
     4%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_edit.js"></script> 
    55%TMPL:END% 
    66%TMPL:DEF{"bodystart"}%<body bgcolor="#ffffff" onload="initForm()"> 
     
    1111&nbsp; &nbsp; 
    1212</td><td valign="top"> 
    13 %IF{ "context RevCommentPluginEnabled" then="&nbsp; &nbsp; <label for='comment'>Summary of changes: </label> <sup>(<a target='RevComment' onclick='return launchWindow(\"%TWIKIWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a>)</sup> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }% 
     13%IF{ "context RevCommentPluginEnabled" then="&nbsp; &nbsp; <label for='comment'>Summary of changes: </label> <sup>(<a target='RevComment' onclick='return launchWindow(\"%SYSTEMWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a>)</sup> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }% 
    1414&nbsp; &nbsp; 
    15 <input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify <font size="-1">(<a href="#Opens page in new window" target="DontNotify" onclick="return launchWindow('%TWIKIWEB%','DontNotify')" rel='nofollow'>help</a>)</font><br /> 
     15<input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify <font size="-1">(<a href="#Opens page in new window" target="DontNotify" onclick="return launchWindow('%SYSTEMWEB%','DontNotify')" rel='nofollow'>help</a>)</font><br /> 
    1616&nbsp; &nbsp; 
    1717<input type="checkbox" name="forcenewrevision" %FORCENEWREVISIONCHECKBOX% /> Force new revision  
    18 <font size="-1">(<a href="#Opens page in new window" target="ForceNewRevision" onclick="return launchWindow('%TWIKIWEB%','ForceNewRevision')" rel='nofollow'>help</a>)</font> 
     18<font size="-1">(<a href="#Opens page in new window" target="ForceNewRevision" onclick="return launchWindow('%SYSTEMWEB%','ForceNewRevision')" rel='nofollow'>help</a>)</font> 
    1919<font color="#333333" size="-1"> 
    20 %INCLUDE{"%TWIKIWEB%.WikiSyntaxSummary"}% 
     20%INCLUDE{"%SYSTEMWEB%.WikiSyntaxSummary"}% 
    2121</font> 
    2222 </div>%TMPL:END% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/login.classic.tmpl

    r3 r463  
    1919---+ %BANNER% 
    2020%NOTE% 
    21 %MAKETEXT{"Enter your TWiki.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %TWIKIWEB%.TWikiRegistration if you do not have one."}% 
     21%MAKETEXT{"Enter your TWiki.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %SYSTEMWEB%.TWikiRegistration if you do not have one."}% 
    2222<form action='%SCRIPTURLPATH{"login"}%/%WEB%/%TOPIC%' method='post'> 
    2323<table border='0'> 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/mailresetpassword.classic.tmpl

    r11 r463  
    1010%MAKETEXT{"Your password has been changed to [_1]." args="\"%PASSWORD%\""}%  
    1111 
    12 %MAKETEXT{"Please visit [_1] to change your password to something more memorable for you." args="%SCRIPTURL{"view"}%/%TWIKIWEB%/ChangePassword"}% 
     12%MAKETEXT{"Please visit [_1] to change your password to something more memorable for you." args="%SCRIPTURL{"view"}%/%SYSTEMWEB%/ChangePassword"}% 
    1313 
    1414%MAKETEXT{"If you have any questions, please contact [_1]." args="%WIKIWEBMASTER%"}% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/preview.classic.tmpl

    r3 r463  
    33   &nbsp; &nbsp; 
    44  </td><td valign="top"> 
    5 %IF{ "context RevCommentPluginEnabled" then="&nbsp; &nbsp; <label for='comment'>Summary of changes: </label> <a target='RevComment' onclick='return launchWindow(\"%TWIKIWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }% 
     5%IF{ "context RevCommentPluginEnabled" then="&nbsp; &nbsp; <label for='comment'>Summary of changes: </label> <a target='RevComment' onclick='return launchWindow(\"%SYSTEMWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }% 
    66   &nbsp; &nbsp; 
    77   <input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify <br /> 
    88   &nbsp; &nbsp; 
    99   <input type="checkbox" name="forcenewrevision" %FORCENEWREVISIONCHECKBOX% /> Force new revision 
    10    <font size="-1">(<a target="DontNotify" onclick="return launchWindow('%TWIKIWEB%','DontNotify')" href="#%MAKETEXT{"Opens page in new window"}%" rel='nofollow'>help</a>)</font> 
     10   <font size="-1">(<a target="DontNotify" onclick="return launchWindow('%SYSTEMWEB%','DontNotify')" href="#%MAKETEXT{"Opens page in new window"}%" rel='nofollow'>help</a>)</font> 
    1111   </div>%TMPL:END% 
    1212 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/rename.classic.tmpl

    r3 r463  
    88Allow non <nop>WikiWord for the new topic name. <br /> 
    99__Note:__ It's usually best to choose a  
    10 <a target="WikiWord" onclick="return launchWindow('%TWIKIWEB%','WikiWord')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/WikiWord" rel='nofollow'>WikiWord</a>  
     10<a target="WikiWord" onclick="return launchWindow('%SYSTEMWEB%','WikiWord')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord" rel='nofollow'>WikiWord</a>  
    1111for the new topic name, otherwise automatic linking may not work.  Characters not  
    1212allowed in topic names, such as spaces will automatically be removed.%TMPL:END% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/renamebase.classic.tmpl

    r3 r463  
    11%TMPL:INCLUDE{"twiki.classic"}% 
    22 
    3 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
     3%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
    44 
    55%TMPL:DEF{"content"}%<form method="post" name="rename" action="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%"> 
     
    2323__Note:__ 
    2424   * Get help on 
    25      <a target="ManagingTopics" onclick="return launchWindow('%TWIKIWEB%','ManagingTopics')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/ManagingTopics" rel='nofollow'>Renaming and moving topics</a>. 
     25     <a target="ManagingTopics" onclick="return launchWindow('%SYSTEMWEB%','ManagingTopics')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingTopics" rel='nofollow'>Renaming and moving topics</a>. 
    2626   * Select the %TRASHWEB% Web to delete the topic. 
    2727   * The checkmarked topics will be updated (another form will appear which will _eventually_ allow you to rename any topics that were locked) 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/renamedelete.classic.tmpl

    r3 r463  
    11%TMPL:INCLUDE{"renamebase.classic"}% 
    2 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
     2%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
    33%TMPL:DEF{"titleaction"}%(delete) %TMPL:END% 
    44%TMPL:DEF{"webaction"}%Delete%TMPL:END% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/renameweb.classic.tmpl

    r3 r463  
    66%TMPL:DEF{"notes"}%<br /> 
    77__Notes:__  
    8    * It's usually best to choose a <a target="WikiWord" onclick="return launchWindow('%TWIKIWEB%','WikiWord')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/WikiWord" rel='nofollow'>WikiWord</a> for the new web name, otherwise automatic linking may not work.  Characters not allowed in topic names, such as spaces will automatically be removed. 
     8   * It's usually best to choose a <a target="WikiWord" onclick="return launchWindow('%SYSTEMWEB%','WikiWord')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord" rel='nofollow'>WikiWord</a> for the new web name, otherwise automatic linking may not work.  Characters not allowed in topic names, such as spaces will automatically be removed. 
    99   * To delete this web: move this web to the Trash web by renaming it to %TRASHWEB%/%WEB% 
    1010%TMPL:END% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/renamewebbase.classic.tmpl

    r3 r463  
    11%TMPL:INCLUDE{"twiki.classic"}% 
    22 
    3 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
     3%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
    44 
    55%TMPL:DEF{"content"}%<form method="post" name="renameweb" action="%SCRIPTURLPATH{"rename"}%/%WEB%"> 
     
    3232__Note:__ 
    3333   * Get help on 
    34      <a target="ManagingWebs" onclick="return launchWindow('%TWIKIWEB%','ManagingWebs')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/ManagingWebs" rel='nofollow'>Renaming and moving webs</a>. 
     34     <a target="ManagingWebs" onclick="return launchWindow('%SYSTEMWEB%','ManagingWebs')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingWebs" rel='nofollow'>Renaming and moving webs</a>. 
    3535   * Select the %TRASHWEB% Web to delete the topic. 
    3636   * The checkmarked topics will be updated.  
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/renamewebdelete.classic.tmpl

    r3 r463  
    11%TMPL:INCLUDE{"renamewebbase.classic"}% 
    2 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
     2%TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_renamebase.js"></script>%TMPL:END% 
    33%TMPL:DEF{"titleaction"}%(delete) %TMPL:END% 
    44%TMPL:DEF{"webaction"}%Delete%TMPL:END% 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/settings.classic.tmpl

    r3 r463  
    44 
    55%TMPL:DEF{"templatescript"}% 
    6 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/PatternSkin/twiki_edit.js"></script> 
     6<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/twiki_edit.js"></script> 
    77%TMPL:END% 
    88 
     
    3232*Note:* 
    3333   * Get help on 
    34      <a target="TWikiVariables" onclick="return launchWindow('%TWIKIWEB%','TWikiVariables')" href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/TWikiVariables" rel='nofollow'>Setting topic preferences</a>. 
     34     <a target="TWikiVariables" onclick="return launchWindow('%SYSTEMWEB%','TWikiVariables')" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiVariables" rel='nofollow'>Setting topic preferences</a>. 
    3535   * Each preference has the syntax <br />[multiple of 3 spaces] * [space] Set [space] VARIABLENAME [space] = [value] 
    3636</font> 
  • branches/Release04x02/twikiplugins/ClassicSkin/templates/twiki.classic.tmpl

    r11 r463  
    77%TMPL:DEF{"login"}% %TMPL:P{context="can_login" then="login_actions"}% %TMPL:END% 
    88 
    9 %TMPL:DEF{"login_actions"}%%IF{"context authenticated" then='%MAKETEXT{"Hello [_1]!" args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"}%%BR%%LOGOUT%' else='%LOGIN% %MAKETEXT{"or"}% [[%TWIKIWEB%.TWikiRegistration][%MAKETEXT{"Register"}%]]'}%%TMPL:END% 
     9%TMPL:DEF{"login_actions"}%%IF{"context authenticated" then='%MAKETEXT{"Hello [_1]!" args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"}%%BR%%LOGOUT%' else='%LOGIN% %MAKETEXT{"or"}% [[%SYSTEMWEB%.TWikiRegistration][%MAKETEXT{"Register"}%]]'}%%TMPL:END% 
    1010 
    1111%TMPL:DEF{"htmldoctype"}%<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     
    1818 
    1919 
    20 %TMPL:DEF{"script"}%<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikilib.js"></script> 
    21 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiWindow.js"></script> 
    22 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiEvent.js"></script> 
     20%TMPL:DEF{"script"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikilib.js"></script> 
     21<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiWindow.js"></script> 
     22<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiEvent.js"></script> 
    2323%TMPL:P{"templatescript"}%%TMPL:END% 
    2424 
  • branches/Release04x02/twikiplugins/CommentPlugin/data/Sandbox/CommentPluginExampleComments.txt

    r3 r463  
    22---+!! Comments 
    33 
    4 Example comment topic for [[%TWIKIWEB%.CommentPluginExamples#return][CommentPluginExamples - "return"]] 
     4Example comment topic for [[%SYSTEMWEB%.CommentPluginExamples#return][CommentPluginExamples - "return"]] 
    55--- 
    66%STARTINCLUDE% 
  • branches/Release04x02/twikiplugins/CommentPlugin/data/Sandbox/CommentPluginTemplateExample.txt

    r3 r463  
    22---+!! Template Example 
    33 
    4 Example template topic for [[%TWIKIWEB%.CommentPluginExamples#TemplateTopic][CommentPluginExamples:templatetopic]]. 
     4Example template topic for [[%SYSTEMWEB%.CommentPluginExamples#TemplateTopic][CommentPluginExamples:templatetopic]]. 
    55 
    66 
     
    3737Include generic comment templates: 
    3838<verbatim> 
    39 %TMPL:INCLUDE{"%TWIKIWEB%.CommentPlugin"}% 
     39%TMPL:INCLUDE{"%SYSTEMWEB%.CommentPlugin"}% 
    4040</verbatim> 
  • branches/Release04x02/twikiplugins/CommentPlugin/data/TWiki/CommentPlugin.txt

    r11 r463  
    3232#StandardAttrs 
    3333Write =%<nop>COMMENT{<i>attributes</i>}%= anywhere in a TWiki topic. 
    34 %INCLUDE{"%TWIKIWEB%.VarCOMMENT" section="comment_attributes"}% 
     34%INCLUDE{"%SYSTEMWEB%.VarCOMMENT" section="comment_attributes"}% 
    3535(See also [[#MoreAttrs][additional attributes]]) 
    3636 
     
    5050%COMMENT{type="above" target="%MAINWEB%.PersonalRemarks#InsertHere"}% 
    5151</verbatim> 
    52 This uses a standard TWiki in-topic anchor as the insertion location. See %TWIKIWEB%.TextFormattingRules for more about TWiki anchors. 
     52This uses a standard TWiki in-topic anchor as the insertion location. See %SYSTEMWEB%.TextFormattingRules for more about TWiki anchors. 
    5353 
    5454---++++ Location relative to an arbitrary text string 
     
    9191Customisation of the comment plugin requires 
    9292        * familiarity with HTML forms 
    93         * some familiarity with the [[%TWIKIWEB%.TWikiTemplates][TWiki templating language]]. 
     93        * some familiarity with the [[%SYSTEMWEB%.TWikiTemplates][TWiki templating language]]. 
    9494 
    9595To define a comment type, you have to provide two simple template definitions in the template file; one for the prompt box, and one for the generated output. If we have a template type "mytype", these are named =PROMPT:mytype= and =OUTPUT:mytype= respectively. See =comments.tmpl= in the templates directory for examples. 
     
    9898 
    9999---+++ Defining custom templates 
    100 By default, =templates/comments.tmpl= includes the topic %TWIKIWEB%.CommentPluginTemplate, which contains all the shipped standard templates and in turn includes %TWIKIWEB%.<nop>UserCommentsTemplate that can include non-standard customisations. 
     100By default, =templates/comments.tmpl= includes the topic %SYSTEMWEB%.CommentPluginTemplate, which contains all the shipped standard templates and in turn includes %SYSTEMWEB%.<nop>UserCommentsTemplate that can include non-standard customisations. 
    101101 
    102102This allows for several levels of customisation: 
    103103   1 To *override all default templates, everywhere*, change =comments.tmpl= to include a different topic (this customisation will be lost next time you upgrade, though). 
    104    1 To add *site-wide local template customisations*, add them to %TWIKIWEB%.UserCommentsTemplate (create if it does not exist yet). You can redefine the standard templates here if you want, and your definitions will override the standard definitions. 
    105    1 To override templates on a *web-by-web basis*, add a topic =UserCommentsTemplate= to the web (this will replace %TWIKIWEB%.<nop>UserCommentsTemplate) 
    106    1 To override templates *for a specific skin*, add them to %TWIKIWEB%.<nop>UserComments&lt;Skin&gt;Template (where &lt;Skin&gt; is the name of the skin with the first letter capitalised, e.g. Pattern) 
     104   1 To add *site-wide local template customisations*, add them to %SYSTEMWEB%.UserCommentsTemplate (create if it does not exist yet). You can redefine the standard templates here if you want, and your definitions will override the standard definitions. 
     105   1 To override templates on a *web-by-web basis*, add a topic =UserCommentsTemplate= to the web (this will replace %SYSTEMWEB%.<nop>UserCommentsTemplate) 
     106   1 To override templates *for a specific skin*, add them to %SYSTEMWEB%.<nop>UserComments&lt;Skin&gt;Template (where &lt;Skin&gt; is the name of the skin with the first letter capitalised, e.g. Pattern) 
    107107 
    108108You can also define a *comment template in a topic*, by passing the topic location with =templatetopic=. For example: 
     
    215215         | =%<nop>COMMENTPROMPT%= | Use with a custom form. If present, the comment prompt will be positioned here. | 
    216216          
    217 All the usual TWikiVariables that can be used in a topic template can also be used in an =OUTPUT= template. See %TWIKIWEB%.TWikiVariables for details. 
     217All the usual TWikiVariables that can be used in a topic template can also be used in an =OUTPUT= template. See %SYSTEMWEB%.TWikiVariables for details. 
    218218 
    219219---++ Settings 
    220220<!-- required for compatibility 
    221221                * Set SHORTDESCRIPTION = Allows users to quickly post comments to a page without an edit/preview/save cycle. 
    222         * Name of file in the 'templates' directory that contains the comment templates. The default 'comments.tmpl' automatically includes user templates from %TWIKIWEB%.CommentPluginTemplate 
     222        * Name of file in the 'templates' directory that contains the comment templates. The default 'comments.tmpl' automatically includes user templates from %SYSTEMWEB%.CommentPluginTemplate 
    223223                * Set TEMPLATES = comments 
    224224        * Default template type (if not present, defaults to "below") 
     
    227227Two TWiki Preference variables are recognised by the CommentPlugin: 
    228228| *Preference* | *Default* | *Description* | 
    229 | =%<nop>COMMENTPLUGIN_TEMPLATES%= | =comments= | Name of template file in the 'templates' directory that contains the comment templates. The default 'comments.tmpl' automatically includes user templates from %TWIKIWEB%.CommentPluginTemplate, which in turn includes %TWIKIWEB%.UserCommentsTemplate. | 
     229| =%<nop>COMMENTPLUGIN_TEMPLATES%= | =comments= | Name of template file in the 'templates' directory that contains the comment templates. The default 'comments.tmpl' automatically includes user templates from %SYSTEMWEB%.CommentPluginTemplate, which in turn includes %SYSTEMWEB%.UserCommentsTemplate. | 
    230230| =%<nop>COMMENTPLUGIN_DEFAULT_TYPE%= | =above= | Default template type | 
    231231These can be set in !TWikiPreferences, in !WebPreferences or in individual topics. 
     
    266266|  8788 | TWikibug:Item1465  Item1577: reverted 8433 to fix inclusion of correct user templates | 
    267267|  8787 | TWikibug:Item1573  renamed standard templates topic to avoid naming clash on Windows, where filenames are case-insensitive | 
    268 |  8433 | TWikibug:Item1465  Fix 'TWiki.' to '%TWIKIWEB%.'; also fixed include 'UserComments' to 'UserCommentsTemplate' (at least that is what the doc suggests) | 
     268|  8433 | TWikibug:Item1465  Fix 'TWiki.' to '%SYSTEMWEB%.'; also fixed include 'UserComments' to 'UserCommentsTemplate' (at least that is what the doc suggests) | 
    269269|  7427 | TWikibug:Item845  removed duplicate date in default comments; stick with server time | 
    270270|  7251 | TWikibug:Item810  fix for user template inclusion; reorganised templates to make customisation easier | 
     
    286286|  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    287287 
    288 __Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins 
     288__Related Topics:__ %SYSTEMWEB%.TWikiPreferences, %SYSTEMWEB%.TWikiPlugins 
    289289 
    290290%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" version="1"}% 
  • branches/Release04x02/twikiplugins/CommentPlugin/data/TWiki/CommentPluginTemplate.txt

    r11 r463  
    44---+!! Templates for CommentPlugin 
    55 
    6 See [[%TWIKIWEB%.CommentPlugin#Customisation][CommentPlugin: Customisation]] for help. 
     6See [[%SYSTEMWEB%.CommentPlugin#Customisation][CommentPlugin: Customisation]] for help. 
    77 
    88While this topic can be viewed as a TWiki topic, it is used by the CommentPlugin as a template file - see TWikiTemplates. The important content in here is in the verbatim blocks. The rest of the topic is just comments. 
     
    1212<div class="twikiBroadcastMessage" style="background-color:#ffc;">WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN</div> 
    1313 
    14 Put your local templates into %TWIKIWEB%.UserCommentsTemplate (create if it does not exist yet). *Local templates defined in that topic will override templates defined below.* 
     14Put your local templates into %SYSTEMWEB%.UserCommentsTemplate (create if it does not exist yet). *Local templates defined in that topic will override templates defined below.* 
    1515 
    1616%TOC{title="Table of Contents"}% 
  • branches/Release04x02/twikiplugins/CommentPlugin/templates/comments.tmpl

    r3 r463  
    1 %{ This will pick up templates from the %TWIKIWEB% or, if the topic is defined, 
     1%{ This will pick up templates from the %SYSTEMWEB% or, if the topic is defined, 
    22from the web containing the COMMENT }% 
    33%TMPL:INCLUDE{CommentPlugin}% 
  • branches/Release04x02/twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt

    r461 r463  
    1515 
    1616Add a =%<nop>EDITTABLE{...}%= variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. 
    17 %INCLUDE{"%TWIKIWEB%.VarEDITTABLE" section="edittable_attributes"}% 
     17%INCLUDE{"%SYSTEMWEB%.VarEDITTABLE" section="edittable_attributes"}% 
    1818 
    1919---+++ Using TWiki Variables in the Format Parameter 
     
    2323Any TWiki variable inside a table cell will be preserved. For instance, =%<nop>TOPIC%= will not get expanded to the current topic name. 
    2424 
    25 The format tokens are the same as with %TWIKIWEB%.FormattedSearch: 
     25The format tokens are the same as with %SYSTEMWEB%.FormattedSearch: 
    2626 
    2727| *Escape:* | *Expands To:* | 
     
    8383        <thead> 
    8484        <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    85                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 twikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%TWIKIWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
    86                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%TWIKIWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
    87                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%TWIKIWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
    88                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol3"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%TWIKIWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=3;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Mood<input type="hidden" name="etcell1x4" value="*Mood*" /></font></a> </th> 
    89                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol4 twikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%TWIKIWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
     85                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 twikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
     86                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
     87                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
     88                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol3"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=3;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Mood<input type="hidden" name="etcell1x4" value="*Mood*" /></font></a> </th> 
     89                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol4 twikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
    9090        </tr> 
    9191        </thead> 
     
    9494                <td bgcolor="#ffffff" valign="top" class="twikiTableCol1"> <input class="twikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
    9595                <td bgcolor="#ffffff" valign="top" class="twikiTableCol2"> <select class="twikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
    96                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol3"> <input type="radio" name="etcell2x4" value=":-)" checked="checked" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell2x4" value=":-I" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell2x4" value=":-(" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
     96                <td bgcolor="#ffffff" valign="top" class="twikiTableCol3"> <input type="radio" name="etcell2x4" value=":-)" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell2x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell2x4" value=":-(" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    9797                <td bgcolor="#ffffff" valign="top" class="twikiTableCol4 twikiLastCol"> 26 Jun 2002 12:30<input type="hidden" name="etcell2x5" value="26 Jun 2002 12:30" /> </td> 
    9898        </tr> 
     
    102102 
    103103                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol2 twikiLast"> <select class="twikiSelect" name="etcell3x3" size="1"> <option>one</option> <option selected="selected">two</option> <option>three</option> <option>four</option></select> </td> 
    104                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol3 twikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%TWIKIWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
     104                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol3 twikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    105105                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol4 twikiLastCol twikiLast"> 27 Jun 2002 12:40<input type="hidden" name="etcell3x5" value="27 Jun 2002 12:40" /> </td> 
    106106        </tr></table> 
     
    152152a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, for example, ==%<nop>EDITTABLEPLUGIN_SHORTDESCRIPTION%== 
    153153 
    154    * One line description, shown in the %TWIKIWEB%.TextFormattingRules topic: 
     154   * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    155155      * Set SHORTDESCRIPTION = Edit TWiki tables using edit fields, date pickers and drop down boxes 
    156156 
     
    198198      * Manually resolve the dependencies listed below. 
    199199      %$DEPENDENCIES% 
    200    * The Plugin depends on the =viewauth= script to authenticate the user. As described in %TWIKIWEB%.TWikiAccessControl, copy the =view= script to =viewauth= (or better, create a symbolic link) and add =viewauth= to the list of authenticated scripts in the =.htaccess= file. 
     200   * The Plugin depends on the =viewauth= script to authenticate the user. As described in %SYSTEMWEB%.TWikiAccessControl, copy the =view= script to =viewauth= (or better, create a symbolic link) and add =viewauth= to the list of authenticated scripts in the =.htaccess= file. 
    201201   * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
    202202   * Test if the Plugin is correctly installed: 
     
    227227|  01 Dec 2007: | 4.3: Arthur Clemens: added support for TablePlugin =headerrows= and =footerrows=; updated edit button | 
    228228|  16 Oct 2007: | 4.2: Arthur Clemens: refactoring, bug fixes. | 
    229 |  07 Oct 2007: | 15182: PTh: Added %TWIKIWEB%.VarEDITTABLE to have it listed in %TWIKIWEB%.TWikiVariables | 
     229|  07 Oct 2007: | 15182: PTh: Added %SYSTEMWEB%.VarEDITTABLE to have it listed in %SYSTEMWEB%.TWikiVariables | 
    230230|  15 Mar 2007: | Arthur Clemens: Fixed eating of double newlines; icons for javascript buttons and interface improvements. By default the javascript interface is turned off, set =JAVASCRIPTINTERFACE= to use it in edit mode. | 
    231231|  05 Mar 2007: | Byron Darrah: Added ability to dynamically move and delete rows. | 
  • branches/Release04x02/twikiplugins/EditTablePlugin/data/TWiki/VarEDITTABLE.txt

    r397 r463  
    1515     | =helptopic= | Topic name containing help text shown below the table when editing a table. The %<nop>STARTINCLUDE% and %<nop>STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) | 
    1616     | =headerislabel= | Table header cells are read-only (labels) if ="on"=; header cells can be edited if ="off"= or "0" | ="on"= | 
    17      | =editbutton= | Set edit button text, e.g. ="Edit this table"=; set button image with alt text, e.g. ="Edit table, %<nop>PUBURL%/%<nop>TWIKIWEB%/TWikiDocGraphics/edittopic.gif"=; hide edit button at the end of the table with ="hide"= (Note: Button is automatically hidden if an edit button is present in a cell) | =EDITBUTTON= %BR% plugin setting | 
     17     | =editbutton= | Set edit button text, e.g. ="Edit this table"=; set button image with alt text, e.g. ="Edit table, %<nop>PUBURL%/%<nop>SYSTEMWEB%/TWikiDocGraphics/edittopic.gif"=; hide edit button at the end of the table with ="hide"= (Note: Button is automatically hidden if an edit button is present in a cell) | =EDITBUTTON= %BR% plugin setting | 
    1818     | =buttonrow= | Set to =top= to put the edit buttons above the table. | =bottom= | 
    1919     | =javascriptinterface= | Use javascript to directly move and delete row without page refresh. Enable with ="on"=, disable with ="off"=. | =JAVASCRIPTINTERFACE= %BR% plugin setting | 
  • branches/Release04x02/twikiplugins/EditTablePlugin/lib/TWiki/Plugins/EditTablePlugin.pm

    r397 r463  
    4343%editMode    = ( 'NONE', 0, 'EDIT', 1 ); 
    4444%saveMode    = ( 'NONE', 0, 'SAVE', 1, 'SAVEQUIET', 2 ); 
    45 $ASSET_URL   = '%PUBURL%/%TWIKIWEB%/EditTablePlugin'; 
     45$ASSET_URL   = '%PUBURL%/%SYSTEMWEB%/EditTablePlugin'; 
    4646 
    4747sub initPlugin { 
     
    144144    my $header = <<'EOF'; 
    145145<style type="text/css" media="all"> 
    146 @import url("%PUBURL%/%TWIKIWEB%/EditTablePlugin/edittable.css"); 
     146@import url("%PUBURL%/%SYSTEMWEB%/EditTablePlugin/edittable.css"); 
    147147</style> 
    148148EOF 
     
    176176    $header .= <<'EOF'; 
    177177<style type="text/css" media="all"> 
    178 @import url("%PUBURL%/%TWIKIWEB%/EditTablePlugin/edittable.css"); 
     178@import url("%PUBURL%/%SYSTEMWEB%/EditTablePlugin/edittable.css"); 
    179179</style> 
    180 <script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/EditTablePlugin/edittable.js"></script> 
     180<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/EditTablePlugin/edittable.js"></script> 
    181181EOF 
    182182 
  • branches/Release04x02/twikiplugins/EditTablePlugin/lib/TWiki/Plugins/EditTablePlugin/Core.pm

    r397 r463  
    940940        if ( $value =~ s/(.+),\s*(.+)/$1/o ) { 
    941941            $img = $2; 
    942             $img =~ s|%ATTACHURL%|%PUBURL%/%TWIKIWEB%/EditTablePlugin|o; 
    943             $img =~ s|%WEB%|%TWIKIWEB%|o; 
     942            $img =~ s|%ATTACHURL%|%PUBURL%/%SYSTEMWEB%/EditTablePlugin|o; 
     943            $img =~ s|%WEB%|%SYSTEMWEB%|o; 
    944944        } 
    945945    } 
  • branches/Release04x02/twikiplugins/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r397 r463  
    544544        <tbody> 
    545545                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    546                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%TWIKIWEB%/TWikiDocGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
     546                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/TWikiDocGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
    547547                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <a href="$viewUrl" class="twikiCurrentTopicLink twikiLink">$topicName</a> </td> 
    548548                </tr> 
     
    555555 
    556556    $expected =~ s/%PUBURLPATH%/$TWiki::cfg{PubUrlPath}/e; 
    557     $expected =~ s/%TWIKIWEB%/TWiki/g; 
     557    $expected =~ s/%SYSTEMWEB%/TWiki/g; 
    558558 
    559559    $this->do_testHtmlOutput( $expected, $result, 1 ); 
  • branches/Release04x02/twikiplugins/EmptyPlugin/data/TWiki/EmptyPlugin.txt

    r11 r463  
    22---+ Empty TWiki Plugin 
    33 
    4 This is an empty Plugin you can use as a template to build your own %TWIKIWEB%.TWikiPlugins. This Plugin does nothing, but is ready to be used. 
     4This is an empty Plugin you can use as a template to build your own %SYSTEMWEB%.TWikiPlugins. This Plugin does nothing, but is ready to be used. 
    55 
    66To create your own Plugin: 
    77 
    88   * Copy file ==TWiki/Plugins/EmptyPlugin.pm== to ==&lt;name&gt;Plugin.pm== and customize the plugin. 
    9    * Create a  ==&lt;name&gt;Plugin== topic in the %TWIKIWEB% web. Do so by visiting http://TWiki.org/cgi-bin/view/Plugins/PluginPackage#NewPlugin and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs. 
    10    * See details in %TWIKIWEB%.TWikiPlugins. 
     9   * Create a  ==&lt;name&gt;Plugin== topic in the %SYSTEMWEB% web. Do so by visiting http://TWiki.org/cgi-bin/view/Plugins/PluginPackage#NewPlugin and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs. 
     10   * See details in %SYSTEMWEB%.TWikiPlugins. 
    1111 
    1212---++ Syntax Rules 
     
    1919a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>EMPTYPLUGIN_SHORTDESCRIPTION%== 
    2020 
    21    * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: 
     21   * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    2222      * Set SHORTDESCRIPTION = Empty Plugin used as a template for new Plugins 
    2323 
     
    3535 
    3636|  Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie | 
    37 |  Copyright: | &copy; 2001-2007, %TWIKIWEB%.TWikiContributor | 
     37|  Copyright: | &copy; 2001-2007, %SYSTEMWEB%.TWikiContributor | 
    3838|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    3939|  Plugin Version: | %$VERSION% | 
     
    4646|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 | 
    4747|  Dependencies: | %$DEPENDENCIES | 
    48 |  TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle 99%, %TWIKIWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     48|  TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    4949|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
    5050|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    5151|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    5252 
    53 __Related Topics:__ %TWIKIWEB%.TWikiPlugins, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences 
     53__Related Topics:__ %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiPreferences 
    5454 
    55 -- %TWIKIWEB%.TWikiContributor - 01 Feb 2006 
     55-- %SYSTEMWEB%.TWikiContributor - 01 Feb 2006 
  • branches/Release04x02/twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm

    r21 r463  
    4747TWiki is tolerant of plugins that do not compile. In this case, 
    4848the failure will be silent but the plugin will not be available. 
    49 See %TWIKIWEB%.TWikiPlugins#FAILEDPLUGINS for error messages. 
     49See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS for error messages. 
    5050 
    5151__NOTE:__ Defining deprecated handlers will cause the handlers to be  
    52 listed in %TWIKIWEB%.TWikiPlugins#FAILEDPLUGINS. See 
    53 %TWIKIWEB%.TWikiPlugins#Handlig_deprecated_functions 
     52listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See 
     53%SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions 
    5454for information on regarding deprecated handlers that are defined for 
    5555compatibility with older TWiki versions. 
     
    8888 
    8989# Short description of this plugin 
    90 # One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: 
     90# One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    9191$SHORTDESCRIPTION = 'Empty Plugin used as a template for new Plugins'; 
    9292 
  • branches/Release04x02/twikiplugins/InterwikiPlugin/data/TWiki/InterWikis.txt

    r11 r463  
    1212        * The Alias must start with an upper case letter and may contain alphanumeric letters. 
    1313        * The URL and Tooltip Text may contain optional ==$page== variables; the variable gets expanded to the page name. 
    14         * __Note:__ The Tooltip Text must not contain any HTML tags (including ==&lt;nop&gt;== escape code), no internal %TWIKIWEB%.WikiWord links, and no external links. Hint: Escape =='WikiWords'== and =='$page'==. 
     14        * __Note:__ The Tooltip Text must not contain any HTML tags (including ==&lt;nop&gt;== escape code), no internal %SYSTEMWEB%.WikiWord links, and no external links. Hint: Escape =='WikiWords'== and =='$page'==. 
    1515 
    1616---+++ General Inter-Site Links 
  • branches/Release04x02/twikiplugins/InterwikiPlugin/data/TWiki/InterwikiPlugin.txt

    r11 r463  
    22---+!! Interwiki Plugin 
    33 
    4 The <nop>%TOPIC% links ==ExternalSite:Page== text to external sites based on aliases defined in the %TWIKIWEB%.InterWikis topic. This plugin is inspired by <nop>UseMod Wiki's inter-wiki links, http://www.usemod.com/cgi-bin/wiki.pl?InterWiki. 
     4The <nop>%TOPIC% links ==ExternalSite:Page== text to external sites based on aliases defined in the %SYSTEMWEB%.InterWikis topic. This plugin is inspired by <nop>UseMod Wiki's inter-wiki links, http://www.usemod.com/cgi-bin/wiki.pl?InterWiki. 
    55 
    66%TOC% 
     
    1010   * Enter ==ExternalSite:Page== to create a link that points to the ==Page== on the ==ExternalSite== server. 
    1111   * Enter ==[<nop>[ExternalSite:Page][any label]]== to specify a custom label. 
    12    * All ==ExternalSite== aliases are defined in the %TWIKIWEB%.InterWikis topic. 
    13    * Add and edit aliases in %TWIKIWEB%.InterWikis. 
     12   * All ==ExternalSite== aliases are defined in the %SYSTEMWEB%.InterWikis topic. 
     13   * Add and edit aliases in %SYSTEMWEB%.InterWikis. 
    1414   * Each entry must be of format: <br /> ==| External site alias | URL | Tooltip help text |==. 
    1515   * Site aliases must start with an upper case letter and may contain alphanumeric letters. 
     
    2323a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, for example, ==%<nop>INTERWIKIPLUGIN_SHORTDESCRIPTION%== 
    2424 
    25    * One-line description, shown in the %TWIKIWEB%.TextFormattingRules topic: 
     25   * One-line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    2626      * Set SHORTDESCRIPTION = Link ==ExternalSite:Page== text to external sites based on aliases defined in a rules topic 
    2727 
    28    * Link rules topic name: (default is %TWIKIWEB%.InterWikis) 
     28   * Link rules topic name: (default is %SYSTEMWEB%.InterWikis) 
    2929      * Set RULESTOPIC =  
    3030 
     
    5252 
    5353|  Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny | 
    54 |  Copyright: | &copy; 2001-2007, Andrea Sterbini, Peter Thoeny ([[http://www.twiki.net/][TWIKI.NET]]), %TWIKIWEB%.TWikiContributor | 
     54|  Copyright: | &copy; 2001-2007, Andrea Sterbini, Peter Thoeny ([[http://www.twiki.net/][TWIKI.NET]]), %SYSTEMWEB%.TWikiContributor | 
    5555|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    5656|  Plugin Version: | 03 Aug 2008 %$VERSION% | 
     
    7979|  Other Dependencies: | none | 
    8080|  Perl Version: | 5.0 | 
    81 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %TWIKIWEB%.GoodStyle 100%, %TWIKIWEB%.FormattedSearch 98%, %TOPIC% 98% | 
     81|  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 98%, %TOPIC% 98% | 
    8282|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
    8383|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    8484|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    8585 
    86 __Related Topics:__ %TWIKIWEB%.TWikiPlugins, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.InterWikis 
     86__Related Topics:__ %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiPreferences, %SYSTEMWEB%.InterWikis 
    8787 
    8888-- TWiki:Main.PeterThoeny - 25 Nov 2007 
  • branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt

    r3 r463  
    2626having to write any code. Just add this inline in the topic text: 
    2727<verbatim> 
    28 %INCLUDE{"%TWIKIWEB%/JSCalendarContribInline"}% 
     28%INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 
    2929</verbatim> 
    3030Then, to display a calendar icon next to a text input field: 
    3131<verbatim> 
    3232<input type="text" id="cal_val_here" /> 
    33 <input type="image" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
     33<input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
    3434</verbatim> 
    3535If the contrib is installed, you will see such a field here: 
    36 %INCLUDE{"%TWIKIWEB%/JSCalendarContribInline"}% 
     36%INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 
    3737<input type="text" id="cal_val_here" /> 
    38 <input type="image" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
     38<input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
    3939 
    4040<!-- 
     
    7676|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    7777 
    78 __Related Topics:__ %TWIKIWEB%.TWikiPreferences 
     78__Related Topics:__ %SYSTEMWEB%.TWikiPreferences 
    7979 
    8080%META:FILEATTACHMENT{name="screenshot.gif" attr="h" comment="" version="1"}% 
  • branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContribInline.txt

    r11 r463  
    11Inline include of JSCalendarContrib HTML for use in forms. 
    22%STARTINCLUDE% 
    3 <style type='text/css' media='all'>@import url('%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/calendar-blue.css');.calendar {z-index:2000;}</style><script type='text/javascript' src='%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/calendar.js'></script><script type='text/javascript' src='%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/lang/calendar-en.js'></script><script type='text/javascript' src='%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/calendar-setup.js'></script><script type='text/javascript' src='%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/twiki.js'></script> 
     3<style type='text/css' media='all'>@import url('%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib/calendar-blue.css');.calendar {z-index:2000;}</style><script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib/calendar.js'></script><script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib/lang/calendar-en.js'></script><script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib/calendar-setup.js'></script><script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib/twiki.js'></script> 
    44%STOPINCLUDE% 
  • branches/Release04x02/twikiplugins/JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm

    r21 r463  
    192192    my $style = $TWiki::cfg{JSCalendarContrib}{style} || 'blue'; 
    193193    my $lang  = $TWiki::cfg{JSCalendarContrib}{lang}  || 'en'; 
    194     my $base  = '%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib'; 
     194    my $base  = '%PUBURLPATH%/%SYSTEMWEB%/JSCalendarContrib'; 
    195195    eval { 
    196196        require TWiki::Contrib::BehaviourContrib; 
     
    200200        else { 
    201201            TWiki::Func::addToHEAD( 'BEHAVIOURCONTRIB', 
    202 '<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/BehaviourContrib/behaviour.compressed.js"></script>' 
     202'<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/BehaviourContrib/behaviour.compressed.js"></script>' 
    203203            ); 
    204204        } 
  • branches/Release04x02/twikiplugins/MailerContrib/data/TWiki/MailerContrib.txt

    r11 r463  
    3333 
    3434Each web can optionally contain a topic called <nop>%NOTIFYTOPIC%. 
    35 <!-- Included by %TWIKIWEB%.WebChangesAlert --> 
     35<!-- Included by %SYSTEMWEB%.WebChangesAlert --> 
    3636%STARTINCLUDE% 
    37 Users subscribe to email notifications using their [[%TWIKIWEB%.WikiName][WikiName]] or an alternative email address, and can specify the webs/topics they wish to track, Whole groups of users can also be subscribed for notification. 
     37Users subscribe to email notifications using their [[%SYSTEMWEB%.WikiName][WikiName]] or an alternative email address, and can specify the webs/topics they wish to track, Whole groups of users can also be subscribed for notification. 
    3838 
    3939The general format of a subscription is: 
     
    4141_three spaces_ =*= _subscriber_ [ =:= _topics_ ] 
    4242 
    43 Where _subscriber_ can be a [[%TWIKIWEB%.WikiName][WikiName]], an E-mail address, or a 
     43Where _subscriber_ can be a [[%SYSTEMWEB%.WikiName][WikiName]], an E-mail address, or a 
    4444group name. If _subscriber_ contains any characters that are not legal in 
    4545an email address, then it must be enclosed in 'single' or "double" quotes. 
  • branches/Release04x02/twikiplugins/PatternSkin/data/Main/WebLeftBar.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1178746198" format="1.1" version="$Rev$"}% 
    2 %INCLUDE{"%IF{"context can_login" then="%TWIKIWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
     2%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
    33 
    44   * <b>[[%INCLUDINGWEB%.%HOMETOPIC%][ %ICON{"home"}% <nop>%MAKETEXT{"[_1] Web" args="%INCLUDINGWEB%"}%]]</b> 
     
    1212   * [[WebPreferences][ %ICON{"wrench"}% %MAKETEXT{"Preferences"}%]] 
    1313 
    14 %INCLUDE{ "%TWIKIWEB%.WebLeftBarWebsList" }% 
     14%INCLUDE{ "%SYSTEMWEB%.WebLeftBarWebsList" }% 
  • branches/Release04x02/twikiplugins/PatternSkin/data/Sandbox/WebLeftBar.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1178746198" format="1.1" version="$Rev$"}% 
    2 %INCLUDE{"%IF{"context can_login" then="%TWIKIWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
     2%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
    33 
    44   * <b>[[%INCLUDINGWEB%.%HOMETOPIC%][ %ICON{"home"}% <nop>%MAKETEXT{"[_1] Web" args="%INCLUDINGWEB%"}%]]</b> 
     
    1212   * [[WebPreferences][ %ICON{"wrench"}% %MAKETEXT{"Preferences"}%]] 
    1313 
    14 %INCLUDE{ "%TWIKIWEB%.WebLeftBarWebsList" }% 
     14%INCLUDE{ "%SYSTEMWEB%.WebLeftBarWebsList" }% 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinColorSettings.txt

    r3 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1190579319" format="1.1" version="1.1"}% 
    2 ---+!! Color scheme settings for %TWIKIWEB%.PatternSkin 
    3 Use this topic to change the color settings of %TWIKIWEB%.PatternSkin. When this topic is saved, the attachment =theme-colors.css= will be updated with new color values. This method relies on TWiki:Plugins.AttachContentPlugin to work. 
     2---+!! Color scheme settings for %SYSTEMWEB%.PatternSkin 
     3Use this topic to change the color settings of %SYSTEMWEB%.PatternSkin. When this topic is saved, the attachment =theme-colors.css= will be updated with new color values. This method relies on TWiki:Plugins.AttachContentPlugin to work. 
    44 
    55<nop>AttachContentPlugin is %IF{"context AttachContentPluginEnabled" then="" else="*not* "}%installed. 
     
    77---++!! Usage 
    88---+++!! Step 1 
    9 Let %TWIKIWEB%.PatternSkin point to the custom-made colors style sheet. In [[%MAINWEB%.TWikiPreferences]] put: <verbatim> 
    10    * Set USERCOLORSURL = %PUBURLPATH%/%TWIKIWEB%/PatternSkin/theme-colors.css 
     9Let %SYSTEMWEB%.PatternSkin point to the custom-made colors style sheet. In [[%MAINWEB%.TWikiPreferences]] put: <verbatim> 
     10   * Set USERCOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/theme-colors.css 
    1111</verbatim> 
    1212 
     
    1515 
    1616---+++!! Step 3 
    17 Save the topic. This will generate an [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/theme-colors.css][attachment]] to topic [[PatternSkin]]. 
     17Save the topic. This will generate an [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/theme-colors.css][attachment]] to topic [[PatternSkin]]. 
    1818 
    1919%IF{"context AttachContentPluginEnabled" then='<div class="twikiHelp"><a href="%SCRIPTURL{save}%/%WEB%/%TOPIC%?action_save=1" class="twikiButton">Update the <nop>CSS file for this page now</a></div>'}% 
     
    188188--- 
    189189<verbatim> 
    190 %STARTATTACH{"theme-colors.css" web="%TWIKIWEB%" topic="PatternSkin"}% 
     190%STARTATTACH{"theme-colors.css" web="%SYSTEMWEB%" topic="PatternSkin"}% 
    191191/* PatternSkin colors */ 
    192192/* Generated by AttachContentPlugin from %WEB%.%TOPIC% */ 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCss.txt

    r11 r463  
    77 
    88!PatternSkin uses 4 stylesheets: 
    9    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/layout.css][layout.css]]: positioning of block elements on the page 
    10    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/style.css][style.css]]: margins, paddings, borders, font sizes 
    11    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/colors.css][colors.css]]: text colors, background colors, border colors 
    12    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/print.css][print.css]]: optimalizations for printed page 
     9   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css][layout.css]]: positioning of block elements on the page 
     10   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css][style.css]]: margins, paddings, borders, font sizes 
     11   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.css][colors.css]]: text colors, background colors, border colors 
     12   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/print.css][print.css]]: optimalizations for printed page 
    1313    
    1414If you want to learn how to create your own look or skin based on !PatternSkin, read further in PatternSkin. 
     
    5555      * #patternMainContents - holder of patternTop, patternTopic, twikiForm, twikiAttachments, etc. 
    5656      * #patternTopBar - top bar area 
    57       * #patternTopBarContents - header art / logo; contains topic %TWIKIWEB%.WebTopBar 
     57      * #patternTopBarContents - header art / logo; contains topic %SYSTEMWEB%.WebTopBar 
    5858      * #patternBottomBar - bottom bar area 
    5959      * #patternBottomBarContents - copyright 
     
    6363   * View 
    6464      * .patternContent - container around .patternTopic in =view.pattern.tmpl= only; to be able to give .twikiAttachments and .twikiForm a different appearance when they are not enclosed by it, for example the personal data form on the user pages (where the user form is positioned outside, above the topic text) 
    65       * .patternTopBarLogo - logo position in patternTopBar (topic %TWIKIWEB%.WebTopBar) 
     65      * .patternTopBarLogo - logo position in patternTopBar (topic %SYSTEMWEB%.WebTopBar) 
    6666      * .patternTopBarOverlay - striped white image background 
    6767      * .patternTopic - TWiki topic text 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbook.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1129333294" format="1.1" version="$Rev$"}% 
    22 
    3 ---+!! %TWIKIWEB%.PatternSkin CSS Cookbook 
     3---+!! %SYSTEMWEB%.PatternSkin CSS Cookbook 
    44 
    55*Questions and answers on how to customize the default look of TWiki for your own needs, using style sheets.* For configuring page elements, see PatternSkinCustomization. 
     
    99---++ First Read: How to modify !PatternSkin styles 
    1010 
    11 !PatternSkin uses 3 style sheets (attached to %TWIKIWEB%.PatternSkin): 
    12    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/layout.css][layout.css]] - the positioning of main page elements (blocks), widths and heights 
    13    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/style.css][style.css]] - fonts, sizes, margins and paddings 
    14    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/colors.css][colors.css]] - border colors, text colors and background colors 
     11!PatternSkin uses 3 style sheets (attached to %SYSTEMWEB%.PatternSkin): 
     12   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css][layout.css]] - the positioning of main page elements (blocks), widths and heights 
     13   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css][style.css]] - fonts, sizes, margins and paddings 
     14   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.css][colors.css]] - border colors, text colors and background colors 
    1515 
    1616When customizing your TWiki installation, you can either choose to completely rewrite all css styles, or to selectively override some styles. The latter option is by far less time consuming, but all depends on your graphical wishes. 
     
    2222   * Create a new topic that will contain your new CSS files 
    2323   * Attach 3 new style sheets to the topic 
    24    * Point the CSS variables in [[%TWIKIWEB%.TWikiPreferences]] to your new files: 
     24   * Point the CSS variables in [[%SYSTEMWEB%.TWikiPreferences]] to your new files: 
    2525<pre> 
    26       * <nop>Set TWIKILAYOUTURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/layout.css 
    27       * <nop>Set TWIKISTYLEURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/style.css 
    28       * <nop>Set TWIKICOLORSURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/colors.css 
     26      * <nop>Set TWIKILAYOUTURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/layout.css 
     27      * <nop>Set TWIKISTYLEURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/style.css 
     28      * <nop>Set TWIKICOLORSURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/colors.css 
    2929 </pre> 
    3030 
     
    3434   * Create a new topic that will contain your new CSS files 
    3535   * Attach 1, 2 or 3 new style sheets to the topic, dependent on your CSS setup (if you don't change much, you might as well put everything in one CSS file, layout, margins and colors) 
    36    * Point the CSS variables in [[%TWIKIWEB%.TWikiPreferences]] to your new files (below the =TWIKIXXXURL= variables): 
     36   * Point the CSS variables in [[%SYSTEMWEB%.TWikiPreferences]] to your new files (below the =TWIKIXXXURL= variables): 
    3737<pre> 
    38       * <nop>Set USERLAYOUTURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/layout.css 
    39       * <nop>Set USERSTYLEURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/style.css 
    40       * <nop>Set USERCOLORSURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/colors.css 
     38      * <nop>Set USERLAYOUTURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/layout.css 
     39      * <nop>Set USERSTYLEURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/style.css 
     40      * <nop>Set USERCOLORSURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/colors.css 
    4141 </pre> 
    4242   * If you use only little CSS and you've only attached one file, write: 
    4343<pre> 
    44       * Set USERSTYLEURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/YourNewTopic/style.css 
     44      * Set USERSTYLEURL = %<nop>PUBURLPATH%/%<nop>SYSTEMWEB%/YourNewTopic/style.css 
    4545 </pre> 
    4646 
    47 Instead of setting these variables in [[%TWIKIWEB%.TWikiPreferences]], you can set these in your home topic, or in any other topic. Setting style URL variables in: 
    48    * [[%TWIKIWEB%.TWikiPreferences]]: the style is visible for all users, site-wide 
     47Instead of setting these variables in [[%SYSTEMWEB%.TWikiPreferences]], you can set these in your home topic, or in any other topic. Setting style URL variables in: 
     48   * [[%SYSTEMWEB%.TWikiPreferences]]: the style is visible for all users, site-wide 
    4949   * WebPreferences: the style is visible for all users in one web 
    5050   * Home topic: the style is visible for that one user when viewing the site 
     
    8282 
    8383---++ Style sheet documentation 
    84 See %TWIKIWEB%.PatternSkinCss for documentation of !PatternSkin CSS classes 
     84See %SYSTEMWEB%.PatternSkinCss for documentation of !PatternSkin CSS classes 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookCenterPage.txt

    r11 r463  
    1010   * Set USERSTYLEURL = %ATTACHURL%/centerpage.css 
    1111</verbatim> 
    12 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
     12You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
    1313</div> 
    1414 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookCenterPageBorder.txt

    r11 r463  
    1010   * Set USERSTYLEURL = %ATTACHURL%/centerpageborder.css 
    1111</verbatim> 
    12 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
     12You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
    1313</div> 
    1414 
     
    2121} 
    2222#patternPageShadow { 
    23 background-image:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/striped_pageshadow.gif"); 
     23background-image:url("%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/striped_pageshadow.gif"); 
    2424} 
    2525</style> 
     
    4444} 
    4545#patternPageShadow { 
    46 background-image:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/striped_pageshadow.gif"); 
     46background-image:url("%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/striped_pageshadow.gif"); 
    4747}</style> 
    4848 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookEditTableStyle.txt

    r11 r463  
    2121   * Set USERSTYLEURL = %ATTACHURL%/edittable.css 
    2222</verbatim> 
    23 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
     23You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
    2424</div> 
    2525 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookFonts.txt

    r11 r463  
    1010   * Set USERSTYLEURL = %ATTACHURL%/fonts.css 
    1111</verbatim> 
    12 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
     12You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
    1313</div> 
    1414 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookNoLeftBar.txt

    r11 r463  
    88   * Set USERSTYLEURL = %ATTACHURL%/hideleftbar.css 
    99</verbatim> 
    10 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic, or on a single page. 
     10You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic, or on a single page. 
    1111</div> 
    1212 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCssCookbookNoTopBar.txt

    r11 r463  
    1010   * Set USERSTYLEURL=%ATTACHURL%/notopbar.css 
    1111</verbatim> 
    12 You can write this line in %TWIKIWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
     12You can write this line in %SYSTEMWEB%.TWikiPreferences, in WebPreferences, in your user topic or on a single page. 
    1313</div> 
    1414 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCustomization.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1130019100" format="1.1" version="$Rev: 17646 $"}% 
    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 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinElements.txt

    r3 r463  
    9696<div class="twikiAttachments"> 
    9797<table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="twikiAttachmentsTable" cellpadding="0" class="twikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="twikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="twikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
    98 <tr class="twikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="twikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/txt.gif" height="16" border="0" /><span class="twikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="TWikiContributor" class="twikiLink">TWikiContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
    99 <tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="twikiFirstCol twikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="twikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="TWikiContributor" class="twikiLink">TWikiContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> Smiley face </td></tr> 
     98<tr class="twikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="twikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/TWikiDocGraphics/txt.gif" height="16" border="0" /><span class="twikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="TWikiContributor" class="twikiLink">TWikiContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
     99<tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="twikiFirstCol twikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/TWikiDocGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="twikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="TWikiContributor" class="twikiLink">TWikiContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> Smiley face </td></tr> 
    100100</table></div><!--//twikiAttachments--> 
    101101 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinWebCreateNewTopicTemplate.txt

    r3 r463  
    55%TMPL:DEF{"top"}%%TMPL:END% 
    66 
    7 %TMPL:DEF{"script:topictemplate"}%<script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/TWikiJavascripts/twikiString.js"></script> 
    8 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/unicode_chars.js"></script> 
     7%TMPL:DEF{"script:topictemplate"}%<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/TWikiJavascripts/twikiString.js"></script> 
     8<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/unicode_chars.js"></script> 
    99<script type="text/javascript"> 
    1010//<![CDATA[ 
     
    1414                        { 
    1515                        topic:"WebTemplateTopics", 
    16                         web:"%TWIKIWEB%", 
     16                        web:"%SYSTEMWEB%", 
    1717                        template:"viewplain", 
    1818                        attributes:"resizable=1,scrollbars=1,status=1,toolbar=1", 
     
    3232//]]> 
    3333</script> 
    34 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/PatternSkin/webtopiccreator.js"></script>%TMPL:END% 
     34<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/webtopiccreator.js"></script>%TMPL:END% 
    3535 
    3636%TMPL:DEF{"formstartstep"}%%TMPL:P{"formstart"}% 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/WebLeftBarExample.txt

    r11 r463  
    99%WEBLIST{"      * [[$name.%HOMETOPIC%][$name]]" separator=""}% 
    1010<div class="patternLeftBarPersonal"> 
    11 %INCLUDE{"%MAINWEB%.%WIKINAME%LeftBar" warn="<a href=\"%SCRIPTURLPATH{"edit"}%/%MAINWEB%/%WIKINAME%LeftBar?templatetopic=%TWIKIWEB%.WebLeftBarPersonalTemplate\">%MAKETEXT{"Create personal sidebar"}%</a>"}% 
     11%INCLUDE{"%MAINWEB%.%WIKINAME%LeftBar" warn="<a href=\"%SCRIPTURLPATH{"edit"}%/%MAINWEB%/%WIKINAME%LeftBar?templatetopic=%SYSTEMWEB%.WebLeftBarPersonalTemplate\">%MAKETEXT{"Create personal sidebar"}%</a>"}% 
    1212</div> 
    1313 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt

    r3 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="0" format="1.1" version="$Rev$"}% 
    22%STARTINCLUDE%<div class="patternLeftBarPersonal"> 
    3 %IF{"context authenticated" then='%MAKETEXT{"Hello [_1]" args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"}%'}%%IF{"$ LOGOUT != ''" then='%BR%<ul><li class="patternLogOut">%LOGOUT%</li></ul>'}%%IF{"$ LOGIN != '' and not context authenticated" then='<ul><li class="patternLogIn">%LOGIN% %IF{"context registration_supported AND context registration_enabled" then="%MAKETEXT{"or"}% [[%TWIKIWEB%.TWikiRegistration][%MAKETEXT{"Register"}%]]"}%</li></ul>'}% 
     3%IF{"context authenticated" then='%MAKETEXT{"Hello [_1]" args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"}%'}%%IF{"$ LOGOUT != ''" then='%BR%<ul><li class="patternLogOut">%LOGOUT%</li></ul>'}%%IF{"$ LOGIN != '' and not context authenticated" then='<ul><li class="patternLogIn">%LOGIN% %IF{"context registration_supported AND context registration_enabled" then="%MAKETEXT{"or"}% [[%SYSTEMWEB%.TWikiRegistration][%MAKETEXT{"Register"}%]]"}%</li></ul>'}% 
    44%IF{"'%USERNAME%'!='guest'" then="<div class=\"patternLeftBarPersonalContent\"> 
    5 $percntINCLUDE{$quot$percntMAINWEB$percnt.$percntWIKINAME$percntLeftBar$quot warn=$quot<ul><li><a href='%SCRIPTURLPATH{edit}%/%MAINWEB%/%WIKINAME%LeftBar?templatetopic=%TWIKIWEB%.WebLeftBarPersonalTemplate&amp;topicparent=%WIKINAME%'>%MAKETEXT{Create personal sidebar}%</a></li></ul>$quot }$percnt 
     5$percntINCLUDE{$quot$percntMAINWEB$percnt.$percntWIKINAME$percntLeftBar$quot warn=$quot<ul><li><a href='%SCRIPTURLPATH{edit}%/%MAINWEB%/%WIKINAME%LeftBar?templatetopic=%SYSTEMWEB%.WebLeftBarPersonalTemplate&amp;topicparent=%WIKINAME%'>%MAKETEXT{Create personal sidebar}%</a></li></ul>$quot }$percnt 
    66</div><!--/patternLeftBarPersonalContent-->"}%</div><!--/patternLeftBarPersonal--> 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt

    r11 r463  
    22<li><form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="twikiInputField patternFormFieldDefaultColor" name="topic" size="14" value="%MAKETEXT{"Jump"}%" onfocus="clearDefaultandCSS(this);" onblur="setDefaultText(this);" /></form></li> 
    33<li><form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch">%IF{" '%URLPARAM{"search" encode="entity" scope="topic"}%' = '' " then="<input type=\"text\" class=\"twikiInputField patternFormFieldDefaultColor\" name=\"search\" value=\"%MAKETEXT{"Search"}%\" size=\"14\" onfocus=\"clearDefaultandCSS(this);\" onblur=\"setDefaultText(this);\" />" else="<input type=\"text\" class=\"twikiInputField\" name=\"search\" value=\"%URLPARAM{ "search" encode="entity" scope="topic" }%\" size=\"14\" />"}%</form></li> 
    4 <li>%INCLUDE{%TWIKIWEB%.LanguageSelector}%</li></ul> 
     4<li>%INCLUDE{%SYSTEMWEB%.LanguageSelector}%</li></ul> 
    55</div> 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt

    r11 r463  
    99   * <form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch"><input type="text" class="twikiInputField" id="quickSearchBox" name="search" value="" size="18" /><input type="hidden" name="scope" value="all" /><input type="hidden" name="web" value="%BASEWEB%" /><noscript>&nbsp;<input type="submit" size="5" class="twikiButton" name="submit" value="%MAKETEXT{"Search"}%" />&nbsp;</noscript> 
    1010   </form> 
    11    * %INCLUDE{%TWIKIWEB%.LanguageSelector}% 
     11   * %INCLUDE{%SYSTEMWEB%.LanguageSelector}% 
    1212</noautolink></td></tr></table> 
  • branches/Release04x02/twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1093167095" format="1.0" version="$Rev$"}% 
    2 %INCLUDE{"%IF{"context can_login" then="%TWIKIWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
     2%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
    33   * <b>[[%INCLUDINGWEB%.%HOMETOPIC%][ %ICON{"home"}% <nop>%MAKETEXT{"[_1] Web" args="%INCLUDINGWEB%"}%]]</b> 
    44   * [[WebTopicList][ %ICON{"index"}% %MAKETEXT{"Index"}%]] 
     
    66   * [[WebChanges][ %ICON{"changes"}% %MAKETEXT{"Changes"}%]] 
    77--- 
    8 %INCLUDE{ "%TWIKIWEB%.WebLeftBarWebsList" }% 
     8%INCLUDE{ "%SYSTEMWEB%.WebLeftBarWebsList" }% 
  • branches/Release04x02/twikiplugins/PatternSkin/data/_default/WebLeftBar.txt

    r11 r463  
    11%META:TOPICINFO{author="TWikiContributor" date="1178746198" format="1.1" version="$Rev: 16357 $"}% 
    2 %INCLUDE{"%IF{"context can_login" then="%TWIKIWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
     2%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}% 
    33   * <b>[[%INCLUDINGWEB%.%HOMETOPIC%][ %ICON{"home"}% <nop>%MAKETEXT{"[_1] Web" args="%INCLUDINGWEB%"}%]]</b> 
    44   * [[%SCRIPTURLPATH{"view"}%/%BASEWEB%/WebCreateNewTopic?topicparent=%BASETOPIC%][ %ICON{"newtopic"}% %MAKETEXT{"Create New Topic"}%]] 
     
    1212 
    1313--- 
    14 %INCLUDE{ "%TWIKIWEB%.WebLeftBarWebsList" }% 
     14%INCLUDE{ "%SYSTEMWEB%.WebLeftBarWebsList" }% 
  • branches/Release04x02/twikiplugins/PatternSkin/templates/twiki.pattern.tmpl

    r11 r463  
    4141%TMPL:P{"script"}%%TMPL:P{"defaultstyle"}%</head>%TMPL:END% 
    4242 
    43 %TMPL:DEF{"script:skinbase"}%<!--BEHAVIOURCONTRIB--><script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/BehaviourContrib/behaviour.compressed.js"></script> 
    44 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikilib.js"></script> 
    45 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiWindow.js"></script> 
    46 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiEvent.js"></script> 
    47 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiHTML.js"></script> 
    48 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiCSS.js"></script> 
    49 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/TWikiJavascripts/twikiForm.js"></script> 
    50 <script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/PatternSkin/pattern.js"></script>%TMPL:END% 
     43%TMPL:DEF{"script:skinbase"}%<!--BEHAVIOURCONTRIB--><script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/BehaviourContrib/behaviour.compressed.js"></script> 
     44<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikilib.js"></script> 
     45<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiWindow.js"></script> 
     46<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiEvent.js"></script> 
     47<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiHTML.js"></script> 
     48<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiCSS.js"></script> 
     49<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twikiForm.js"></script> 
     50<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/pattern.js"></script>%TMPL:END% 
    5151 
    5252%TMPL:DEF{"bodystart"}%<body class="%TMPL:P{"bodyclassname"}%"> 
  • branches/Release04x02/twikiplugins/PatternSkin/templates/viewbottombar.pattern.tmpl

    r3 r463  
    1 %{ to include a bottom bar on a page, just include this template in the page template }%%TMPL:DEF{"bottombar"}%<div id="patternBottomBar"><div id="patternBottomBarContents"><div id="patternWebBottomBar">%INCLUDE{"%TWIKIWEB%.WebBottomBar"}%</div><!--/patternWebBottomBar--></div><!-- /patternBottomBarContents--></div><!-- /patternBottomBar-->%TMPL:END% 
     1%{ to include a bottom bar on a page, just include this template in the page template }%%TMPL:DEF{"bottombar"}%<div id="patternBottomBar"><div id="patternBottomBarContents"><div id="patternWebBottomBar">%INCLUDE{"%SYSTEMWEB%.WebBottomBar"}%</div><!--/patternWebBottomBar--></div><!-- /patternBottomBarContents--></div><!-- /patternBottomBar-->%TMPL:END% 
  • branches/Release04x02/twikiplugins/PatternSkin/templates/viewtopbar.pattern.tmpl

    r3 r463  
    11%{ to include a top bar on a page, just include this template in the page template }% 
    2 %TMPL:DEF{"topbar"}%<div id="patternTopBar"><div id="patternTopBarContents">%INCLUDE{"%TWIKIWEB%.WebTopBar"}%</div></div><!-- /patternTopBar-->%TMPL:END% 
     2%TMPL:DEF{"topbar"}%<div id="patternTopBar"><div id="patternTopBarContents">%INCLUDE{"%SYSTEMWEB%.WebTopBar"}%</div></div><!-- /patternTopBar-->%TMPL:END% 
    33 
    44 
  • branches/Release04x02/twikiplugins/PreferencesPlugin/data/TWiki/PreferencesPlugin.txt

    r11 r463  
    22---+!! <nop>%TOPIC% 
    33 
    4 Allows editing of preferences using fields predefined in a %TWIKIWEB%.TWikiForms. However, the edit fields are inlined in the text, similar to how tables are edited in TWiki:Plugins/EditTablePlugin. 
     4Allows editing of preferences using fields predefined in a %SYSTEMWEB%.TWikiForms. However, the edit fields are inlined in the text, similar to how tables are edited in TWiki:Plugins/EditTablePlugin. 
    55 
    66%TOC% 
     
    1313 
    1414        * =%<nop>EDITPREFERENCES{ "= _topic_ =" }%= 
    15                 * _topic_ references a [[%TWIKIWEB%.TWikiForms][TWikiForm]] defining the format of the edit fields for preferences. It may be prefixed by a web. 
     15                * _topic_ references a [[%SYSTEMWEB%.TWikiForms][TWikiForm]] defining the format of the edit fields for preferences. It may be prefixed by a web. 
    1616                * If a preference setting is not mentioned in the form referenced by _topic_, a text input box of the specified length is provided. 
    17                 * Otherwise, the input can be through textareas, select, radio, checkbox, date, or text, as provided by %TWIKIWEB%.TWikiForms. 
     17                * Otherwise, the input can be through textareas, select, radio, checkbox, date, or text, as provided by %SYSTEMWEB%.TWikiForms. 
    1818   * =%<nop>EDITPREFERENCES%= 
    1919      * Edit existing preferences in the topic using a simple text field. 
    2020---++ Examples 
    2121        * =%<nop>EDITPREFERENCES%=  
    22         * =%<nop>EDITPREFERENCES{ "%<nop>TWIKIWEB%.TWikiPreferencesForm" }%=  
     22        * =%<nop>EDITPREFERENCES{ "%<nop>SYSTEMWEB%.TWikiPreferencesForm" }%=  
    2323 
    2424---++ Plugin Settings 
    25         * One line description, shown in the %TWIKIWEB%.TextFormattingRules topic: 
     25        * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    2626                * Set SHORTDESCRIPTION = Allows editing of preferences using fields predefined in a form 
    2727 
     
    4848|  Perl Version: | 5.005 | 
    4949|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    50 |  TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle nn%, %TWIKIWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     50|  TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    5151|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
    5252|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    5353|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    5454 
    55 __Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiForms 
     55__Related Topics:__ %SYSTEMWEB%.TWikiPreferences, %SYSTEMWEB%.TWikiForms 
    5656 
    5757 
  • branches/Release04x02/twikiplugins/PreferencesPlugin/data/TWiki/TWikiPreferencesForm.txt

    r11 r463  
    1111| EDITBOXHEIGHT | text | 30 | 15 | Vertical size of text edit box. | S | 
    1212| EDITBOXSTYLE | text | 30 | width: 99% | CSS style | S | 
    13 | PREVIEWBGIMAGE | text | 30 | %PUBURLPATH%/%TWIKIWEB%/PreviewBackground/preview2bg.gif | Image URL | S | 
     13| PREVIEWBGIMAGE | text | 30 | %PUBURLPATH%/%SYSTEMWEB%/PreviewBackground/preview2bg.gif | Image URL | S | 
    1414| FORCENEWREVISIONCHECKBOX | select | 1 | , checked="checked" | Select checked to enable | S | 
    1515| DONTNOTIFYCHECKBOX | select | 1 | ,checked="checked" | Select checked to enable | S | 
     
    2222| WEBLOGOURL | text | 30 | %SCRIPTURL%/view%SCRIPTSUFFIX%/%BASEWEB%/%HOMETOPIC% | URL under the logo | S | 
    2323| WEBLOGOALT | text | 30 | Home | Logo tooltip text of the logo | S | 
    24 | WIKILOGOIMG | text | 30 | %PUBURL%/%TWIKIWEB%/TWikiLogos/horzTWiki.gif | URL of a logo image | S | 
     24| WIKILOGOIMG | text | 30 | %PUBURL%/%SYSTEMWEB%/TWikiLogos/horzTWiki.gif | URL of a logo image | S | 
    2525| WIKILOGOURL | text | 30 | http://TWiki.org/ | URL under the logo| S | 
    2626| WIKILOGOALT | text | 30 | Powered by TWiki | Logo tooltip text of the logo | S | 
    27 | WIKIWEBLIST | textarea | | [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] %SEP% [[%TWIKIWEB%.%HOMETOPIC%][%TWIKIWEB%]] %SEP% [[Sandbox.%HOMETOPIC%][Sandbox]] | | S | 
     27| WIKIWEBLIST | textarea | | [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] %SEP% [[%SYSTEMWEB%.%HOMETOPIC%][%SYSTEMWEB%]] %SEP% [[Sandbox.%HOMETOPIC%][Sandbox]] | | S | 
    2828| ATTACHFILESIZELIMIT | text | 30 | 3000 | Maximum size of attachments in KB, 0 for no limit | S | 
    2929| BROADCASTMESSAGE | textarea| |  | Broadcast message on every page, for skins that support it. | S | 
     
    3838| SKIN | text | 30 | pattern | Skin overriding the default TWiki templates. | S | 
    3939| WEBTOPICLIST | textarea | 40x3 | [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" size="16" /> | Usually a list of topics | S | 
    40 | TWIKILAYOUTURL | text | 30 | %PUBURL%/%TWIKIWEB%/PatternSkin/layout.css | URL of a CSS | S | 
    41 | TWIKISTYLEURL | text | 30 | %PUBURL%/%TWIKIWEB%/PatternSkin/style.css | URL of a CSS | S | 
     40| TWIKILAYOUTURL | text | 30 | %PUBURL%/%SYSTEMWEB%/PatternSkin/layout.css | URL of a CSS | S | 
     41| TWIKISTYLEURL | text | 30 | %PUBURL%/%SYSTEMWEB%/PatternSkin/style.css | URL of a CSS | S | 
    4242| USERLAYOUTURL | text | 30 |  | URL of a CSS | S | 
    4343| USERSTYLEURL | text | 30 |  | URL of a CSS | S | 
  • branches/Release04x02/twikiplugins/RenderListPlugin/data/TWiki/RenderListPlugin.txt

    r11 r463  
    99 
    1010   * Place a =%<nop>RENDERLIST{ &lt;parameters&gt; }%= before any bullet list 
    11       * The lists can be handcrafted, generated by another Plugin, a =%<nop>TOC%=, or the result of a %TWIKIWEB%.FormattedSearch 
     11      * The lists can be handcrafted, generated by another Plugin, a =%<nop>TOC%=, or the result of a %SYSTEMWEB%.FormattedSearch 
    1212   * Supported parameters: 
    1313      | ="name"= or%BR% =theme="name"= | Select a rendering theme | 
     
    4242      * Refer to an attached icon at the beginning of the bullet with: 
    4343         * =icon:myicon Followed by normal bullet text= 
    44       * Any %TWIKIWEB%.TWikiDocGraphics icon can be used as well: 
     44      * Any %SYSTEMWEB%.TWikiDocGraphics icon can be used as well: 
    4545