source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/syndic_article_hyperlien.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: 576 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'hyperlien' des articles syndiques
4
5]
6#CACHE{0}
7
8<BOUCLE_f(SYNDIC_ARTICLES){id_syndic_article=#ENV{id_syndic_article}}
9        {statut==.}>
10<fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend>
11<label><:forum_titre:></label> <input class="crayon-active" name="#ENV{name_titre}"
12 style="width:100%;" value="[(#TITRE**|entites_html)]" />
13 <br />
14 <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url}"
15 style="width:100%;" value="[(#URL_ARTICLE**|sinon{http://}|entites_html)]" />
16</fieldset>
17</BOUCLE_f>
Note: See TracBrowser for help on using the repository browser.