RssViewTemplate
View for the rss feeds

%TMPL:DEF{"rsshead"}% %TMPL:END%

%TMPL:DEF{"rssbody"}%%TMPL:END%

%TMPL:DEF{"rsschannel::header"}% Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications Applications Library /pub/System/ProjectLogos/foswiki-logo.png Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications en-us Copyright 2026 by contributing authors %TMPL:END%

%TMPL:DEF{"rsschannel::query"}% RenderWikiTopicView https://wiki.physik.rwth-aachen.de/Applications/RenderWikiTopicView 2019-05-02T09:18:00Z ProjectContributor RenderWikiTopicView
(deprecated)
%REVINFO{ " $date - $hour:$min " rev=" IF{ "%NATMAXREV%!=%CURREV%" then="%CURREV%" }: Syntax error in '%NATMAXREV%!=%CURREV%' at '%NATMAXREV%!=%CURREV%' " topic="Applications.RenderWikiTopicView" }% | Version 1 | ]]>
RenderRecentChanges https://wiki.physik.rwth-aachen.de/Applications/RenderRecentChanges 2019-05-02T09:18:00Z ProjectContributor
GNU General Public License, version 2 
Standard Open Source License
02 May 2019 - 09:18 | ProjectContributor
TopicTemplateEditTemplate 
Editor for TopicTemplates
02 May 2019 - 09:18 | ProjectContributor
RenderWikiApplicationFactory 
Renders a form to create a new WikiApplication
02 May 2019 - 09:18 | ProjectContributor
WikiTopicViewTemplate 
Generic topic view
02 May 2019 - 09:18 | ProjectContributor
WebLexiconViewTemplate 
a view for the WebLexicon
02 May 2019 - 09:18 | ProjectContributor
RenderFunctionCallers 
Render a list of topics that use a given TopicFunction
02 May 2019 - 09:18 | ProjectContributor
CompleteDocumentation 
WikiApplication to develop WikiApplications
02 May 2019 - 09:18 | ProjectContributor
TopicTypeTemplate 
Template to create TopicTypes
02 May 2019 - 09:18 | ProjectContributor
AtomViewTemplate 
View for the atom feeds
02 May 2019 - 09:18 | ProjectContributor
DocuTopicTemplate 
TopicTemplate for DocuTopics
02 May 2019 - 09:18 | ProjectContributor
WikiApplicationTemplate 
TopicTemplate to generate a WikiApplication topic
02 May 2019 - 09:18 | ProjectContributor
RenderTopicInstaller 
Render a simple factory to deploy a topic in another web
02 May 2019 - 09:18 | ProjectContributor
RenderWikiApplicationWebHome 
Renders a dashboard for an application web
02 May 2019 - 09:18 | ProjectContributor
DocuTopic 
application documentation
02 May 2019 - 09:18 | ProjectContributor
ApplicationLicense 
a license for wiki applications
02 May 2019 - 09:18 | ProjectContributor
RenderImageSelector 
Renders a widget to select an image attached to a topic
02 May 2019 - 09:18 | ProjectContributor
TopicStubEditTemplate 
02 May 2019 - 09:18 | ProjectContributor
WebTool 
a special page used to manage a web
02 May 2019 - 09:18 | ProjectContributor
RenderIndexItem 
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
02 May 2019 - 09:18 | ProjectContributor
TopicTypeEditTemplate 
Editor for TopicTypes
02 May 2019 - 09:18 | ProjectContributor
]]>
TopicTypeEditTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicTypeEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"Applications.ApplicationTopicEdit"}% %{}%

%{
}%
%TMPL:DEF{"editfields"}%TopicTitle, Summary%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"detailstab"}%%TMPL:PREV%%ADDTOZONE{
   "script" 
   id="TOPICTYPE::JS" 
   requires="JQUERYPLUGIN" 
   text="<script type='text/javascript' src='%PUBURLPATH%/Applications/TopicTypeEditTemplate/script.js'></script>"
}%%TMPL:END%
%{
}%

jQuery(function($) {
   var $modeElem = $("[name=TopicNamingMode]"),
       $set1 = $("[name=TopicNameTemplate]").parent(),
       $set2 = $("[name=TopicNameSource]").parent()
               .add($("[name=TopicNamePrefix]").parent())
               .add($("[name=TopicNameSuffix]").parent())
               .add($("[name=TopicNameTransliterate]").parents("div.foswikiFormStep:first"));

   function updateTopicNaming() {
      var val = $modeElem.filter(":checked").val();
      $set1.hide();
      $set2.hide();
      if (val === 'template') {
        $set1.fadeIn();
      } else if (val === 'derived') {
        $set2.fadeIn();
      } else {
         $modeElem.filter("[value=manual]").prop("checked", true);
      }
   }

   $modeElem.on("change", updateTopicNaming);
   updateTopicNaming();
});

]]>
WikiTopicEditTemplate https://wiki.physik.rwth-aachen.de/Applications/WikiTopicEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"edit"}% %{}%

