source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/article_intro.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: 340 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'article_intro' , uniquement html
4
5]
6#CACHE{0}
7<BOUCLE_a(ARTICLES){id_article}{statut==.}>
8<textarea class="crayon-active" name="#ENV{name_descriptif}"
9 style="width:#ENV{largeur}px; height:#ENV{hauteur}px;#ENV{style}">[(#DESCRIPTIF**|sinon{#INTRODUCTION|textebrut}|entites_html)]</textarea>
10</BOUCLE_a>
Note: See TracBrowser for help on using the repository browser.