diff options
Diffstat (limited to 'templates/el/archidxhead.html')
-rwxr-xr-x | templates/el/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/el/archidxhead.html b/templates/el/archidxhead.html new file mode 100755 index 00000000..01a03215 --- /dev/null +++ b/templates/el/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>Το %(listname)s %(archive)s Ιστορικό από %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s Αρχεία από %(archtype)s</h1> + <ul> + <li> <b>Μηνύματα ταξινομημένα κατά:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Περισσότερες πληροφορίες για αυτή τη λίστα... + </a></b></li> + </ul> + <p><b>Αρχή από:</b> <i>%(firstdate)s</i><br> + <b>Τέλος:</b> <i>%(lastdate)s</i><br> + <b>Μηνύματα:</b> %(size)s<p> + <ul> |