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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/et/modindex.et.tpl

  • 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
 
<!-- RCS Identication ; $Revision: 1.1 $ ; $Date: 2002/04/22 11:42:19 $ -->
2
 
 
3
 
  <FORM ACTION="[path_cgi]" METHOD=POST>
4
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
5
 
<TABLE>
6
 
<TR BGCOLOR="[bg_color]"><TD>
7
 
  <INPUT TYPE="submit" NAME="action_distribute" VALUE="Saada">
8
 
  <INPUT TYPE="submit" NAME="action_reject.quiet" VALUE="Eemalda">
9
 
  <INPUT TYPE="submit" NAME="action_reject" VALUE="Teavitusega eemaldamine">
10
 
</TD></TR></TABLE>  
11
 
    <TABLE BORDER="1" WIDTH="100%">
12
 
      <TR BGCOLOR="[dark_color]">
13
 
        <TH><FONT COLOR="[bg_color]">X</FONT></TH>
14
 
        <TH><FONT COLOR="[bg_color]">Kuup�ev</FONT></TH>
15
 
        <TH><FONT COLOR="[bg_color]">Autor</FONT></TH>
16
 
        <TH><FONT COLOR="[bg_color]">Teema</FONT></TH>
17
 
        <TH><FONT COLOR="[bg_color]">Suurus</FONT></TH>
18
 
      </TR>      
19
 
      [FOREACH msg IN spool]
20
 
        <TR>
21
 
         <TD>
22
 
            <INPUT TYPE=checkbox name="id" value="[msg->NAME]">
23
 
         </TD>
24
 
          <TD>
25
 
            [IF msg->date]
26
 
              <FONT SIZE=-1>[msg->date]</FONT>
27
 
            [ELSE]
28
 
              &nbsp;
29
 
            [ENDIF]
30
 
          </TD>
31
 
          <TD><FONT SIZE=-1>[msg->from]</FONT></TD>
32
 
          <TD>
33
 
            [IF msg->subject=no_subject]
34
 
              <A HREF="[path_cgi]/viewmod/[list]/[msg->NAME]"><FONT SIZE=-1>teema puudub</FONT></A>
35
 
            [ELSE]
36
 
              <A HREF="[path_cgi]/viewmod/[list]/[msg->NAME]"><FONT SIZE=-1>[msg->subject]</FONT></A>
37
 
            [ENDIF]
38
 
          </TD>
39
 
          <TD><FONT SIZE=-1>[msg->size] kb</FONT></TD>
40
 
        </TR>
41
 
      [END] 
42
 
    </TABLE>
43
 
<TABLE>
44
 
<TR BGCOLOR="[bg_color]"><TD>
45
 
  <INPUT TYPE="submit" NAME="action_distribute" VALUE="Saada">
46
 
  <INPUT TYPE="submit" NAME="action_reject.quiet" VALUE="Eemalda">
47
 
  <INPUT TYPE="submit" NAME="action_reject" VALUE="Teavitusega eemaldamine">
48
 
</TD></TR></TABLE>
49
 
</FORM>
50
 
 
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61