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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/de/arcsearch_form.de.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.2 $ ; $Date: 2001/09/11 09:47:40 $ -->
2
 
 
3
 
<FORM METHOD=POST ACTION="[path_cgi]">
4
 
 
5
 
<INPUT NAME=list TYPE=hidden VALUE="[list]">
6
 
<INPUT NAME=archive_name TYPE=hidden VALUE="[archive_name]">
7
 
 
8
 
<center>
9
 
<TABLE width=100%>
10
 
<TR><td bgcolor="[light_color]" align=center>
11
 
<font size=+1>Suchfeld: </font><A HREF=[path_cgi]/arc/[list]/[archive_name]><font size=+2 color="[dark_color]"><b>[archive_name]</b></font></A>
12
 
</TD><TD bgcolor="[light_color]" align=center>
13
 
<INPUT NAME=key_word     TYPE=text   SIZE=30 VALUE="[key_word]">
14
 
<INPUT NAME="action"  TYPE="hidden" Value="arcsearch">
15
 
<INPUT NAME=action_arcsearch TYPE=submit VALUE="Suchen">
16
 
</TD></TR></TABLE>
17
 
 </center>
18
 
<P>
19
 
 
20
 
<TABLE CELLSPACING=0    CELLPADDING=0>
21
 
 
22
 
<TR VALIGN="TOP" NOWRAP>
23
 
<TD><b>Search</b></TD>
24
 
<TD><INPUT TYPE=RADIO NAME=how VALUE="phrase" CHECKED> diese <font color="[dark_color]"><B>Phrase</b></font></TD>
25
 
<TD><INPUT TYPE=RADIO NAME=how VALUE="all"> <font color="[dark_color]"><b>jedes</b></font> dieser W&ouml;rter</TD>
26
 
<TD><INPUT TYPE=RADIO NAME=how VALUE="any"> <font color="[dark_color]"><B>eines</b></font> dieser W&ouml;rter</TD>
27
 
</TR>
28
 
 
29
 
<P><TR VALIGN="TOP" NOWRAP>
30
 
<TD><b>Ordnen</b></TD>
31
 
<TD><INPUT TYPE=RADIO NAME=age VALUE="new" CHECKED> <font color="[dark_color]"><b>neuste</b></font> Nachrichten</TD>
32
 
<TD><INPUT TYPE=RADIO NAME=age VALUE="old"> <font color="[dark_color]"><b>&auml;lteste</b></font> Nachrichten</TD>
33
 
</TR>
34
 
 
35
 
<P><TR VALIGN="TOP" NOWRAP>
36
 
<TD><b>GROSS/klein </b></TD>
37
 
<TD><INPUT TYPE=RADIO NAME=case VALUE="off" CHECKED> <font color="[dark_color]"><B>egal</b></font></TD>
38
 
<TD><INPUT TYPE=RADIO NAME=case VALUE="on"> <font color="[dark_color]"><B>wichtig</B></font></TD>
39
 
</TR>
40
 
 
41
 
<P><TR VALIGN="TOP" NOWRAP>
42
 
<TD><b>Vergleiche</b></TD>
43
 
<TD><INPUT TYPE=RADIO NAME=match VALUE="partial" CHECKED> <font color="[dark_color]"><B>Teil</b></font>worte</TD>
44
 
<TD><INPUT TYPE=RADIO NAME=match VALUE="exact"> <font color="[dark_color]"><B>ganze</b></font> Worte</TD>
45
 
</TR>
46
 
 
47
 
<P><TR VALIGN="TOP" NOWRAP>
48
 
<TD><b>Ausgabe</b></TD>
49
 
<TD><INPUT TYPE=RADIO NAME=limit VALUE="10" CHECKED> <font color="[dark_color]"><B>10</b></font> Treffer pro Seite
50
 
</TD>
51
 
<TD><INPUT TYPE=RADIO NAME=limit VALUE="25"> <font color="[dark_color]"><B>25</b></font> Treffer pro Seite</TD>
52
 
<TD><INPUT TYPE=RADIO NAME=limit VALUE="50"> <font color="[dark_color]"><B>50</b></font> Treffer pro Seite</TD>
53
 
</TR>
54
 
 
55
 
<P><TR VALIGN="TOP" NOWRAP>
56
 
<TD><b>Suchfelder</b></TD>
57
 
<TD><INPUT TYPE=checkbox NAME=from Value="True"> <font color="[dark_color]"><B>Absender</B></font>
58
 
 
59
 
<TD><INPUT TYPE=checkbox NAME=subj Value="True"> <font color="[dark_color]"> <B>&Uuml;berschrift</B></font>
60
 
</TR>
61
 
 
62
 
<P><TR VALIGN="TOP" NOWRAP>
63
 
<TD>&#160;</TD>
64
 
<TD><INPUT TYPE=checkbox NAME=date Value="True"> <font color="[dark_color]"><B>Datum</B></font>
65
 
 
66
 
<TD><INPUT TYPE=checkbox NAME=body Value="True" checked> <font color="[dark_color]"><B>Ganze Nachricht</B></font>
67
 
</TR>
68
 
 
69
 
</TABLE>
70
 
 
71
 
<DL>
72
 
<DT><b>Suchzeitraum</b>
73
 
<SELECT NAME="directories" MULTIPLE SIZE=4>    
74
 
<DD>
75
 
 
76
 
[FOREACH u IN yyyymm]
77
 
 
78
 
<OPTION VALUE="[u]">[u]
79
 
 
80
 
[END] 
81
 
 
82
 
</SELECT></DL>
83
 
 
84
 
</FORM>