Last change
on this file since 109065 was
109065,
checked in by eric@…, 3 years ago
|
Pétouille sur les formulaires.
|
-
Property svn:eol-style set to
native
|
File size:
707 bytes
|
Line | |
---|
1 | <div class="formulaire_spip formulaire_editer 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{radio, langue, |
---|
11 | explication=<:taxonomie:explication_wikipedia_langue:>, |
---|
12 | label=<:taxonomie:label_wikipedia_langue:>, |
---|
13 | datas=#ENV{_langues}, |
---|
14 | defaut=#ENV{_langue_defaut} |
---|
15 | })] |
---|
16 | </div> |
---|
17 | |
---|
18 | <p class="boutons"> |
---|
19 | <input type="submit" class="submit" value="<:taxonomie:bouton_continuer:>" /> |
---|
20 | </p> |
---|
21 | </div> |
---|
22 | </form> |
---|
23 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.