source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/article_introduction.html @ 357

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

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

File size: 741 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'article_introduction' php+html
4
5]
6#CACHE{0}
7<BOUCLE_a(ARTICLES){id_article}{statut==.}>
8<fieldset style="width:#ENV{largeur}px;#ENV{style}"><legend>Introduction</legend>
9<label>Descriptif</label><textarea class="crayon-active maxheight150" name="#ENV{name_descriptif}"
10        style="width:100%;
11        height:#ENV{h_descriptif}px;">[(#DESCRIPTIF**|entites_html)]</textarea>
12<label>Chapo</label><textarea class="crayon-active" name="#ENV{name_chapo}"
13        style="width:100%;
14        height:#ENV{h_chapo}px;">[(#CHAPO**|entites_html)]</textarea>
15<label>Texte</label><textarea class="crayon-active" name="#ENV{name_texte}"
16        style="width:100%;
17        height:#ENV{h_texte}px;">[(#TEXTE**|entites_html)]</textarea>
18</fieldset>
19</BOUCLE_a>
Note: See TracBrowser for help on using the repository browser.