[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / controleurs / syndic_article_hyperlien.html
diff --git a/www/plugins/crayons/controleurs/syndic_article_hyperlien.html b/www/plugins/crayons/controleurs/syndic_article_hyperlien.html
new file mode 100644 (file)
index 0000000..f8026f0
--- /dev/null
@@ -0,0 +1,17 @@
+[(#REM)
+
+       Controleur pour le crayon 'hyperlien' des articles syndiques
+
+]
+#CACHE{0}
+
+<BOUCLE_f(SYNDIC_ARTICLES){id_syndic_article=#ENV{id_syndic_article}}
+       {statut==.}>
+<fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend>
+<label><:forum_titre:></label> <input class="crayon-active" name="#ENV{name_titre}"
+ style="width:100%;" value="[(#TITRE**|entites_html)]" />
+ <br />
+ <label><:form_prop_url_site:></label> <input class="crayon-active" name="#ENV{name_url}"
+ style="width:100%;" value="[(#URL_ARTICLE**|sinon{http://}|entites_html)]" />
+</fieldset>
+</BOUCLE_f>