17 lines
425 B
HTML
17 lines
425 B
HTML
[(#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>
|
|
|