diff options
author | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
commit | 5e7a7d87e925f0c23579b53b62058b946ac8ae59 (patch) | |
tree | 1562fdaccb2a6011d8773e8c0b8a16c970102567 /templates/hr/archidxhead.html | |
parent | 6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c (diff) | |
download | mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.gz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.xz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.zip |
Croation language support by Nino Katic.
Diffstat (limited to 'templates/hr/archidxhead.html')
-rw-r--r-- | templates/hr/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/hr/archidxhead.html b/templates/hr/archidxhead.html new file mode 100644 index 00000000..a4241b57 --- /dev/null +++ b/templates/hr/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s %(archive)s Arhiva od %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s Arhiva od %(archtype)s</h1> + <ul> + <li> <b>Poruke sortirane po:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Više informacija o ovoj listi... + </a></b></li> + </ul> + <p><b>Početak:</b> <i>%(firstdate)s</i><br> + <b>Kraj:</b> <i>%(lastdate)s</i><br> + <b>Poruke:</b> %(size)s<p> + <ul> |