diff options
Diffstat (limited to 'templates/ast/archidxhead.html')
-rw-r--r-- | templates/ast/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/ast/archidxhead.html b/templates/ast/archidxhead.html new file mode 100644 index 00000000..02d9c8c4 --- /dev/null +++ b/templates/ast/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"></head><body bgcolor="#ffffff">%(encoding)s + + <a name="start"></a> + <h1>Archivos de %(listname)s %(archive)s por %(archtype)s</h1> + <ul> + <li> <b>Mensaxes axeitaos por:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + </li><li><b><a href="%(listinfo)s">Mas información sobro esta llista... + </a></b></li> + </ul> + <p><b>Dende:</b> <i>%(firstdate)s</i><br> + <b>Fasta:</b> <i>%(lastdate)s</i><br> + <b>Mensaxes:</b> %(size)s</p><p> + </p><ul> +</ul></body></html> |