[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / controleurs / article_intro2.html
1 [(#REM)
2
3 Controleur pour le crayon 'article_intro2' , uniquement html
4
5 ]
6 #CACHE{0}
7 <BOUCLE_a(ARTICLES){id_article}{statut==.}>
8 <fieldset style="width:#ENV{largeur}px;#ENV{style}">
9 <legend>Introduction</legend>
10 <label>Descriptif</label><textarea class="crayon-active" name="#ENV{name_descriptif}"
11 style="width:100%; height:#ENV{hauteur}px;">
12 [(#DESCRIPTIF**|entites_html)]</textarea>
13 <label>Chapo</label><textarea class="crayon-active" name="#ENV{name_chapo}"
14 style="width:100%; height:#ENV{hauteur}|mul{2}px;">
15 [(#CHAPO**|entites_html)]</textarea>
16 </fieldset>
17 </BOUCLE_a>