diff options
Diffstat (limited to 'templates/hu/archidxhead.html')
-rw-r--r-- | templates/hu/archidxhead.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/hu/archidxhead.html b/templates/hu/archidxhead.html new file mode 100644 index 00000000..5b449bf8 --- /dev/null +++ b/templates/hu/archidxhead.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>A(z) %(listname)s %(archive)si Archívuma %(archtype)s szerint rendezve</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)si Archívum %(archtype)s szerint rendezve</h1> + <ul> + <li> <b>Levelek sorrendje:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">További információk erről a listáról...</a></b></li> + </ul> + <p><b>Kezdő időpont:</b> <i>%(firstdate)s</i><br> + <b>Utolsó időpont:</b> <i>%(lastdate)s</i><br> + <b>Üzenetek:</b> %(size)s<p> + <ul> |