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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/it/loginbanner.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.5 $ ; $Date: 2002/02/13 09:20:16 $ -->
2
 
 
3
 
<BR>
4
 
[IF password_sent]
5
 
  Your password has been sent to [init_email].<BR>
6
 
  Check your mailbox to complete the following form. 
7
 
  <BR><BR>
8
 
[ENDIF]
9
 
 
10
 
[IF action=loginrequest]
11
 
Devi inserire login e password per accedere alle tue sottoscrizioni o per
12
 
usare i comandi privilegiati (quelli che richiedono il tuo indirizzo).
13
 
[ELSE]
14
 
 Alcune parti delle mailing list richiedono il tuo indirizzo. Altre sono nascoste ai
15
 
 non sottoscritti.<BR>
16
 
 Per accedere a tutti i servizi, devi identificarti.<BR>
17
 
[ENDIF]
18
 
 
19
 
    <FORM ACTION="[path_cgi]" METHOD=POST> 
20
 
        <INPUT TYPE="hidden" NAME="previous_action" VALUE="[previous_action]">
21
 
        <INPUT TYPE="hidden" NAME="previous_list" VALUE="[previous_list]">
22
 
        <INPUT TYPE="hidden" NAME="referer" VALUE="[referer]">
23
 
        <INPUT TYPE="hidden" NAME="action" VALUE="login">
24
 
 
25
 
        <TABLE BORDER=0 width=100% CELLSPACING=0 CELLPADDING=0>
26
 
         <TR BGCOLOR="[light_color]">
27
 
          <TD NOWRAP align=center>
28
 
              <INPUT TYPE=hidden NAME=list VALUE="[list]">
29
 
              <FONT SIZE=-1 COLOR="[selected_color]"><b>email <INPUT TYPE=text NAME=email SIZE=20 VALUE="[init_email]">
30
 
              password : </b>
31
 
              <INPUT TYPE=password NAME=passwd SIZE=8>&nbsp;&nbsp;
32
 
              <INPUT TYPE="submit" NAME="action_login" VALUE="Login" SELECTED>
33
 
            </TD>
34
 
          </TR>
35
 
       </TABLE>
36
 
 </FORM> 
37
 
 
38
 
<CENTER>
39
 
 
40
 
    <FONT COLOR="[dark_color]"><B>email</B></FONT> &egrave; il tuo indirizzo con cui ti sei iscritto.
41
 
    <FONT COLOR="[dark_color]"><B>password</B></FONT> &egrave; la tua password.<BR><BR>
42
 
 
43
 
<TABLE border=0><TR>
44
 
<TD>
45
 
<I>Se non hai mai ottenuto una password per questo servizio o l'hai dimenticata:</I>
46
 
</TD><TD>
47
 
<TABLE CELLPADDING="2" CELLSPACING="2" WIDTH="100%" BORDER="0">
48
 
  <TR ALIGN=center BGCOLOR="[dark_color]">
49
 
  <TD>
50
 
  <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="2">
51
 
     <TR> 
52
 
      <TD NOWRAP BGCOLOR="[light_color]" ALIGN="center"> 
53
 
      <A HREF="[path_cgi]/nomenu/remindpasswd/referer/[referer]" onClick="window.open('','wws_login','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=300')" TARGET="wws_login" >
54
 
     <FONT SIZE=-1><B>Mandami la password</B></FONT></A>
55
 
     </TD>
56
 
    </TR>
57
 
  </TABLE>
58
 
</TR>
59
 
</TABLE>
60
 
</TD></TR></TABLE>
61
 
</CENTER>
62
 
 
63
 
 
64
 
 
65
 
 
66
 
 
67
 
 
68
 
 
69
 
 
70