source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/article_intro2.html @ 69

Last change on this file since 69 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 573 bytes
Line 
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;">[(#DESCRIPTIF**|entites_html)]</textarea>
12<label>Chapo</label><textarea class="crayon-active" name="#ENV{name_chapo}"
13 style="width:100%; height:#ENV{hauteur}|mul{2}px;">[(#CHAPO**|entites_html)]</textarea>
14</fieldset>
15</BOUCLE_a>
Note: See TracBrowser for help on using the repository browser.