diff options
author | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
commit | 6bcf977e6ac07dc2d9e29ee0f1dd925820881df1 (patch) | |
tree | 2d2e4ee042e1cbca48ea02cb34b7ba2c764263aa /templates/ca/admlogin.html | |
parent | 15a5b1e8c341f0158a73a7eeb8b29c496bc6a613 (diff) | |
download | mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.gz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.xz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.zip |
Catalan support by Robert Garrigos and Toni Panades.
Diffstat (limited to 'templates/ca/admlogin.html')
-rw-r--r-- | templates/ca/admlogin.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/ca/admlogin.html b/templates/ca/admlogin.html new file mode 100644 index 00000000..c8c664fd --- /dev/null +++ b/templates/ca/admlogin.html @@ -0,0 +1,36 @@ +<html> +<head> + <title>%(listname)s %(who)s Authentication</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">%(listname)s + %(who)s Autentificació</FONT></B></TD> + </TR> + <tr> + <TD><div ALIGN="Right"> Clau de pas de la llista de %(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="Entrar..."> + </td> + </tr> + </TABLE> + + <p><strong><em>Important:</em></strong> A partir d'aquí, necessita tenir + les cookies habilitades en el seu navegador, d'altra manera cap canvi administratiu + pendrà efecte. + <p>Les cookies de sessió s'usen en la interfície administrativa + de Mailman, de manera que no necessita re-autentificar en cada operació + administrativa. Aquesta cookie expirarà automàticament quan + sorti del navegador, o bé vostè pot eliminar explícitament + la cookie prement el link <em>Sortir</em> sota <em>Altres Activitats Administratives</em> + (el qual podreu veure un cop us hagueu registra't). +</FORM> +</body> +</html> |