1 | <div class="formulaire_spip ajax formulaire_inscription2_recherche" id="formulaire_inscription2_recherche"> |
---|
2 | |
---|
3 | [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
---|
4 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
5 | |
---|
6 | [(#ENV{editable}|oui) |
---|
7 | <form action='#ENV{action}' method='post'><div> |
---|
8 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
9 | <ul> |
---|
10 | <li class="fieldset"> |
---|
11 | <fieldset> |
---|
12 | <h3 class="legend"><:inscription2:recherche_utilisateurs:></h3> |
---|
13 | <ul> |
---|
14 | <li> |
---|
15 | <label for="valeur"><:inscription2:recherche_valeur:></label> |
---|
16 | <input class="text" type="text" name="valeur" id="valeur" value="[(#ENV{valeur})]" /> |
---|
17 | </li> |
---|
18 | <INCLURE{fond=prive/formulaires/inscription2_recherche_cas}{case}> |
---|
19 | </ul> |
---|
20 | </fieldset> |
---|
21 | </li> |
---|
22 | </ul> |
---|
23 | <p class="boutons"> |
---|
24 | <input type="submit" class="submit" name="rechercher" value="<:info_rechercher:>" /> |
---|
25 | <input type="submit" class="submit" name="afficher_tous" value="<:inscription2:afficher_tous:>" /> |
---|
26 | </p> |
---|
27 | |
---|
28 | <div class="legend" style="padding:10px;margin-bottom:20px"> |
---|
29 | <h3><:inscription2:legende:></h3> |
---|
30 | <p><:inscription2:statuts_actifs:></p> |
---|
31 | <img src="#CHEMIN{'images/admin-12.gif'}" alt="<:inscription2:fiche_adherent:>" /> <:inscription2:admin:>, |
---|
32 | <img src="#CHEMIN{'images/redac-12.gif'}" alt="<:inscription2:fiche_adherent:>" /> <:inscription2:auteur:>, |
---|
33 | <img src="#CHEMIN{'images/adherent-12.gif'}" alt="<:inscription2:fiche_adherent:>" /> <:inscription2:visiteur:>, |
---|
34 | <img src="#CHEMIN{'images/aconf-12.gif'}" alt="<:inscription2:fiche_adherent:>" /> <:inscription2:a_confirmer:>, |
---|
35 | <img src="#CHEMIN{'images/defaut-12.gif'}" alt="<:inscription2:fiche_adherent:>" /> <:inscription2:autre:> |
---|
36 | </div> |
---|
37 | |
---|
38 | [(#ENV{case}|oui) |
---|
39 | <INCLURE{fond=prive/table_adherent_auteur_recherche}{ajax}{ordre}{env}> |
---|
40 | ] |
---|
41 | [(#ENV{case}|non) |
---|
42 | <INCLURE{fond=prive/table_adherent_auteur}{ajax}{ordre}{env}> |
---|
43 | ] |
---|
44 | |
---|
45 | <p class="boutons"> |
---|
46 | <input type="submit" class="submit" name="supprimer_auteurs" value="<:inscription2:delete_user_select:>" /> |
---|
47 | </p> |
---|
48 | </div></form>] |
---|
49 | </div> |
---|