diff options
author | bwarsaw <> | 2005-05-20 13:28:23 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-20 13:28:23 +0000 |
commit | 8d2ad7415ec8f0eb24ee357d74fa89c012eee37c (patch) | |
tree | 218f0c74ca8981a275fc8de8bafe5d4b53b2a6c7 /templates/es/archidxhead.html | |
parent | 19694a6348cb1cbc7373f4c0ca200b316b225d26 (diff) | |
download | mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.tar.gz mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.tar.xz mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.zip |
Missing Spanish templates by Julio A Cartaya.
Diffstat (limited to 'templates/es/archidxhead.html')
-rw-r--r-- | templates/es/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/es/archidxhead.html b/templates/es/archidxhead.html new file mode 100644 index 00000000..8f1be278 --- /dev/null +++ b/templates/es/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Archivos de %(listname)s %(archive)s por %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Archivos de %(listname)s %(archive)s por %(archtype)s</h1> + <ul> + <li> <b>Mensajes ordenados por:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mas información sobre esta lista... + </a></b></li> + </ul> + <p><b>Desde:</b> <i>%(firstdate)s</i><br> + <b>Hasta:</b> <i>%(lastdate)s</i><br> + <b>Mensajes:</b> %(size)s<p> + <ul> |