%TMPL:INCLUDE{"Applications.WikiTopicEdit"}%
%TMPL:DEF{"formfields"}%%TMPL:PREV%%TMPL:P{"categoriestab"}%%TMPL:P{"tagstab"}%%TMPL:END%
%TMPL:DEF{"topicsettings"}%%TMPL:P{"topicsettings::title"}%
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<table class="foswikiLayoutTable">
%IF{
"'%CLASSIFICATIONPLUGIN_AUTOREPARENT{default="off"}%'='off'"
then="$percntTMPL:P{\"topicsettings::parenttopic\" topicparent=\"%TOPICPARENT%\"}$percnt"
else="<!-- -->"
}%
%TMPL:P{"topicsettings::contentlanguage"}%
%TMPL:P{"topicsettings::caching"}%
</table>
</div>
</div>%TMPL:END%
%TMPL:DEF{"catfield"}%Category%TMPL:END%
%TMPL:DEF{"categorieslabel"}%%TRANSLATE{"Categories" web="Applications.ClassificationApp"}%%TMPL:END%
%TMPL:DEF{"categoriestab"}%%TAB{"%TMPL:P{"categorieslabel"}%"}%
%RENDERFOREDIT{
field="%TMPL:P{"catfield"}%"
form="%TMPL:P{"formdefinition"}%"
value="%URLPARAM{"%TMPL:P{"catfield"}%"
multiple="on"
separator=","
default="%ENCODE{
"%FORMFIELD{"%TMPL:P{"catfield"}%"}%"
type="entity"}%"
}%"
}%
%ENDTAB%%TMPL:END%
%TMPL:DEF{"tagslabel"}%%TRANSLATE{"Tags" web="Applications.ClassificationApp"}%%TMPL:END%
%TMPL:DEF{"tagstab"}%%TAB{"%TMPL:P{"tagslabel"}%"}%
%RENDERFOREDIT{
field="Tag"
form="%TMPL:P{"formdefinition"}%"
value="%URLPARAM{"Tag"
multiple="on"
separator=","
default="%ENCODE{
"%FORMFIELD{"Tag"}%"
type="entity"}%"
}%"
}%
%ENDTAB%%TMPL:END%