~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to web_tt2/suboptions.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- $Id: suboptions.tt2,v 1.12 2006/03/24 09:41:11 olivier.salaun Exp $ -->
 
2
 
 
3
  <form action="[% path_cgi %]" method="post">
 
4
 
 
5
  [%|loc%]You are subscribed since[%END%] [% subscriber.date %]  <br /><br />
 
6
  [%|loc%]Last update:[%END%] [% subscriber.update_date %]  <br /><br />
 
7
     <input type="hidden" name="list" value="[% list %]" />
 
8
     [%|loc%]Reception mode :[%END%] 
 
9
     <select name="reception">
 
10
        [% FOREACH r = reception %]
 
11
          <option value="[% r.key %]" [% r.value.selected %]>[% r.value.description %]</option>
 
12
        [% END %]
 
13
     </select>
 
14
 
 
15
      <a class="actionMenuLinks" href="[% path_cgi %]/nomenu/help/user_options" onclick="window.open('','wws_help','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=200')" target="wws_help">
 
16
     <span style="font-size: smaller;"><strong>[%|loc%]Help[%END%]</strong></span></a>
 
17
 
 
18
     <br /><br />
 
19
     [%IF available_topics %]   
 
20
      [%|loc%]Topic subscription :[%END%]               
 
21
        [%IF possible_topic %] 
 
22
         <BLOCKQUOTE>   
 
23
          [% FOREACH t = available_topics %]
 
24
            [%IF topic_checked.${t.name} %]     
 
25
             <input type="checkbox" name="topic_[%t.name%]" value="1" checked="1"> [% t.title %] </input>
 
26
            [%ELSE%]
 
27
             <input type="checkbox" name="topic_[%t.name%]" value="1"> [% t.title %] </input>
 
28
            [%END%]     
 
29
             <br />
 
30
          [% END %]
 
31
          [%IF topic_checked.other %]
 
32
           <input type="checkbox" name="topic_other" value="1"  checked="1"/> [%|loc%]Other (messages not tagged) [%END%]
 
33
          [%ELSE%]      
 
34
           <input type="checkbox" name="topic_other" value="1" /> [%|loc%]Other (messages not tagged) [%END%]   
 
35
          [%END%] 
 
36
          <br />
 
37
          </BLOCKQUOTE>
 
38
  
 
39
          [%IF sub_user_topic %]
 
40
           <br />       
 
41
           <input type="checkbox" name="no_topic" value="1"> [%|loc%]Disable topics subscription[%END%]</input>
 
42
           <br />
 
43
          [%END%]
 
44
        
 
45
        [%ELSE%]
 
46
         <BLOCKQUOTE><i>Only possible in "normal" reception mode</i></BLOCKQUOTE>
 
47
        [%END%]
 
48
      [%END%]   
 
49
         
 
50
     <br />
 
51
     [%|loc%]Visibility :[%END%]
 
52
     <select name="visibility">
 
53
        [% FOREACH r = visibility %]
 
54
          <option value="[% r.key %]" [% r.value.selected %]>[% r.value.description %]</option>
 
55
        [% END %]
 
56
     </select>
 
57
 
 
58
     <input class="MainMenuLinks" type="submit" name="action_set" value="[%|loc%]Update[%END%]" />
 
59
     
 
60
</form>