Skip to content

Commit

Permalink
Item12485:
Browse files Browse the repository at this point in the history
   * added js to derive the topic title from various formfields while creating a topic
   * removed some unused topics
   * fixed thumbnail renderer to allow svg thumbs as well as supported by ImagePlugin
   * using %varible{default="foo"}% syntax where possible
   



git-svn-id: http://svn.foswiki.org/trunk/WikiWorkbenchContrib@16692 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed May 3, 2013
1 parent ddf307e commit 1ce03f6
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 202 deletions.
10 changes: 2 additions & 8 deletions data/Applications/DataFormAttributeTemplate.txt
@@ -1,16 +1,10 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="3"}%
%META:TOPICINFO{author="micha" comment="autosave" date="1367307428" format="1.1" version="4"}%
%META:TOPICPARENT{name="TopicTemplate"}%
---++ Value definition
| *Name* | *Description* |

%STARTSECTION{type="templateonly"}%
%RED%Note, this is only a template.%ENDCOLOR%

See also: DataFormAttribute
%ENDSECTION{type="templateonly"}%

%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" title="TopicType" value="TopicTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value="DataFormAttributeTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value=""}%
%META:FIELD{name="Summary" attributes="c" title="Summary" value="Template to create DataFormAttributes"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%
12 changes: 3 additions & 9 deletions data/Applications/DataFormTemplate.txt
@@ -1,19 +1,13 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="3"}%
%META:TOPICINFO{author="micha" comment="autosave" date="1367307453" format="1.1" version="4"}%
%META:TOPICPARENT{name="TopicTemplate"}%
| *Name:*| *Type:* | *Size:* | *Values:* | *Description:* | *Attributes:* |
| TopicType | label | 1 | WikiTopic | Document type | |
| <nop>TopicTitle | text | 75 | | title | |
| Summary | text | 75 | | Short description of the role of this topic | |

See also: %SYSTEMWEB%.DataForms
%STARTSECTION{type="templateonly"}%
%RED%Note, this is only a template.%ENDCOLOR%

See also: DataForm
%ENDSECTION{type="templateonly"}%

%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" title="TopicType" value="TopicTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value="DataFormTemplate"}%
%META:FIELD{name="Summary" attributes="" title="Summary" value="Template to create DataForm topics"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value=""}%
%META:FIELD{name="Summary" attributes="c" title="Summary" value="Template to create DataForm topics"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%
18 changes: 9 additions & 9 deletions data/Applications/RenderDataFormList.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="3"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1365699264" format="1.1" reprev="4" version="4"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

Expand All @@ -18,26 +18,26 @@
"
web="%IF{"defined THEWEB" then="%THEWEB%" else="%BASEWEB%"}%"
hidenull="on"
header="<h2><nop>DataForms %IF{"defined THEWEB" then=" in the %THEWEB% web"}% that use the '%IF{"defined ATTR" then="%ATTR%" else="%BASETOPIC%"}%' attribute</h2>
header="<h2>%MAKETEXT{"<nop>DataForms that use the '[_1]' attribute" args="%IF{"defined ATTR" then="%ATTR%" else="%BASETOPIC%"}%"}%</h2>
| *#* | *Name* | *Summary* | *Application* |$n"
format="| $index | [[$web.$topic][$topic]] | $formfield(Summary) | [[$formfield(WikiApplication)]] |"
format="| $index | [[$web.$topic][$topic]] | $formfield(Summary) | $percntIF{
\"'$formfield(WikiApplication)'='WikiWorkbench'\"
then=\"[[Applications.WebHome][WikiWorkbench]]\"
else=\"[[Applications.$formfield(WikiApplication).WebHome]]\"
}$percnt |"
}%
</noautolink>%STOPINCLUDE%
</verbatim>

---++ Test
<div class="alt">
%DBCALL{"Applications.RenderDataFormList" ATTR="Summary"}%
</div>

<div class="alt">
%DBCALL{"Applications.RenderDataFormList" ATTR="BaseRef"}%
</div>

%DBCALL{"Applications.RenderFunctionCallers"}%

