aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pt/admlogin.html
blob: 2e93c0722c73bfa7c1724334eb3877e033685478 (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
36
37
38
39
<html>
<head>
  <title>%(listname)s %(who)s Authentication</title>
<script>function sf(){document.f.adminpw.focus();}</script>
</head>
<body bgcolor="#ffffff" onLoad="sf()">
<FORM METHOD=POST ACTION="%(path)s" name="f">
%(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>