blob: f49d5f80a685c763d51e7e38cc192692a7b42c86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<html>
<head>
<title>Autenticació per a %(who)s de la llista s%(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">%(listname)s
%(who)s Autenticació</FONT></B></TD>
</TR>
<tr>
<TD><div ALIGN="Right">Contrasenya de %(who)s de la llista:</div></TD>
<TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
</tr>
<tr>
<td colspan=2 align=middle><input type="SUBMIT"
name="admlogin"
value="Entra...">
</td>
</tr>
</TABLE>
<p><strong><em>Important:</em></strong> A partir d'aquí, necessiteu
tenir les galetes habilitades en el vostre navegador.
<p>Les galetes de sessió s'usen en la interfície administrativa
de Mailman, de manera que no necessiteu tornar a autenticar-vos en cada operació
administrativa. Aquesta galeta expirarà automàticament quan
sortiu del navegador, o bé podeu eliminarexplícitament
la galeta fent clic a l'enllaç <em>Surt</em> sota <em>Altres activitats administratives</em>
(el qual podreu veure una vegada hagueu entrat).
</FORM>
</body>
</html>
|