diff options
Diffstat (limited to 'templates/pl/archidxhead.html')
-rw-r--r-- | templates/pl/archidxhead.html | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/templates/pl/archidxhead.html b/templates/pl/archidxhead.html index 84d3e3ef..30a77527 100644 --- a/templates/pl/archidxhead.html +++ b/templates/pl/archidxhead.html @@ -1,24 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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>Liczba wiadomości:</b> %(size)s<p> - <ul> +<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>Liczba wiadomości:</b> %(size)s<p> + <ul> |