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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/et/arc.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
 
    <P><BR>
4
 
    <TABLE BORDER=0 WIDTH=100%>
5
 
 
6
 
    <TR><TD ALIGN="left">
7
 
        <FORM METHOD=POST ACTION="[path_cgi]">
8
 
 
9
 
        <INPUT NAME=list TYPE=hidden VALUE="[list]">
10
 
        <INPUT NAME=archive_name TYPE=hidden VALUE="[archive_name]">
11
 
        <INPUT NAME=how   TYPE=hidden VALUE="phrase">
12
 
        <INPUT NAME=age   TYPE=hidden VALUE="new">
13
 
        <INPUT NAME=case  TYPE=hidden VALUE="off"> 
14
 
        <INPUT NAME=match TYPE=hidden VALUE="partial">
15
 
        <INPUT NAME=limit TYPE=hidden VALUE="10"> 
16
 
        <INPUT NAME=body  TYPE=hidden Value="True">
17
 
        <INPUT NAME=key_word     TYPE=text   SIZE=17>
18
 
        <INPUT NAME="action"  TYPE="hidden" Value="arcsearch">
19
 
        <INPUT TYPE="submit" NAME="action_arcsearch" VALUE="Otsi"><BR>
20
 
        <A HREF="[path_cgi]/arcsearch_form/[list]/[archive_name]">V�imsam otsing</A>
21
 
 
22
 
        </FORM>
23
 
 
24
 
    </TD>
25
 
 
26
 
 
27
 
    <TD ALIGN=right>
28
 
    <TABLE BORDER=0>
29
 
   
30
 
    [FOREACH year IN calendar]
31
 
 
32
 
      <TR BGCOLOR="[light_color]">
33
 
        <TD BGCOLOR="[bg_color]"><FONT SIZE="-1"><B>[year->NAME]</B></FONT> </TD>
34
 
 
35
 
        <TD>
36
 
        [IF year->01]
37
 
           <A HREF="[path_cgi]/arc/[list]/[year->NAME]-01/"><FONT SIZE="-1"><b>01</b></FONT></A>
38
 
        [ELSE]
39
 
          <FONT SIZE="-1" COLOR="[bg_color]">01</FONT>
40
 
        [ENDIF]
41
 
        </TD>
42
 
 
43
 
        <TD>
44
 
        [IF year->02]
45
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-02/"><FONT SIZE="-1"><b>02</b></FONT></A>
46
 
        [ELSE]
47
 
          <FONT SIZE="-1" COLOR="[bg_color]">02</FONT>
48
 
        [ENDIF]
49
 
        </TD>
50
 
 
51
 
        <TD>
52
 
        [IF year->03]
53
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-03/"><FONT SIZE="-1"><b>03</b></FONT></A>
54
 
        [ELSE]
55
 
          <FONT SIZE="-1" COLOR="[bg_color]">03</FONT>
56
 
        [ENDIF]
57
 
        </TD>
58
 
 
59
 
        <TD>
60
 
        [IF year->04]
61
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-04/"><FONT SIZE="-1"><b>04</b></FONT></A>
62
 
        [ELSE]
63
 
          <FONT SIZE="-1" COLOR="[bg_color]">04</FONT>
64
 
         [ENDIF]
65
 
        </TD>
66
 
        <TD>
67
 
 
68
 
        [IF year->05]
69
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-05/"><FONT SIZE="-1"><b>05</b></FONT></A>
70
 
        [ELSE]
71
 
          <FONT SIZE="-1" COLOR="[bg_color]">05</FONT>
72
 
        [ENDIF]
73
 
        </TD>
74
 
 
75
 
        <TD>
76
 
        [IF year->06]
77
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-06/"><FONT SIZE="-1"><b>06</b></FONT></A>
78
 
        [ELSE]
79
 
          <FONT SIZE="-1" COLOR="[bg_color]">06</FONT>
80
 
        [ENDIF]
81
 
        </TD>
82
 
 
83
 
        <TD>
84
 
        [IF year->07]
85
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-07/"><FONT SIZE="-1"><b>07</b></FONT></A>
86
 
        [ELSE]
87
 
          <FONT SIZE="-1" COLOR="[bg_color]">07</FONT>
88
 
        [ENDIF]
89
 
        </TD>
90
 
 
91
 
        <TD>
92
 
        [IF year->08]
93
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-08/"><FONT SIZE="-1"><b>08</FONT></A>
94
 
        [ELSE]
95
 
          <FONT SIZE="-1" COLOR="[bg_color]">08</FONT>
96
 
        [ENDIF]
97
 
        </TD>
98
 
        <TD>
99
 
 
100
 
        [IF year->09]
101
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-09/"><FONT SIZE="-1"><b>09</b></FONT></A>
102
 
        [ELSE]
103
 
          <FONT SIZE="-1" COLOR="[bg_color]">09</FONT>
104
 
        [ENDIF]
105
 
        </TD>
106
 
 
107
 
        <TD>
108
 
        [IF year->10]
109
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-10/"><FONT SIZE="-1"><b>10</b></FONT></A>
110
 
        [ELSE]
111
 
          <FONT SIZE="-1" COLOR="[bg_color]">10</FONT>
112
 
        [ENDIF]
113
 
        </TD>
114
 
 
115
 
        <TD>
116
 
        [IF year->11]
117
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-11/"><FONT SIZE="-1"><b>11</FONT></A>
118
 
        [ELSE]
119
 
          <FONT SIZE="-1" COLOR="[bg_color]">11</FONT>
120
 
        [ENDIF]
121
 
        </TD>
122
 
 
123
 
        <TD>
124
 
        [IF year->12]
125
 
          <A HREF="[path_cgi]/arc/[list]/[year->NAME]-12/"><FONT SIZE="-1"><b>12</b></FONT></A>
126
 
        [ELSE]
127
 
          <FONT SIZE="-1" COLOR="[bg_color]">12</FONT>
128
 
        [ENDIF]
129
 
        </TD>
130
 
 
131
 
 
132
 
      </TR>
133
 
 
134
 
    [END]    
135
 
    </TABLE>
136
 
    </TD></TR>
137
 
    </TABLE>
138
 
 
139
 
 
140
 
    [PARSE file]