%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" title="TopicType" value="DocuTopic, TopicFunction"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value="RenderDataFormList"}%
%META:FIELD{name="Summary" attributes="" title="Summary" value="Renders a list of DataForms that make use of the given DataFormAttribute"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value=""}%
%META:FIELD{name="Summary" attributes="c" title="Summary" value="Renders a list of DataForms that make use of the given DataFormAttribute"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%
7 changes: 4 additions & 3 deletions data/Applications/RenderFunctionCallers.txt
@@ -1,16 +1,17 @@
%META:TOPICINFO{author="ProjectContributor" date="1330678290" format="1.1" version="2"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1365699387" format="1.1" reprev="3" version="3"}%
%META:TOPICPARENT{name="TopicFunction"}%
---++ Parameters
NONE

---++ Implementation
<verbatim class="tml">
%STARTINCLUDE%
---++ Calls to '%INCLUDINGTOPIC%'
%DBQUERY{"text=~'\b%INCLUDINGTOPIC%\b'"
exclude="%INCLUDINGTOPIC%"
web="%BASEWEB%"
format=" * [[$web.$topic][$topic]]"
header="<h2 >%MAKETEXT{"Calls to '[_1]'" args="%INCLUDINGTOPIC%"}%</h2>$n"
format=" * [[$web.$topic]]"
hidenull="on"
}%%STOPINCLUDE%
</verbatim>

Expand Down
8 changes: 4 additions & 4 deletions data/Applications/RenderRecentChanges.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="micha" comment="reprev" date="1358512120" format="1.1" reprev="11" version="14"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1361882916" format="1.1" reprev="15" version="15"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

Expand All @@ -8,7 +8,7 @@ This uses solr and infintescroll to create a frontpage widget.

---+++++ Parameters
* HEIGHT: height of scroll container, defaults to 40em
* LIMIT: number of rows to render, defaults to 50
* LIMIT: number of rows to render, defaults to 20
* PAGE: from which page to start rendering
* THEWEB: the web to render recent changes for
* FILTER: lucene filter to be added to the search query
Expand All @@ -21,14 +21,14 @@ This uses solr and infintescroll to create a frontpage widget.
<div class="jqInfiniteScroll recentChanges {itemSelector:'.clsIndexItem', localMode:true, bufferPx:200}">
%DBCALL{"%WEB%.%TOPIC%"
section="backend"
LIMIT="%IF{"defined LIMIT" then="%LIMIT%" else="50"}%"
LIMIT="%IF{"defined LIMIT" then="%LIMIT%" else="20"}%"
PAGE="%IF{"defined PAGE" then="%PAGE%" else="0"}%"
THEWEB="%IF{"defined THEWEB" then="%THEWEB%" else="%BASEWEB%"}%"
FILTER="%IF{"defined FILTER" then="%FILTER%"}%"
}%
</div>
<div class="jqInfiniteScrollNavi foswikiHidden">
<a href="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?page=1;section=backend;skin=text;web=%IF{"defined THEWEB" then="%THEWEB%" else="%BASEWEB%"}%;filter=%IF{"defined FILTER" then="%FILTER%"}%" class='jqInfiniteScrollNext'>More</a>
<a href="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?page=1;section=backend;skin=text;web=%IF{"defined THEWEB" then="%THEWEB%" else="%BASEWEB%"}%;filter=%IF{"defined FILTER" then="%FILTER%"}%;limit=%IF{"defined LIMIT" then="%LIMIT%" else="50"}%" class='jqInfiniteScrollNext'>More</a>
</div>
<literal><style>
.recentChanges {
Expand Down
49 changes: 22 additions & 27 deletions data/Applications/RenderSimpleTopicCreator.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="20"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1367243436" format="1.1" reprev="23" version="24"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

Expand All @@ -17,7 +17,7 @@ This function renders a topic creator form that holds a set of initial input ele
* TYPE: initial TopicType value, defaults to values predefined in the form definition
* PARENT: parent topic for the new topic, defaults to the BASETOPIC
* WHITEBOARD: switch on/off the whiteboard textarea
* EXTRA: additional =&lt;input &hellip; />= (deprecated: use =c= attribute in form definition to include it in the creator)
* EXTRA: additional =&lt;input &hellip; />=
* ACTION: script to be used to create the topic, eg =save= or =edit=, defaults to =edit=
* EDITOR: TopicView to be used as an edit_template

Expand All @@ -27,60 +27,55 @@ This function renders a topic creator form that holds a set of initial input ele
<verbatim class="tml">
%STARTINCLUDE%%TWISTY{
link="%BUTTON{
"%IF{"defined BUTTONTEXT" then="%BUTTONTEXT%" else="%MAKETEXT{"New"}%"}%"
"%BUTTONTEXT{default="%MAKETEXT{"New"}%"}%"
icon="add"
}%%CLEAR%"
mode="div"
}%

<noautolink>
<form class='createTopicForm' action="%SCRIPTURLPATH{"%IF{"defined ACTION" then="%ACTION%" else="edit"}%"}%/%BASEWEB%/" method="%IF{"'%ACTION%'='save'" then="post" else="get"}%">
<form class='createTopicForm' action="%SCRIPTURLPATH{"%ACTION{default="edit"}%"}%/%BASEWEB%/" method="%ACTION{default="get"}%">
<div class='foswikiFormSteps'>
<input type="hidden" name="web" value="%BASEWEB%" />
<input type="hidden" name="onlynewtopic" value="on" />
<input type="hidden" name="action" value="%IF{"$WHITEBOARD='off'" then="form"}%" />
<input type="hidden" name="onlywikiname" value="off" />
<input type="hidden" name="topicparent" value="%IF{"defined PARENT" then="%PARENT%" else="%BASETOPIC%"}%" />
<input type="hidden" name="templatetopic" value="%IF{"defined TEMPLATE" then="%TEMPLATE%"}%" />
<input type="hidden" name="formtemplate" value="%IF{"defined FORM" then="%FORM%" else="Applications.WikiTopic"}%" />
<input type="hidden" name="template" value="%IF{"defined EDITOR" then="%EDITOR%"}%" />
<input type="hidden" name="topic" value="%IF{
"defined TOPICVALUE"
then="%TOPICVALUE%"
else="%IF{"defined VALUE" then="%VALUE%"}%"
}%" %IF{"'%TOPICVALUE%'=~'AUTOINC'" else="class=\"jqWikiWord {source:'input[name=TopicTitle]'}\""}% />
%IF{"defined EXTRA" then="$percntEXTRA$percnt" else="<!-- no extras -->"}%
<input type="hidden" name="topicparent" value="%PARENT{default="%BASETOPIC%"}%" />
<input type="hidden" name="templatetopic" value="%TEMPLATE{default=""}%" />
<input type="hidden" name="formtemplate" value="%FORM{default="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%" />
<input type="hidden" name="template" value="%EDITOR{default=""}%" />
<input type="hidden" name="topic" value="%TOPICVALUE{default="%VALUE{default=""}%"}%" %IF{"'%TOPICVALUE%'=~'AUTOINC'" else="class=\"jqWikiWord {source:'input[name=TopicTitle]'}\""}% />
%EXTRA{default="<!-- -->"}%
<h2 >%IF{"defined TEXT"
then="$percntTEXT$percnt"
else="%MAKETEXT{"Create a new [_1]" args="<nop>%INCLUDINGTOPIC%"}%"
}%
</h2>
%RENDERFOREDIT{
form="%IF{"defined FORM" then="%FORM%" else="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%IF{"defined TEMPLATE" then="%TEMPLATE%"}%"
form="%FORM{default="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%TEMPLATE{default=""}%"
fields="TopicTitle"
format="<div class='foswikiFormStep'><h3>$title:$mandatory</h3>$edit</div>"
TopicTitle_value="%IF{"defined VALUE" then="%VALUE%"}%"
TopicTitle_title="%IF{"defined LABEL" then="%LABEL%" else="%MAKETEXT{"Title"}%"}%"
TopicTitle_value="%VALUE{default=""}%"
TopicTitle_title="%LABEL{default="%MAKETEXT{"Title"}%"}%"
}%
%RENDERFOREDIT{
form="%IF{"defined FORM" then="%FORM%" else="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%IF{"defined TEMPLATE" then="%TEMPLATE%"}%"
form="%FORM{default="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%TEMPLATE{default=""}%"
exclude="TopicType|TopicTitle"
includeattr="\bc\b"
Summary_value=""
format="<div class='foswikiFormStep'><h3>$title:$mandatory</h3>$edit</div>"
}%
%RENDERFOREDIT{
form="%IF{"defined FORM" then="%FORM%" else="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%IF{"defined TEMPLATE" then="%TEMPLATE%"}%"
form="%FORM{default="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
topic="%TEMPLATE{default=""}%"
fields="TopicType,WikiApplication,Summary"
excludeattr="\bc\b"
WikiApplication_value="%FLEXWEBLIST{include="%BASEWEB%" format="$name"}%"
TopicType_value="%IF{"defined TYPE"
then="%TYPE%"
else="%RENDERFORDISPLAY{
form="%IF{"defined FORM" then="%FORM%" else="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
TopicType_value="%TYPE{
default="%RENDERFORDISPLAY{
form="%FORM{default="%INCLUDINGWEB%.%INCLUDINGTOPIC%"}%"
fields="TopicType"
format="$values"
}%"
Expand All @@ -91,7 +86,7 @@ This function renders a topic creator form that holds a set of initial input ele
format="<input type='hidden' name='$name' value='$value' />"
separator="$n"
}%
<div class="foswikiFormStep foswikiFormButtons foswikiFormLast">
<div class="foswikiFormStep foswikiFormButtons">
%BUTTON{"%MAKETEXT{"Submit"}%" type="submit" icon="tick"}%
%CLEAR%
</div>
Expand Down
16 changes: 8 additions & 8 deletions data/Applications/RenderTopicThumbnail.txt
@@ -1,12 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="15"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1366970119" format="1.1" reprev="16" version="17"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

