diff options
Diffstat (limited to '')
-rw-r--r-- | templates/tr/archtocnombox.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/tr/archtocnombox.html b/templates/tr/archtocnombox.html new file mode 100644 index 00000000..a6a0b724 --- /dev/null +++ b/templates/tr/archtocnombox.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s Arşivleri</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s Arşivleri </h1> + <p> + <a href="%(listinfo)s">Bu listeyle ilgili daha fazla bilgi</a> alabilirsiniz. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> + |