Last change
on this file since 108991 was
108991,
checked in by eric@…, 3 years ago
|
Suppression de l'action wikipedia qui a été remplacée par un formulaire dédiée.
Nettoyage de quelques fichiers et fonctions.
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | <div class="formulaire_spip formulaire_charger formulaire_#FORM"> |
---|
2 | <h3 class="titrem"><:taxonomie:info_etape{etape=#ENV{_etape}, etapes=#ENV{_etapes}}:></h3> |
---|
3 | |
---|
4 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
5 | |
---|
6 | <form method="post" action="#ENV{action}"> |
---|
7 | <div> |
---|
8 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
9 | <div class="editer-groupe"> |
---|
10 | [(#SAISIE{input, langue_choisie, |
---|
11 | defaut=#ENV{_langues/#ENV{langue}}, |
---|
12 | disable=oui, |
---|
13 | label=<:taxonomie:label_langue_descriptif:> |
---|
14 | })] |
---|
15 | |
---|
16 | [(#ENV{_descriptif}|oui) |
---|
17 | [(#SAISIE{textarea, _descriptif, |
---|
18 | explication=<:taxonomie:explication_wikipedia_descriptif:>, |
---|
19 | label=<:taxonomie:label_wikipedia_descriptif:>, |
---|
20 | disable=oui |
---|
21 | })] |
---|
22 | |
---|
23 | [(#SAISIE{radio, choix_descriptif, |
---|
24 | explication=<:taxonomie:explication_wikipedia_lien:>, |
---|
25 | label=<:taxonomie:label_wikipedia_lien:>, |
---|
26 | datas=#ENV{_liens}, |
---|
27 | defaut=#ENV{_lien_defaut} |
---|
28 | })] |
---|
29 | ] |
---|
30 | </div> |
---|
31 | |
---|
32 | <p class="boutons"> |
---|
33 | <input type="submit" class="submit" name="_retour_etape_1" value="<:taxonomie:bouton_retourner:>" /> |
---|
34 | [(#ENV{_descriptif}|oui) |
---|
35 | <input type="submit" class="submit" value="<:bouton_enregistrer:>" /> |
---|
36 | ] |
---|
37 | </p> |
---|
38 | </div> |
---|
39 | </form> |
---|
40 | </div> |
---|
41 | [(#ENV**|unserialize|bel_env)] |
---|
Note: See
TracBrowser
for help on using the repository browser.