diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/it/admlogin.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/it/admlogin.html')
-rw-r--r-- | templates/it/admlogin.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/templates/it/admlogin.html b/templates/it/admlogin.html new file mode 100644 index 00000000..f7dd4210 --- /dev/null +++ b/templates/it/admlogin.html @@ -0,0 +1,39 @@ +<html> +<head> +<title>Autenticazione per %(who)s di %(listname)s</title> +</head> +<body bgcolor="#ffffff"> +<FORM METHOD=POST ACTION="%(path)s"> +%(message)s + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">Autenticazione per %(who)s di + %(listname)s</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right">Password di lista per %(who)s:</div></TD> + <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align=middle><INPUT type="SUBMIT" + name="admlogin" + value="Fammi entrare..."> + </td> + </tr> + </TABLE> + <p><strong><em>Importante:</em></strong> Da questo momento in + avanti devi avere i cookie abilitati nel browser o non potrai + effettuare nessuna operazione. + + <p>I cookie di sessione sono usati dal pannello di controllo + di mailman in modo che tu non sia costretto a ri-autenticarti ad + ogni operazione. Questo cookie sarà cancellato + automaticamente all'uscita dal tuo browser oppure puoi chiedere + la cancellazione esplicita cliccando il link <em>Logout</em> nella + sezione <em>Altre attività amministrative</em> (che vedrai + quando ti sarai correttamente autenticato). +</FORM> +</body> +</html> |