Tags:
view all tags
Templates for CommentPlugin - See %TWIKIWEB%.CommentPlugin#Customisation for help. While 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. *WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN* Put your local templates into %TWIKIWEB%.UserCommentsTemplate. *LOCAL TEMPLATES WILL OVERRIDE TEMPLATES DEFINED IN THIS FILE* %TOC% ---+ Template definitions ---++ Templates used in rest of file Generic prompt box used by other templates <verbatim> %TMPL:DEF{promptbox}% <div class="commentPlugin commentPluginPromptBox"> <table><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|70%" name="comment" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td><input %DISABLED% type="submit" value="%button|Add comment%" /></td></tr></table> </div><!--/commentPlugin--> %TMPL:END% </verbatim> Short comment, signed and dated <verbatim> %TMPL:DEF{outputoneliner}% * %URLPARAM{"comment"}% -- %WIKIUSERNAME% - %SERVERTIME%%TMPL:END% </verbatim> --------------------------------------------------------------------------- ---++ User templates ---+++ top Comments, signed and dated, added at top of file <verbatim> %TMPL:DEF{PROMPT:top}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:top}%%TMPL:P{outputoneliner}%%POS:TOP% %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ bottom Comments, signed and dated, added at end of file <verbatim> %TMPL:DEF{PROMPT:bottom}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:bottom}%%POS:BOTTOM%%TMPL:P{outputoneliner}%%TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ above Comments, signed and dated, added immediately before anchor <verbatim> %TMPL:DEF{PROMPT:above}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:above}%%POS:BEFORE%%TMPL:P{outputoneliner}% %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ threadmode Wiki thread mode comment, signed and dated <verbatim> %TMPL:DEF{PROMPT:threadmode}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:threadmode}%%POS:BEFORE% %URLPARAM{"comment"}% -- %WIKIUSERNAME% - %DATE% %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ below Comments, signed and dated, added immediately below anchor <verbatim> %TMPL:DEF{PROMPT:below}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:below}%%POS:AFTER%%TMPL:P{outputoneliner}% %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ tableprepend Comments, signed and dated, added at top of table below the anchor/location/COMMENT <verbatim> %TMPL:DEF{PROMPT:tableprepend}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:tableprepend}%%POS:AFTER%| %URLPARAM{"comment" newline="<br />"}% </td><td> %WIKIUSERNAME% </td><td> %SERVERTIME% | %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ tableappend Comments, signed and dated, added at end of table above the anchor/location/COMMENT <verbatim> %TMPL:DEF{PROMPT:tableappend}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:tableappend}%%POS:BEFORE%| %URLPARAM{"comment" newline="<br />"}% | %WIKIUSERNAME% | %SERVERTIME% | %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ after: Add before the comment box, after the last comment <verbatim> %TMPL:DEF{PROMPT:after}%%TMPL:P{promptbox}%%TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:after}%%NOP% %TMPL:P{outputoneliner}% %POS:BEFORE%%TMPL:END% </verbatim> ---------------------------------------------------------------------------- ---+++ action Action added to action table directly above comment box <verbatim> %TMPL:DEF{PROMPT:action}% <table> <tr> <td align="right">Action for (%TWIKIWEB%.WikiName):</td> <td><input name="who" type="text" size="50" value="%URLPARAM{"who"}%" /></td> </tr> <tr> <td align="right">Due date:</td> <td> <input name="due" id="idDue" type="text" size="30" value="%URLPARAM{"due"}%" /> </td> </tr> <tr> <td colspan="2"> <textarea %DISABLED% rows="5" cols="120" name="comment" wrap="soft"></textarea> </td> </tr> <tr> <td colspan=2 align=middle><input %DISABLED% type="submit" value="Add action" /></td> </tr> </table> %TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:action}%%POS:BEFORE%%AC%NOP%TION{who="%URLPARAM{"who"}%" due="%URLPARAM{"due"}%"}% %URLPARAM{"comment" newline="<br />"}%<br />- Created by %WIKIUSERNAME%, %SERVERTIME% %TMPL:END% </verbatim> ---------------------------------------------------------------------------- ---+++ table Tablerows adding on end - TWiki:Main/FranzJosefSilli <verbatim> %TMPL:DEF{PROMPT:table}% <hr width="60%" /> Date: <input %DISABLED% type="text" size="40" name="comment_date" /> <br /> City: <input %DISABLED% type="text" size="40" name="comment_city" value="" /> <input %DISABLED% type="submit" value="%button|Add%" /> entry <hr width="90%" /> %TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:table}% %POS:BEFORE%| %URLPARAM{"comment_date"}% | %WIKIUSERNAME% | %URLPARAM{"comment_city" }% | %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ toctalk Talk using TOC adding on end - TWiki:Main/FranzJosefSilli <verbatim> %TMPL:DEF{PROMPT:toctalk}% <hr width="60%" /> Summary: <input %DISABLED% type="text" size="40" name="comment_summary" /> <br /> <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="comment_text" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> <br /> <input %DISABLED% type="submit" value="%button|Add%" /> <hr width="90%" /> %TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:toctalk}% %POS:BEFORE%---+++ %SERVERTIME% %WIKIUSERNAME%: %URLPARAM{"comment_summary"}% %POS:BEFORE%%URLPARAM{"comment_text" }% %POS:BEFORE% %TMPL:END% </verbatim> --------------------------------------------------------------------------- ---+++ bookmark Talk using TOC adding on end - TWiki:Main/FranzJosefSilli <verbatim> %TMPL:DEF{PROMPT:bookmark}% <hr width="60%" /> URL: <input %DISABLED% type="text" size="40" name="comment_url" value="http://" /> <br /> Link: <input %DISABLED% type="text" size="40" name="comment_link" /> <br /> Text: <input %DISABLED% type="text" size="40" name="comment_text" value="%MESSAGE%" /> <input %DISABLED% type="submit" value="%button|Add%" /> bookmark <hr width="90%" /> %TMPL:END% </verbatim> <verbatim> %TMPL:DEF{OUTPUT:bookmark}% %POS:BEFORE% * [[%URLPARAM{"comment_url"}%][%URLPARAM{"comment_link"}%]] - %URLPARAM{"comment_text" }% %TMPL:END% </verbatim> ---+ Include !UserCommentsTemplate Including UserCommentsTemplate: %TMPL:INCLUDE{"UserComments"}% <!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->
Editar
|
Anexar
|
Watch
|
Im
p
rimir
|
H
istórico
:
r9
|
r4
<
r3
<
r2
<
r1
|
We
b
|
V
er tópico
|
Editar modo texto
|
Mais ações de tópico...
Versão do tópico: r2 - 27 Mar 2005
-
TWikiContributor
Home
Site map
Main web
Sandbox web
TWiki web
Web TWiki
User registration
Usuários
Grupos
Índice
Busca
Alterações
Notificações
Fonte RSS
Estatísticas
Preferências
Ver
Raw View
Print version
Find backlinks
History
More topic actions
Editar
Editar modo texto
Attach file or image
Editar preferências do tópico
Marcar novo tópico pai
More topic actions
Referência do usuário
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Manutenção Administrativa
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categorias
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Iniciar sessão
Български
Cesky
Dansk
Deutsch
English
Español
_Français_
Italiano
日本語
한글
Nederlands
Polski
Português
Русский
Svenska
简体中文
簡體中文
Editar
Anexar
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Idéias, solicitações, problemas com relação ao TWiki?
Nos dê um retorno
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.CommentPluginTemplate
.