Lean > CommentsTmpl    Changements récents | Index | Recherche | Go
  • Accueil
  • Le Projet
  • Actualités
      Lettres J Womack
      Lettres D Jones
      Gemba Coach
  • Publications
      Bibliographie
      GlossaireLean
  • Présentations
  • Le Réseau
      AnnuaireDuLean
      Formations
      Stages/Emplois
      FoireAuxQuestions
      Club des traducteurs
  • Videos
  • Beta-Services
      Recherche
      Achat de livres
      Carte du lean
  • Séminaires
  • RSS

  • Lettre d'information

    - Pour être tenu(e) au courant des nouveautés du Projet Lean Entreprise, laissez-nous votre adresse électronique :

    Projet Lean Entreprise
    Département SES
    Télécom Paristech
    46 rue Barrault
    75634 PARIS Cedex 13
    Tél. 01 45 81 74 01

    Contact mél
    Se rendre à Télécom Paristech

    Toutes les rubriques
    Admin
    Templates for CommentPlugin - See CommentPlugin#Customisation for help

    WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN

    Put your local templates into UserTemplates . LOCAL TEMPLATES WILL OVERRIDE TEMPLATES DEFINED IN THIS FILE

    Template definitions

    Templates used in rest of file

    Generic prompt box used by other templates
    %TMPL:DEF{promptbox}%
    <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>
    %TMPL:END%
    
    Short comment, signed and dated
    %TMPL:DEF{outputoneliner}%   * %URLPARAM{"comment"}% -- %WIKIUSERNAME% - %DATE% %TIME%%TMPL:END%
    

    User templates

    top

    Comments, signed and dated, added at top of file
    %TMPL:DEF{PROMPT:top}%%TMPL:P{promptbox}%%TMPL:END%
    

    %TMPL:DEF{OUTPUT:top}%%TMPL:P{outputoneliner}%%POS:TOP%
    %TMPL:END%
    

    bottom

    Comments, signed and dated, added at end of file
    %TMPL:DEF{PROMPT:bottom}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:bottom}%%POS:BOTTOM%%TMPL:P{outputoneliner}%%TMPL:END%
    

    above

    Comments, signed and dated, added immediately before anchor
    %TMPL:DEF{PROMPT:above}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:above}%%POS:BEFORE%%TMPL:P{outputoneliner}%
    %TMPL:END%
    

    threadmode

    Wiki thread mode comment, signed and dated
    %TMPL:DEF{PROMPT:threadmode}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:threadmode}%%POS:BEFORE%
    
    %URLPARAM{"comment"}%
    
    -- %WIKIUSERNAME% - %DATE%
    %TMPL:END%
    

    below

    Comments, signed and dated, added immediately below anchor
    %TMPL:DEF{PROMPT:below}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:below}%%POS:AFTER%%TMPL:P{outputoneliner}%
    %TMPL:END%
    

    tableprepend

    Comments, signed and dated, added at top of table below the anchor/location/COMMENT
    %TMPL:DEF{PROMPT:tableprepend}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:tableprepend}%%POS:AFTER%| %URLPARAM{"comment" newline="<br />"}% </td><td> %WIKIUSERNAME% </td><td> %DATE% %TIME% |
    %TMPL:END%
    

    tableappend

    Comments, signed and dated, added at end of table above the anchor/location/COMMENT
    %TMPL:DEF{PROMPT:tableappend}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:tableappend}%%POS:BEFORE%| %URLPARAM{"comment" newline="<br />"}% | %WIKIUSERNAME% | %DATE% %TIME% |
    %TMPL:END%
    

    after: Add before the comment box, after the last comment

    %TMPL:DEF{PROMPT:after}%%TMPL:P{promptbox}%%TMPL:END%
    
    %TMPL:DEF{OUTPUT:after}%%NOP%
    %TMPL:P{outputoneliner}% %POS:BEFORE%%TMPL:END%
    

    action

    Action added to action table directly above comment box
    %TMPL:DEF{PROMPT:action}%
    <table>
     <tr>
      <td align="right">Action for (TWiki.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%
    
    %TMPL:DEF{OUTPUT:action}%%POS:BEFORE%%ACTION{who="%URLPARAM{"who"}%" due="%URLPARAM{"due"}%"}% %URLPARAM{"comment" newline="<br />"}%<br />- Created by %WIKIUSERNAME%, %DATE% %TIME%
    %TMPL:END%
    

    table

    Tablerows adding on end - TWiki:Main/FranzJosefSilli
    %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%
    
    %TMPL:DEF{OUTPUT:table}%
    %POS:BEFORE%| %URLPARAM{"comment_date"}% | %WIKIUSERNAME% | %URLPARAM{"comment_city" }% |
    %TMPL:END%
    

    toctalk

    Talk using TOC adding on end - TWiki:Main/FranzJosefSilli
    %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%
    
    %TMPL:DEF{OUTPUT:toctalk}%
    %POS:BEFORE%---+++ %DATE% %TIME% %WIKIUSERNAME%: %URLPARAM{"comment_summary"}%
    %POS:BEFORE%%URLPARAM{"comment_text" }%
    %POS:BEFORE%
    %TMPL:END%
    

    bookmark

    Talk using TOC adding on end - TWiki:Main/FranzJosefSilli
    %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%
    
    %TMPL:DEF{OUTPUT:bookmark}%
    %POS:BEFORE%   * [[%URLPARAM{"comment_url"}%][%URLPARAM{"comment_link"}%]] - %URLPARAM{"comment_text" }%
    %TMPL:END%
    

    %TMPL:INCLUDE{"TWiki.UserTemplates"}%

    Page CommentsTmpl . { Éditer | Attacher un fichier | Pages liées | Version imprimable | Versions }
    Page mise à jour le 2006-05-11 parwww Les contenus de ce site restent la propriété de leurs auteurs respectifs.