aboutsummaryrefslogtreecommitdiffstats
path: root/templates/es/private.html
blob: a454663db63f1030c768473f7b977209a6a9431f (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
<html>
<head>
  <title>Autentificaci&oacute;n para los archivos privados de %(realname)s </title>
<script>function sf(){document.f.username.focus();}</script>
</head>
<body bgcolor="#ffffff" onLoad="sf()">
<FORM METHOD=POST ACTION="%(action)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">Autentificaci&oacute;n de archivos 
	        privados de %(realname)s </FONT></B>
      </TD>
    </TR>
    <tr>
      <TD> <div ALIGN="Right">Direcci&oacute;n:  </div></TD>
      <TD> <INPUT TYPE="text" NAME="username" SIZE="30"> </TD>
    </tr>
    <tr>
      <TD> <div ALIGN="Right"> Clave: </div> </TD>
      <TD> <INPUT TYPE="password" NAME="password" SIZE="30"></TD>
    </tr>
    <tr>
      <td colspan=2 align="middle"><INPUT type="SUBMIT"
                                          name="submit"
					  value="Con permiso...">
      </td>
    </tr>
  </TABLE>
      <p><strong><em>Importante:</em></strong> A partir de ahora, debe
      tener habilitadas las cookies en su navegador, en caso contrario, sus cambios, no tendr&aacute;n efecto.
      <p>Las sesiones basadas en cookies se usan en la interfaz administrativa de Mailman, de manera que no necesita identificarse continuamente con cada operaci&oacute;n administrativa que realice. La cookie caducar&aacute; autom&aacute;ticamente cuando salga del navegador, o puede hacerla caducar seleccionando la opci&oacute;n <em>Salida</em> bajo la secci&oacute;n titulada
 <em> Otras Actividades Administrativas</em> (que ver&aacute; una vez que consiga entrar 
satisfactoriamente).
</FORM>
</body>
</html>