diff options
author | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-19 09:06:10 +0900 |
---|---|---|
committer | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-19 09:06:10 +0900 |
commit | 2d7babef109e595bfa4e945cf31d63817408746e (patch) | |
tree | 024961e035bf84241e1cbf5ec09e0ea211953baa /templates/he/archtoc.html | |
parent | 4683bd064689820562fdd31d6522045c5be33c55 (diff) | |
parent | 588890f16d73b3497ee86ae2ed2176de1190da6c (diff) | |
download | mailman2-2d7babef109e595bfa4e945cf31d63817408746e.tar.gz mailman2-2d7babef109e595bfa4e945cf31d63817408746e.tar.xz mailman2-2d7babef109e595bfa4e945cf31d63817408746e.zip |
merge from launchpad
Diffstat (limited to 'templates/he/archtoc.html')
-rw-r--r-- | templates/he/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/he/archtoc.html b/templates/he/archtoc.html new file mode 100644 index 00000000..ed282d13 --- /dev/null +++ b/templates/he/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>הארכיבים של %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff" dir="rtl"> + <h1>הארכיבים של %(listname)s</h1> + <p> + אפשר לקבל <a href="%(listinfo)s">מידע נוסף אודות רשימה זו</a> + או שאפשר <a href="%(fullarch)s">להוריד את הארכיב הגולמי המלא</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |