summaryrefslogtreecommitdiffstats
path: root/subrequest.tt2
blob: 23d63bd81505fdd0c3a48ede6d5c9f8d670b159e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!-- $Id: subrequest.tt2 6099 2009-08-13 08:31:02Z olivier.salaun $ -->


  [% IF status == 'auth' %]

        [% IF listconf.custom_attribute.size == 0 %]
          [%|loc(list)%]You requested a subscription to list %1[%END%].
          [%|loc%]To confirm your request, please click the button below:[%END%]<br />
        [% ELSE %] [%|loc(list)%]You want to subscribe to list %1[%END%].
          [%|loc%]Please fill in the form below and then click the validation button[%END%]<br />
          <br />
	[% END %]
        <br /><br />

        <form action="[% path_cgi %]" method="post">
        <fieldset>
          <input type="hidden" name="list" value="[% list %]" />
          <input type="hidden" name="email" value="[% user.email %]" />
          [% PROCESS edit_attributes.tt2 %]

	  <input type="hidden" name="via_subrequest" value="1" />
          <input class="MainMenuLinks" type="submit" name="action_subscribe" value="[%|loc(list)%]I subscribe to list %1[%END%]" />
        </fieldset>
        </form>

  [% ELSIF status == 'notauth_passwordsent' %]

        [%|loc(list)%]You requested a subscription to list %1[%END%].
        <br /><br />
        [%|loc%]To confirm your identity and prevent anyone from subscribing you to
        this list against your will, a message containing an validation link was sent to the e-mail address you provided.[%END%] <br /><br />
        [%|loc(list)%]Check your mailbox for new messages and click this link. This will confirm your subscription to list %1.[%END%]

  [% ELSIF status == 'notauth_noemail' %]

        In order to subscribe to the list, you should open a account on <a href="http://identity.mageia.org/">our account system.</a>.<br />
        If you already have one, please log using your account in order to subscribe. 

  [% ELSIF status == 'notauth' %]

          [%|loc(list)%]To confirm your subscription to list %1, please enter
        your password below[%END%]
        [% IF listconf.custom_attribute.size == 0 %]
          [%|loc%], in addition to the personnal informations requested.[%END%]
	[% END %]

         <form action="[% path_cgi %]" METHOD=POST>
        <fieldset>
          <label><b>[%|loc%]e-mail address[%END%]</b></label> [% email %]<br />
          <label for="passwd">[%|loc%]password[%END%]</label>
         <input id="passwd" type="password" name="passwd" size="20" /><br />

         [% PROCESS edit_attributes.tt2 %]
          <input type="hidden" name="list" value="[% list %]" />
          <input type="hidden" name="email" value="[% email %]" />
          <input type="hidden" name="previous_list" value="[% list %]" />
          <input type="hidden" name="previous_action" value="subrequest" />
 	  <input type="hidden" name="via_subrequest" value="1" />
        &nbsp; &nbsp; &nbsp;<input class="MainMenuLinks" type="submit" name="action_subscribe" value="[%|loc%]Subscribe[%END%]" />
        <input class="MainMenuLinks" type="submit" name="action_requestpasswd" value="[%|loc%]My password?[%END%]" />
        </fieldset>
         </form>

  [% ELSIF status == 'notauth_subscriber' %]

        <strong>[%|loc(list)%]You are already subscribed to list %1[%END%].</strong>
        <br /><br />


        [% PROCESS 'loginbanner.tt2' %]

  [% END %]
<!-- end subrequest.tt2 -->