diff options
author | <> | 2003-04-20 04:53:00 +0000 |
---|---|---|
committer | <> | 2003-04-20 04:53:00 +0000 |
commit | 9db2537ef7aad632c7d09ecd60b72c8f9315f067 (patch) | |
tree | 79b14c4f3037b5455c045aa712dd98aa7308b4b5 /templates/pl/archidxhead.html | |
parent | 04192d3afe33bcfd72f64bacaab4e70c627268f3 (diff) | |
download | mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.gz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.xz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pl/archidxhead.html')
-rw-r--r-- | templates/pl/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/pl/archidxhead.html b/templates/pl/archidxhead.html new file mode 100644 index 00000000..e50aa6a9 --- /dev/null +++ b/templates/pl/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Lista %(listname)s %(archive)s sortowane według %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Archiwum za %(archive)s posortowane według %(archtype)s</h1> + <ul> + <li> <b>Wiadomości posortowane według:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Więcej informacji o liście... + </a></b></li> + </ul> + <p><b>Początek:</b> <i>%(firstdate)s</i><br> + <b>Koniec:</b> <i>%(lastdate)s</i><br> + <b>Ilość wiadomości:</b> %(size)s<p> + <ul> |