diff options
Diffstat (limited to 'templates/hr/archtoc.html')
-rw-r--r-- | templates/hr/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/hr/archtoc.html b/templates/hr/archtoc.html new file mode 100644 index 00000000..bc74fe62 --- /dev/null +++ b/templates/hr/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s Arhiva</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s Arhiva </h1> + <p> + Možete dobiti <a href="%(listinfo)s">više informacija o ovoj listi</a> + ili možete <a href="%(fullarch)s">downloadati cijelu arhivu</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |