spip_nursit/plugins-dist/dist/nursit/crayons/controleurs/article_texte.html

18 lines
425 B
HTML
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
[(#REM)
Controleur pour le crayon 'article_intro' , uniquement html
]
#CACHE{0}
<BOUCLE_a(ARTICLES){id_article}{statut==.}>
<textarea class="crayon-active" name="#ENV{name_texte}"
style="width:#ENV{largeur}px; height:#ENV{hauteur}px;#ENV{style}">
[(#TEXTE**|entites_html)]</textarea>
[(#CONFIG{crayons/upload}|?{
#MODELE{uploader_liste,id_article}
})<INCLURE{fond=js/uploader.js,id_article=#ID_ARTICLE}>]
</BOUCLE_a>