Commentaires visibles uniquement par le développeur
<dtml-comment> ... </dtml-comment> Appeler une variable, une propriété, une méthode DTML, un script python, le contenu d'un objet... et en afficher le résultat
<dtml-var title>
<dtml-var expr= "fonction(arg1, arg2)">
<dtml-var standard_html_header>
Texte et instructions
<dtml-var standard_html_footer>
Appeler une méthode DTML, un script python, une expression... mais sans en afficher le résultat
<dtml-call expr="ajouter_un_attribut(nom, valeur)">
<dtml-call "RESPONSE.redirect(url)"> : redirection d'url
|