[69] | 1 | [(#REM) |
---|
| 2 | |
---|
| 3 | Controleur pour le crayon 'hyperlien', uniquement html |
---|
| 4 | |
---|
| 5 | (attention pour les syndic_articles, les champs ne sont |
---|
| 6 | pas les memes, il faut donc un autre controleur) |
---|
| 7 | |
---|
| 8 | ] |
---|
| 9 | #CACHE{0} |
---|
| 10 | |
---|
| 11 | <BOUCLE_a(AUTEURS){id_auteur}{tous}> |
---|
| 12 | <fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend> |
---|
| 13 | <label><:form_prop_nom_site:></label> <input class="crayon-active" name="#ENV{name_nom_site}" |
---|
| 14 | style="width:100%;" value="[(#NOM_SITE**|entites_html)]" /> |
---|
| 15 | <br /> |
---|
| 16 | <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url_site}" |
---|
| 17 | style="width:100%;" value="[(#URL_SITE**|entites_html)]" /> |
---|
| 18 | </fieldset> |
---|
| 19 | </BOUCLE_a> |
---|
| 20 | |
---|
| 21 | <BOUCLE_b(ARTICLES){id_article}{statut==.}> |
---|
| 22 | <fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend> |
---|
| 23 | <label><:form_prop_nom_site:></label> <input class="crayon-active" name="#ENV{name_nom_site}" |
---|
| 24 | style="width:100%;" value="[(#NOM_SITE**|entites_html)]" /> |
---|
| 25 | <br /> |
---|
| 26 | <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url_site}" |
---|
| 27 | style="width:100%;" value="[(#URL_SITE**|entites_html)]" /> |
---|
| 28 | </fieldset> |
---|
| 29 | </BOUCLE_b> |
---|
| 30 | |
---|
| 31 | <BOUCLE_c(SIGNATURES){id_signature}{statut==.}> |
---|
| 32 | <fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend> |
---|
| 33 | <label><:form_prop_nom_site:></label> <input class="crayon-active" name="#ENV{name_nom_site}" |
---|
| 34 | style="width:100%;" value="[(#NOM_SITE**|entites_html)]" /> |
---|
| 35 | <br /> |
---|
| 36 | <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url_site}" |
---|
| 37 | style="width:100%;" value="[(#URL_SITE**|entites_html)]" /> |
---|
| 38 | </fieldset> |
---|
| 39 | </BOUCLE_c> |
---|
| 40 | |
---|
| 41 | <BOUCLE_d(FORUMS){id_forum}{statut==.}> |
---|
| 42 | <fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend> |
---|
| 43 | <label><:form_prop_nom_site:></label> <input class="crayon-active" name="#ENV{name_nom_site}" |
---|
| 44 | style="width:100%;" value="[(#NOM_SITE**|entites_html)]" /> |
---|
| 45 | <br /> |
---|
| 46 | <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url_site}" |
---|
| 47 | style="width:100%;" value="[(#URL_SITE**|entites_html)]" /> |
---|
| 48 | </fieldset> |
---|
| 49 | </BOUCLE_d> |
---|
| 50 | |
---|
| 51 | <BOUCLE_e(SITES){id_syndic=#ENV{id_site}}{statut==.}> |
---|
| 52 | <fieldset style="#ENV{largeur}px;#ENV{style}"><legend>Hyperlien</legend> |
---|
| 53 | <label><:form_prop_nom_site:></label> <input class="crayon-active" name="#ENV{name_nom_site}" |
---|
| 54 | style="width:100%;" value="[(#NOM_SITE**|entites_html)]" /> |
---|
| 55 | <br /> |
---|
| 56 | <label><:forum_url:></label> <input class="crayon-active" name="#ENV{name_url_site}" |
---|
| 57 | style="width:100%;" value="[(#URL_SITE**|entites_html)]" /> |
---|
| 58 | </fieldset> |
---|
| 59 | </BOUCLE_e> |
---|
| 60 | |
---|
| 61 | <//B_d> |
---|
| 62 | <//B_c> |
---|
| 63 | <//B_b> |
---|
| 64 | <//B_a> |
---|