source: trunk/spip/esqueleto-redcta/plugins/spip-listes_1_9_2/formulaires/formulaire_modif_abonnement.html @ 90

Last change on this file since 90 was 90, checked in by guille, 15 years ago

importacion de spip-listes-1_9_2

File size: 3.0 KB
Line 
1[(#ENV*{message_formulaire})]
2
3<BOUCLE_liste(LISTES) {statut=liste} {id_liste=#ENV{liste}}>
4                        <fieldset style="margin-bottom:1em;">
5                        <legend style="font-weight:bold;color:#000000">#TITRE</legend>
6                        #TEXTE
7                        </fieldset>
8                </BOUCLE_liste>
9[(#ENV*{confirm_formulaire})]
10<BOUCLE_auteur(AUTEURS){tous} {id_auteur=(#ENV{id_auteur})}>
11[(#ENV{formulaire_affiche}|?{' ',''})
12#NOM
13<h4><:spiplistes:abonnement:></h4>
14<form action="#SELF" method="post">
15        <div style="text-align:left">]
16</BOUCLE_auteur>
17<B_listes>
18        <fieldset>
19        <legend style="color:#000000">[(#TOTAL_BOUCLE|=={1}|?{<:spiplistes:abo_1_lettre:>,<:spiplistes:abo_listes:>})]</legend>
20        <ul style='width:350px;list-style-type:none'>
21<BOUCLE_listes(LISTES) {statut=liste} {0,(#ENV{formulaire_affiche}|?{100,0})}>
22                                [(#TOTAL_BOUCLE|=={1}|?{' ',''})
23                                <li style="margin-bottom:3px">
24                                <input type="checkbox" name="list&#91;&#93;" checked="checked"  value="#ID_LISTE" /><a href='[(#SELF|parametre_url{liste,#ID_LISTE})]' title='<:spiplistes:infos_liste:>'>#TITRE</a>                           
25                                </li>]
26                                <BOUCLE_inscription(AUTEURS){tous} {id_liste} {id_auteur=#ENV{id_auteur}}></BOUCLE_inscription>
27                                [(#TOTAL_BOUCLE|!={1}|?{' ',''})
28                                <li style="margin-bottom:3px">
29                                        <input type="checkbox" name="list&#91;&#93;" [(#_inscription:TOTAL_BOUCLE|?{' ',''})checked="checked"] value="#ID_LISTE" />
30                                        <a title='<:spiplistes:infos_liste:>' href='[(#SELF|parametre_url{liste,#ID_LISTE})]' title='<:spiplistes:infos_liste:>'>#TITRE</a>
31                                </li>]
32</BOUCLE_listes>
33        </ul>
34</B_listes>
35        [(#ENV{formulaire_affiche}|?{' ',''})<fieldset>
36        <legend style="color:#000000"><:spiplistes:abo_1_lettre:></legend>]
37<//B_listes>
38[(#ENV{formulaire_affiche}|?{' ',''})
39 <div style="text-align: left;"> 
40                                 <strong>Format :</strong><br/> 
41                                 <input name="suppl_abo" id="formathtml" value="html" [(#ENV{format}|=={html}|?{'checked=checked',''})]  type="radio"><label for="formathtml"><:html:></label><br/> 
42                                 <input name="suppl_abo" id="formattexte" value="texte" [(#ENV{format}|=={texte}|?{'checked=checked',''})] type="radio"><label for="formattexte"><:texte:></label><br/> 
43                                 <input name="suppl_abo" id="formatnon" [(#ENV{format}|=={non}|?{'checked=checked',''})] value="non" type="radio"><label for="formatnon"><:desabonnement:></label><br/> 
44                                 </div> 
45        <input style="margin-top:3px" type='submit' name='Valider' value='<:spiplistes:abonnement_bouton:>' />
46        <input type="hidden" name="d"  value="[(#ENV{d})]"  />
47        <input type="hidden" name="confirm"  value="oui" />
48        </fieldset>
49        </div>
50</form>
51]
52[(#ENV{formulaire_cookie_affiche}|?{' ',''})
53<fieldset> 
54        <legend style="color:#000000"><:spiplistes:abonnement_bouton:></legend>
55        <h4><:spiplistes:abonnement_change_format:></h4>
56        [(#ENV*{erreur}|sinon{
57        <:spiplistes:abonnement_texte_mail:>
58        <form action="#SELF" method="post">
59                <div style="text-align:right">
60                        <input type="text" class="fondo" name="email_desabo" value="" />
61                        <input type="hidden" name="desabo" value="oui" />
62                        <input type="submit" class="fondl" name="oubli" value="<:pass_ok:>" />
63                </div>
64        </form>})]
65</fieldset>
66]
Note: See TracBrowser for help on using the repository browser.