%{
}%
%TMPL:DEF{"formdefinition"}%%URLPARAM{"formtemplate" 
   default="%IF{"'%URLPARAM{"templatetopic"}%'!='' and '%URLPARAM{"templatetopic"}%'/form.name!=''"
               then="$percntQUERY{\"'%URLPARAM{"templatetopic"}%'/form.name\"}$percnt"
               else="%IF{"istopic '%WEB%.%TOPIC%'" 
                  then="$percntQUERY{\"form.name\"}$percnt"
                  else="$percntQUERY{\"'WebTopicEditTemplate'/form.name\"}$percnt"
               }%"
            }%"
}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"edittoolbar::paragraphmenu::h1"}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"firsttab"}%%IF{
  "$'URLPARAM{action}'!='form'" 
  then="$percntTMPL:P{\"firsttab::impl\"}$percnt"
  else="$percntTMPL:P{\"hiddentextarea\"}$percnt"
}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"hiddentextarea"}%<textarea class='natedit foswikiHidden' data-hidden='true' data-show-toolbar='false'></textarea>%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"firsttab::impl"}%%TAB{"%TRANSLATE{"Text"}%"}%
%TMPL:P{"topicmeta"}%
%TMPL:P{"textarea"}%
%ENDTAB%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"formfields"}%<!-- disabled -->%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"editfields"}%TopicTitle, Summary%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"topicmeta"}%%RENDERFOREDIT{ 
  form="%TMPL:P{"formdefinition"}%" 
  fields="%TMPL:P{"editfields"}%" 
  header="<div class='natEditTopicInfo'><table class='foswikiLayoutTable jqTooltip'>" 
  format="<tr title='$description'><th valign='top'>$title$mandatory:</th><td valign='top'>$edit</td></tr>" 
  footer="</table></div>" 
  TopicTitle_title="%TRANSLATE{"Title"}%" 
  TopicTitle_default="%BASETOPIC%"
  Summary_title="%TRANSLATE{"Summary"}%" 
}%<!-- --> %TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"formattop"}%<noautolink>%IF{"not '%TMPL:P{"formdefinition"}%'=~'^(none)?$'"
   then="<input type='hidden' name='TopicType' value='$percntRENDERFORMDEF{\"%TMPL:P{"formdefinition"}%\" field=\"TopicType\" format=\"$value\"}$percnt' />"
}%
</noautolink>%TMPL:END%
%{
}%

]]>
RenderIndexItem https://wiki.physik.rwth-aachen.de/Applications/RenderIndexItem 2019-05-02T09:18:00Z ProjectContributor RenderIndexItem 
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
02 May 2019 - 09:18 | ProjectContributor
]]> TopicStubEditTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicStubEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"Applications.WikiTopicEdit"}% %{}%

%{
}%
%TMPL:DEF{"firsttab"}%%TMPL:P{"detailstab"}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"formfields"}%%TMPL:PREV%%TMPL:P{"texttab"}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"detailstab"}%%TAB{"%TRANSLATE{"Details"}%"}%
%RENDERFOREDIT{
   exclude="\b(TopicType)\b"
   TopicTitle_default="%BASETOPIC%"
}%
%ENDTAB%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"texttab"}%%TAB{"%TRANSLATE{"Text"}%"}%
%TMPL:P{"textarea"}%
%ENDTAB%%TMPL:END%
%{
}%

]]>
DocuTopic https://wiki.physik.rwth-aachen.de/Applications/DocuTopic 2019-05-02T09:18:00Z ProjectContributor

Create a new DocuTopic

Title:

Summary:

short description or tagline

topic index TopicTitle Summary WikiApplication Changed

]]>
RenderTopicInstaller https://wiki.physik.rwth-aachen.de/Applications/RenderTopicInstaller 2019-05-02T09:18:00Z ProjectContributor

Install RssViewTemplate

Target web:

Select a web where to deploy this component.

]]>
RenderWikiApplicationWebHome https://wiki.physik.rwth-aachen.de/Applications/RenderWikiApplicationWebHome 2019-05-02T09:18:00Z ProjectContributor

See the CompleteDocumentation.

topic index TopicTitle Summary TopicType WikiApplication Changed

]]>
RenderImageSelector https://wiki.physik.rwth-aachen.de/Applications/RenderImageSelector 2019-05-02T09:18:00Z ProjectContributor

]]>
%TMPL:END%

%TMPL:DEF{"rsschannel::footer"}%%TMPL:END% %TMPL:DEF{"rssfooter"}%%TMPL:END%
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback