Skip to content

Commit

Permalink
Item14339: Change PUBURLPATH% macros to canonical form
Browse files Browse the repository at this point in the history
Only changing links in the core.  Extensions need to remain backwards
compatible.
  • Loading branch information
gac410 committed Dec 5, 2017
1 parent e710801 commit 35fcb1d
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 51 deletions.
20 changes: 10 additions & 10 deletions core/data/System/DefaultPreferences.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1489539478" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminToolsCategory"}%
---+!! <nop>%WIKITOOLNAME% Site-Level Preferences

Expand All @@ -24,7 +24,7 @@ Preference settings local to your site should be set in [[%LOCALSITEPREFS%]] (th
* Set WEBBGCOLOR = #FFD8AA

* [[http://en.wikipedia.org/wiki/Favicon][favicon]]: Attach a =favicon.ico= to a web's %WEBPREFSTOPIC% or add a =FAVICON= setting to %WEBPREFSTOPIC%
* Set FAVICON = %PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/favicon.ico
* Set FAVICON = %PUBURLPATH{"favicon.ico" topic="%SYSTEMWEB%.ProjectLogos"}%

* Image, URL and alternate tooltip text of web's logo.
* Set WEBLOGOIMG = %WIKILOGOIMG%
Expand All @@ -37,7 +37,7 @@ Preference settings local to your site should be set in [[%LOCALSITEPREFS%]] (th
* Set WEBSUMMARY = %IF{"defined SITEMAPWHAT" then="$percentSITEMAPWHAT$percent"}% %IF{"defined SITEMAPUSETO" then="$percentSITEMAPUSETO$percent"}%
<sticky>
* Copyright notice:
* Set WEBCOPYRIGHT = <span class="foswikiRight"> <a href="https://foswiki.org/"><img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/foswiki-badge.png" alt="%MAKETEXT{"This site is powered by Foswiki"}%" title="%MAKETEXT{"This site is powered by Foswiki"}%" /></a></span>%MAKETEXT{"Copyright &&copy; by the contributing authors. All material on this collaboration platform is the property of the contributing authors." args="1999-%GMTIME{$year}%"}% <br /> %MAKETEXT{"Ideas, requests, problems regarding [_1]? <a href='[_2]'>Send feedback</a>" args="<nop>%WIKITOOLNAME%,mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20Feedback%20on%20%BASEWEB%.%BASETOPIC%"}%
* Set WEBCOPYRIGHT = <span class="foswikiRight"> <a href="https://foswiki.org/"><img src="%PUBURLPATH{"foswiki-badge.png" topic="%SYSTEMWEB%.ProjectLogos"}%" alt="%MAKETEXT{"This site is powered by Foswiki"}%" title="%MAKETEXT{"This site is powered by Foswiki"}%" /></a></span>%MAKETEXT{"Copyright &&copy; by the contributing authors. All material on this collaboration platform is the property of the contributing authors." args="1999-%GMTIME{$year}%"}% <br /> %MAKETEXT{"Ideas, requests, problems regarding [_1]? <a href='[_2]'>Send feedback</a>" args="<nop>%WIKITOOLNAME%,mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20Feedback%20on%20%BASEWEB%.%BASETOPIC%"}%

* Simplified Copyright notice for the WebRss feed (don't use any special characters, html tags, entities, wiki markup or WikiWords)
* Set WEBRSSCOPYRIGHT = Copyright %GMTIME{"$year"}% by contributing authors
Expand Down Expand Up @@ -247,14 +247,14 @@ Note, this feature also must be enabled on the UserRegistration page by adding
---+++ PatternSkin

* Global skin styles. To change the look of the site, point these variables to custom CSS attachments.
* Set FOSWIKI_LAYOUT_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/layout.css
* Set FOSWIKI_STYLE_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/style.css
* Set FOSWIKI_COLORS_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/colors.css
* Set FOSWIKI_LAYOUT_URL = %PUBURLPATH{"layout.css" topic="%SYSTEMWEB%.PatternSkinTheme"}%
* Set FOSWIKI_STYLE_URL = %PUBURLPATH{"style.css" topic="%SYSTEMWEB%.PatternSkinTheme"}%
* Set FOSWIKI_COLORS_URL = %PUBURLPATH{"colors.css" topic="%SYSTEMWEB%.PatternSkinTheme"}%

* Themes that add upon the global skin styles. See the Theme Browser in PatternSkin.
* Set PATTERNSKIN_JQUERY_THEME = PatternSkinTheme
* Set PATTERNSKIN_THEME_VARIANT = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/variant_foswiki_noframe.css
* Set PATTERNSKIN_COLUMNS = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/column_left.css
* Set PATTERNSKIN_THEME_VARIANT = %PUBURLPATH{"variant_foswiki_noframe.css "topic="%SYSTEMWEB%.PatternSkinTheme"}%
* Set PATTERNSKIN_COLUMNS = %PUBURLPATH{"column_left.css" topic="%SYSTEMWEB%.PatternSkinTheme"}%
* #Set PATTERNSKIN_NAVIGATION_TOPIC = %SYSTEMWEB%.PatternSkinHorizontalNavigationExample
* Deprecated (use =PATTERNSKIN_THEME_VARIANT=):
* Set PATTERNSKIN_THEME = %PATTERNSKIN_THEME_VARIANT%
Expand All @@ -265,7 +265,7 @@ Note, this feature also must be enabled on the UserRegistration page by adding
* Set USERCOLORSURL =

* Top bar background image and color
* Set WEBHEADERART = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/header5.gif
* Set WEBHEADERART = %PUBURLPATH{"header5.gif" topic="%SYSTEMWEB%.PatternSkin"}%
* Set WEBHEADERBGCOLOR = #ffffff

---+++ Skin icons
Expand Down Expand Up @@ -408,7 +408,7 @@ Note, this feature also must be enabled on the UserRegistration page by adding
* Set NEWLINKFORMAT = <a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit" topic="$web.$topic" topicparent="%WEB%.%TOPIC%"}%" rel="nofollow" title="%MAKETEXT{"Create this topic"}%">$text</a>

* %SYSTEMWEB%.PreviewBackground image:
* Set PREVIEWBGIMAGE = %PUBURLPATH%/%SYSTEMWEB%/PreviewBackground/preview2bg.gif
* Set PREVIEWBGIMAGE = %PUBURLPATH{"preview2bg.gif" topic="%SYSTEMWEB%.PreviewBackground"}%

* User-friendly synonyms for system webs
* Set DOCWEB = %SYSTEMWEB%
Expand Down
6 changes: 3 additions & 3 deletions core/data/System/FAQWhyYouAreAskedToConfirm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1437500521" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1512501336" format="1.1" version="1"}%
---+ %MAKETEXT{"Why am I being asked to confirm?"}%
%MAKETEXT{"This page explains one of the security measures that Foswiki, the software that runs this site, performs to secure this site from attackers."}%
<sticky><div class="why">
Expand Down Expand Up @@ -179,7 +179,7 @@
border-top:2px solid #6e7b97;
border-bottom:2px solid #6e7b97;
background-color:#fff;
background-image:url(%PUBURLPATH%/%BASEWEB%/%BASETOPIC%/WhyYouAreAskedToConfirm.jpg);
background-image:url(%PUBURLPATH{"WhyYouAreAskedToConfirm.jpg" topic="%BASEWEB%.%BASETOPIC%"}%);
background-repeat:no-repeat;
font-style:arial,sans-serif;
font-size:15px;
Expand Down Expand Up @@ -258,4 +258,4 @@
</style>"}%


%META:FILEATTACHMENT{name="WhyYouAreAskedToConfirm.jpg" attr="h" comment="" date="1437500521" size="91581" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="WhyYouAreAskedToConfirm.jpg" attr="h" comment="" date="1512501336" size="91581" user="ProjectContributor" version="1"}%
10 changes: 5 additions & 5 deletions core/data/System/FileAttachment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1512490670" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
%STARTINCLUDE%
---+ File Attachments
Expand Down Expand Up @@ -176,7 +176,7 @@ The file attachment table is normally displayed at the bottom of the page, or op
</tr>
<tr class="foswikiTableOdd">
<td style="text-align:center;vertical-align:top;" class="foswikiFirstCol">
<img width="16" alt="txt" align="top" src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="foswikiHidden">txt</span>
<img width="16" alt="txt" align="top" src="%PUBURLPATH{"txt.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%" height="16" border="0" /><span class="foswikiHidden">txt</span>
</td>
<td style="text-align:left;vertical-align:top;">
<a href="#FileAttachmentTable">Sample.txt</a>
Expand All @@ -199,7 +199,7 @@ The file attachment table is normally displayed at the bottom of the page, or op
</tr>
<tr class="foswikiTableEven">
<td style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast">
<img width="16" alt="gif" align="top" src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="foswikiHidden">gif</span>
<img width="16" alt="gif" align="top" src="%PUBURLPATH{"gif.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%" height="16" border="0" /><span class="foswikiHidden">gif</span>
</td>
<td style="text-align:left;vertical-align:top;" class="foswikiLast">
<a href="#FileAttachmentTable">Smile.gif</a>
Expand Down Expand Up @@ -263,5 +263,5 @@ Describe the file so other people know what it is.
---
*Related Topics:* UserDocumentationCategory

%META:FILEATTACHMENT{name="Sample.txt" attr="" date="1512490670" size="30" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Smile.gif" attr="" date="1512490670" size="94" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Sample.txt" attr="" date="1512501336" size="30" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Smile.gif" attr="" date="1512501336" size="94" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions core/data/System/InstantEnhancements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1489206078" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminDocumentationCategory"}%
---+!! Instant Site Enhancements

Expand Down Expand Up @@ -62,7 +62,7 @@ For instance, if we want to write =%<nop>DOWN%= to get the %ICON{"arrowbdown"}%
</verbatim>
If you have your own custom image that you want to use, attach it to [[%LOCALSITEPREFS%]] and write:
<verbatim>
* Set DOWN = <img src="%PUBURLPATH%/%USERSWEB%/SitePreferences/my_image.gif" border="0" alt="DOWN" width="16" height="16" />
* Set DOWN = <img src="%PUBURLPATH{"my_image.gif" topic="%USERSWEB%.SitePreferences"}%" border="0" alt="DOWN" width="16" height="16" />
</verbatim>

%I% There are other approaches for creating more extensive icon libraries. This is a simply and quick way to get started. See DocumentGraphics for more info.
Expand Down
8 changes: 4 additions & 4 deletions core/data/System/PreferenceSettings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1437500521" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
#SettingPrefs
#PreferencesMacros
Expand All @@ -21,7 +21,7 @@ Preferences can be defined in a number of places:
1 In the topic being accessed
In this list, =Set= statements which occur at numerically higher locations override macros of the same name defined at lower numbered levels, _unless the macro was listed in a finalpreferences setting (finalised) at a lower-numbered level._ in this case, the macro is locked to the value at that level; =set= statements at higher-numbered levels are ignored.

<img src="%PUBURLPATH%/%WEB%/%TOPIC%/prefs-stack.jpg" alt="prefs-stack.jpg" width='467' height='373' />
<img src="%PUBURLPATH{"prefs-stack.jpg" topic="%WEB%.%TOPIC%"}%" alt="prefs-stack.jpg" width='467' height='373' />

---++ Writing preference settings
Preference settings are written as a simple bullet. In TopicMarkupLanguage
Expand Down Expand Up @@ -133,5 +133,5 @@ be used, and the EDITBOX* settings will be ignored.
</div>


%META:FILEATTACHMENT{name="prefs-stack.jpg" attr="h" comment="" date="1437500521" size="52064" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="prefs-stack.odp" attr="h" comment="" date="1437500521" size="15256" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="prefs-stack.jpg" attr="h" comment="" date="1512501336" size="52064" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="prefs-stack.odp" attr="h" comment="" date="1512501336" size="15256" user="ProjectContributor" version="1"}%
16 changes: 8 additions & 8 deletions core/data/System/SiteMap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1418974752" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="SiteTools"}%
---+ <nop>%WIKITOOLNAME% Sitemap
This table is updated automatically based on <nop>WebPreferences settings of the individual webs.
Expand Down Expand Up @@ -75,17 +75,17 @@ This table is updated automatically based on <nop>WebPreferences settings of the
%STARTSECTION{"renderweb"}%<hr />
<div class='row'>
<div class='tools'>
[[%web%.WebSearch][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/searchtopic.gif' title='Search this web' />]]
[[%web%.WebChanges][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/hourglass.gif' title='Recent changes in this web' />]]
[[%web%.%NOTIFYTOPIC%][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/notify.gif' title='Get notified of changes to this web' />]]
[[%web%.%WEBPREFSTOPIC%][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/wrench.gif' title='Preferences of this web' />]]
[[%web%.WebSearch][<img src='%PUBURLPATH{"searchtopic.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Search this web' />]]
[[%web%.WebChanges][<img src='%PUBURLPATH{"hourglass.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Recent changes in this web' />]]
[[%web%.%NOTIFYTOPIC%][<img src='%PUBURLPATH{"notify.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Get notified of changes to this web' />]]
[[%web%.%WEBPREFSTOPIC%][<img src='%PUBURLPATH{"wrench.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Preferences of this web' />]]
%IF{"istopic '%web%.%STATISTICSTOPIC%'"
then="[[%web%.%STATISTICSTOPIC%][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/statistics.gif' title='Statistics of this web' />]]"
then="[[%web%.%STATISTICSTOPIC%][<img src='%PUBURLPATH{"statistics.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Statistics of this web' />]]"
else="<!-- -->"
}%
[[%web%.WebTopicList][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/indexlist.gif' title='Bullet list of all topics' />]]
[[%web%.WebTopicList][<img src='%PUBURLPATH{"indexlist.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Bullet list of all topics' />]]
%IF{"istopic '%web%.WebIndex'"
then="[[%web%.WebIndex][<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/index.gif' title='Index of all topics' />]]"
then="[[%web%.WebIndex][<img src='%PUBURLPATH{"index.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%' title='Index of all topics' />]]"
else="<!-- -->"
}%
</div>
Expand Down
4 changes: 2 additions & 2 deletions core/data/System/SitePermissions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1434484983" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1512501336" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminToolsCategory"}%
----
Permissions settings of the webs on this Foswiki site
Expand All @@ -10,7 +10,7 @@ Permissions settings of the webs on this Foswiki site
scope="topic"
topic="%WEBPREFSTOPIC%"
nototal="on" nosearch="on"
format="| [[$web.%WEBPREFSTOPIC%][<img src=\"%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/wrench.gif\" alt=\"Preferences\" title=\"Preferences of <nop>$web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%HOMETOPIC%][<img src=\"%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/home.gif\" alt=\"Home\" title=\"Home of <nop>$web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%HOMETOPIC%][$web]] | $percentVAR{ \"SITEMAPLIST\" web=\"$web\" }$percent | $percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBVIEW'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBVIEW$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBVIEW'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBVIEW$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBCHANGE'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBCHANGE$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBCHANGE'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBCHANGE$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBRENAME'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBRENAME$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBRENAME'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBRENAME$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |"
format="| [[$web.%WEBPREFSTOPIC%][<img src=\"%PUBURLPATH{"wrench.gif" topic="%SYSTEMWEB%.DocumentGraphics"}%\" alt=\"Preferences\" title=\"Preferences of <nop>$web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%HOMETOPIC%][<img src=\"%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/home.gif\" alt=\"Home\" title=\"Home of <nop>$web web\" width=\"16\" height=\"16\" border=\"0\" />]] [[$web.%HOMETOPIC%][$web]] | $percentVAR{ \"SITEMAPLIST\" web=\"$web\" }$percent | $percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBVIEW'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBVIEW$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBVIEW'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBVIEW$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBCHANGE'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBCHANGE$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBCHANGE'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBCHANGE$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'DENYWEBRENAME'$dollarquot then=$dollarquot$dollardollarpercentDENYWEBRENAME$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |$percentEXPAND{ $quot$dollarpercentIF{$dollarquotdefined 'ALLOWWEBRENAME'$dollarquot then=$dollarquot$dollardollarpercentALLOWWEBRENAME$dollardollarpercent$dollarquot else=$dollarquot_not set_$dollarquot}$dollarpercent$quot scope=$quot$web.%WEBPREFSTOPIC%$quot }$percent |"
pager="on"
pagesize="%DEFAULTPAGESIZE%"
}%
Expand Down
Loading

0 comments on commit 35fcb1d

Please sign in to comment.