[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / controleurs / syndic_article_hyperlien.html
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><:form_prop_url_site:></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>