---++ Documentation
%STARTSECTION{"documentation"}%
This function gets the first image attachment from a topic and creates
a 48x48 thumbnail using <nop>ImagePlugin. The attachment taken must end
with =jpeg, jpg, gif or png=. If there are multiple image attachments
with =jpeg, jpg, gif, bmp, svg or png=. If there are multiple image attachments
then the first one ordered by comment and name is taken. The empty string
is returned if no image attachment is found.

Expand All @@ -24,19 +24,19 @@ is returned if no image attachment is found.
<verbatim class="tml">
%STARTINCLUDE%%ATTACHMENTS{
"%OBJECT%"
name=".*\.(jpe?g|gif|png|JE?PG|GIF|PNG)"
name=".*\.(jpe?g|gif|png|bmp|svg|JE?PG|GIF|PNG|BMP|SVG)"
warn="off"
limit="1"
sort="%IF{"defined SORT" then="%SORT%" else="comment:name"}%"
sort="%SORT{default="comment:name"}%"
reverse="%IF{"'%SORT%' = 'date'" then="on" else="off"}%"
hidenull="on"
format="$percntIMAGE{
\"$name\"
topic=\"$web.$topic\"
align=\"%IF{"defined ALIGN" then="%ALIGN%" else="right"}%\"
type=\"%IF{"defined TYPE" then="%TYPE%" else="simple"}%\"
size=\"%IF{"defined SIZE" then="%SIZE%" else="48x48>"}%\"
crop=\"%IF{"defined CROP" then="%CROP%" else="northwest"}%\"
align=\"%ALIGN{default="right"}%\"
type=\"%TYPE{default="simple"}%\"
size=\"%SIZE{default="48x48>"}%\"
crop=\"%CROP{default="northwest"}%\"
title=\"\"
tooltip=\"on\"
warn=\"off\"
Expand Down
14 changes: 6 additions & 8 deletions data/Applications/RenderTopicsOfType.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278736" format="1.1" version="14"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1366817328" format="1.1" reprev="15" version="15"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

Expand All @@ -18,11 +18,10 @@
%STARTINCLUDE%<!-- -->
<noautolink>
%GRID{
query="TopicType=~'\b%IF{"defined TYPE" then="%TYPE%" else="%BASETOPIC%"}%\b'
%IF{"defined FILTER" then="AND %FILTER%"}%"
web="%IF{"defined THEWEB and not isempty THEWEB" then="%THEWEB%" else="%BASEWEB%"}%"
columns="%IF{"defined FIELDS" then="%FIELDS%" else="TopicTitle,Summary,WikiApplication,Changed"}%"
rows="%IF{"defined ROWS" then="%ROWS%" else="10"}%"
query="TopicType=~'\b%TYPE{default="%BASETOPIC%"}%\b' %IF{"defined FILTER" then="AND %FILTER%"}%"
web="%THEWEB{default="%BASEWEB%"}%"
columns="%FIELDS{default="TopicTitle,Summary,WikiApplication,Changed"}%"
rows="%ROWS{default="10"}%"
filterbar="on"
toolbar="on"
rownumbers="on"
Expand All @@ -35,7 +34,7 @@
TopicTitle_title="%MAKETEXT{"Title"}%"
Summary_title="%MAKETEXT{"Summary"}%"
Changed_title="%MAKETEXT{"Changed"}%"
%FORMATLIST{"%IF{"defined FIELDS" then="%FIELDS%"}%"
%FORMATLIST{"%FIELDS{default="TopicTitle,Summary,WikiApplication,Changed"}%"
split="\s*,\s*"
format="$percntIF{\"defined $1_title\"
then=\"$1_title=\\"$percnt$1_title$percnt\\"\"
Expand All @@ -49,7 +48,6 @@

---++ Test
%DBCALL{"%TOPIC%" TYPE="TopicType"
FIELDS="TopicTitle, Summary, WikiApplication, Changed"
WikiApplication_title="App"
}%

Expand Down
9 changes: 2 additions & 7 deletions data/Applications/TopicFunctionTemplate.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278737" format="1.1" version="8"}%
%META:TOPICINFO{author="micha" comment="autosave" date="1367307504" format="1.1" version="9"}%
%META:TOPICPARENT{name="TopicTemplate"}%
%TOC{depth="2"}%

Expand Down Expand Up @@ -27,15 +27,10 @@

%DBCALL{"%URLPARAM{"License"}%" section="notice"}%

%STARTSECTION{type="templateonly"}%
%RED%Note, this is only a template.%ENDCOLOR%

See also: TopicFunction
%ENDSECTION{type="templateonly"}%

%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" title="TopicType" value="TopicTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value="TopicFunctionTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value=""}%
%META:FIELD{name="Summary" attributes="c" title="Summary" value="Template to create TopicFunctions"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%
%META:PREFERENCE{name="EDIT_TEMPLATE" title="EDIT_TEMPLATE" type="Set" value="Applications.WikiTopicEdit"}%
8 changes: 1 addition & 7 deletions data/Applications/TopicTypeTemplate.txt
@@ -1,17 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278737" format="1.1" version="6"}%
%META:TOPICINFO{author="micha" comment="autosave" date="1366897438" format="1.1" version="8"}%
%META:TOPICPARENT{name="TopicTemplate"}%
%DBCALL{"Applications.RenderTopicInstaller" TEXT="Install '%TOPIC%' TopicType" TYPE="TopicType"}%

%STARTSECTION{type="templateonly"}%
%RED%Note, this is only a template.%ENDCOLOR%

See also: TopicType
%ENDSECTION{type="templateonly"}%
---++ Documentation
%STARTSECTION{"documentation"}%
%RED%TODO%ENDCOLOR%

See also: %TOPIC%Template
%ENDSECTION{"documentation"}%

---++ Topics of type '%TOPIC%'
Expand Down
3 changes: 1 addition & 2 deletions data/Applications/WebHome.txt
@@ -1,5 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278737" format="1.1" version="11"}%

%META:TOPICINFO{author="micha" comment="reprev" date="1366187528" format="1.1" reprev="12" version="12"}%
Welcome to the %WEB% web.
This web contains a set of WikiApplications that can be used in
different parts of your wiki site. It is used as a
Expand Down
9 changes: 1 addition & 8 deletions data/Applications/WebTopicEditTemplate.txt
@@ -1,9 +1,2 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278737" format="1.1" version="4"}%
%META:TOPICINFO{author="micha" comment="autosave" date="1366269955" format="1.1" version="5"}%



%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" title="TopicType" value="TopicTemplate"}%
%META:FIELD{name="TopicTitle" attributes="" title="<nop>TopicTitle" value="WebTopicEditTemplate"}%
%META:FIELD{name="Summary" attributes="" title="Summary" value="Generic template for topics"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%

0 comments on commit 1ce03f6

Please sign in to comment.