aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pt/admlogin.html
diff options
context:
space:
mode:
author <>2003-04-09 05:09:57 +0000
committer <>2003-04-09 05:09:57 +0000
commitff670afdeeaf7e1715a89868ddfed3af101457bf (patch)
tree9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/admlogin.html
parent01015334f5c849a0ec891bf8c87137f350473c81 (diff)
downloadmailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz
mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz
mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt/admlogin.html')
-rw-r--r--templates/pt/admlogin.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/pt/admlogin.html b/templates/pt/admlogin.html
new file mode 100644
index 00000000..b83d2da1
--- /dev/null
+++ b/templates/pt/admlogin.html
@@ -0,0 +1,38 @@
+<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
+ Authentication</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <TD><div ALIGN="Right">List %(who)s Password:</div></TD>
+ <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <td colspan=2 align=middle><INPUT type="SUBMIT"
+ name="admlogin"
+ value="Let me in...">
+ </td>
+ </tr>
+ </TABLE>
+ <p><strong><em>Importante:</em></strong> A partir de agora o seu
+ browser tem de estar configurado para permitir cookies, se não
+ o fizer as alterações administrativas não terão efeito.
+
+ <p>São utilizadas Cookies, a nível da sessão, na interface
+ administrativa do Mailman, de forma a não ter que reautenticar
+ cada operação. A cookie expira automaticamente quando termina o
+ browser, ou pode expirá-la explicitamente carregando no link
+ <em>Sair</em> em <em>Outras actividades administrativas</em>, o
+ qual poderá ver depois de autenticar-se.
+</FORM>
+</body>
+</html>