summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorbwarsaw2001-10-02 14:11:55 +0000
committerbwarsaw2001-10-02 14:11:55 +0000
commitbe71f0fa1397bb86f39df0cdba0d8c9b3b8d744a (patch)
tree98425c72112154331a6da6d6b6029a4a9a3c14af /templates
parent34333465dcc89417614a890f9bfb066d38e902e2 (diff)
downloadmailman-be71f0fa1397bb86f39df0cdba0d8c9b3b8d744a.tar.gz
mailman-be71f0fa1397bb86f39df0cdba0d8c9b3b8d744a.tar.zst
mailman-be71f0fa1397bb86f39df0cdba0d8c9b3b8d744a.zip
private.txt -> private.html
Diffstat (limited to 'templates')
-rw-r--r--templates/es/private.html36
-rw-r--r--templates/es/private.txt31
2 files changed, 36 insertions, 31 deletions
diff --git a/templates/es/private.html b/templates/es/private.html
new file mode 100644
index 000000000..8e5ae28f9
--- /dev/null
+++ b/templates/es/private.html
@@ -0,0 +1,36 @@
+<html>
+<head>
+ <title>Autentificaci&oacute;n para los archivos privados de %(realname)s </title>
+</head>
+<body bgcolor="#ffffff">
+<FORM METHOD=POST ACTION="%(action)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>
+ <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, or 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>
+
diff --git a/templates/es/private.txt b/templates/es/private.txt
deleted file mode 100644
index 8c7694e26..000000000
--- a/templates/es/private.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-<head>
- <title>Autentificaci&oacute;n para los archivos privados de %(listname)s </title>
-</head>
-<body bgcolor="#ffffff">
-<FORM METHOD=POST ACTION="%(basepath)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 %(listname)s </FONT></B>
- </TD>
- </TR>
- <tr>
- <td COLSPAN="2"> <P>%(message)s </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></td>
- <td> <INPUT TYPE=SUBMIT>
- </td>
- </tr>
- </TABLE>
-</FORM>