diff options
Diffstat (limited to '')
-rw-r--r-- | templates/tr/archidxhead.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/tr/archidxhead.html b/templates/tr/archidxhead.html new file mode 100644 index 00000000..e711220c --- /dev/null +++ b/templates/tr/archidxhead.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(archtype)s sıralaması ile %(listname)s %(archive)s Arşivleri</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archtype)s sıralaması ile %(archive)s Arşivleri</h1> + <ul> + <li> <b>Mesaj sıralaması:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Bu liste ilgili daha fazla bilgi... + </a></b></li> + </ul> + <p><b>Başlangıç tarihi:</b> <i>%(firstdate)s</i><br> + <b>Bitiş tarihi:</b> <i>%(lastdate)s</i><br> + <b>Mesaj sayısı:</b> %(size)s<p> + <ul> + |