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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/it/set_pending_list_request.it.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.4 $ ; $Date: 2001/09/11 09:47:41 $ -->
2
 
 
3
 
<br>
4
 
 
5
 
<BR>
6
 
<TABLE BORDER=0 WIDTH=100% >
7
 
<TR BGCOLOR="[light_color]">
8
 
<TD>
9
 
<TABLE BORDER=0 WIDTH=100% >
10
 
<TR BGCOLOR="[light_color]">
11
 
 <TD><B>Nome della lista :</B></TD><TD WIDTH=100% >[list]</TD>
12
 
</TR>
13
 
<TR BGCOLOR="[light_color]">
14
 
 <TD><B>Subject : </B></TD><TD WIDTH=100%>[list_subject]</TD>
15
 
</TR>
16
 
<TR BGCOLOR="[light_color]">
17
 
 <TD NOWRAP><B>Lista richiesta da </B></TD><TD WIDTH=100%>[list_request_by] <B>il</B> [list_request_date]</TD>
18
 
</TR>
19
 
</TABLE>
20
 
</TD>
21
 
</TR>
22
 
</TABLE>
23
 
<BR><BR>
24
 
[IF is_listmaster]
25
 
[IF list_status=pending]
26
 
<TABLE BORDER=0>
27
 
<TR>
28
 
<TD>
29
 
<FORM ACTION="[path_cgi]" METHOD=POST>
30
 
<INPUT TYPE="hidden" NAME="list" VALUE="[list]">
31
 
<INPUT TYPE="hidden" NAME="serial" VALUE="[list_serial]">
32
 
 
33
 
<MENU>
34
 
<INPUT TYPE="radio" NAME="status" VALUE="closed">Chiudila &nbsp;&nbsp;
35
 
<INPUT TYPE="radio" NAME="status" VALUE="open">Installala &nbsp;&nbsp;
36
 
</MENU>
37
 
</TD><TD>
38
 
<TD BGCOLOR="[light_color]">
39
 
<INPUT TYPE="submit" NAME="action_install_pending_list" VALUE="invia">
40
 
</FORM>
41
 
</TD>
42
 
</TR>
43
 
</TABLE>
44
 
<BR><HR><BR>
45
 
[ENDIF]
46
 
[ENDIF]
47
 
<TABLE BORDER=0 WIDTH=100%>
48
 
<TR>
49
 
 <TD ALIGN=CENTER>
50
 
   <B>File di informazione</B> 
51
 
   [IF is_listmaster]
52
 
      ([list_info])
53
 
   [ENDIF]
54
 
 </TD>
55
 
</TR>
56
 
<TR>
57
 
 <TD>
58
 
     <TABLE WIDTH=100% BORDER=1>
59
 
      <TR><TD><CODE><PRE>
60
 
       [INCLUDE list_info]
61
 
      </PRE></CODE></TD></TR>
62
 
     </TABLE>
63
 
 </TD>
64
 
</TR>
65
 
<TR>
66
 
 <TD ALIGN=CENTER><B>File di configurazione</B>
67
 
   [IF is_listmaster]
68
 
      ([list_config])
69
 
   [ENDIF]
70
 
 </TD>
71
 
</TR><TR>
72
 
 <TD><TABLE WIDTH=100% border=1>
73
 
      <TR><TD><CODE><PRE>
74
 
        [INCLUDE list_config]
75
 
      </PRE></CODE></TD></TR>
76
 
     </TABLE>
77
 
 </TD>
78
 
</TR>
79
 
</TABLE>