diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/lt/archtoc.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/lt/archtoc.html')
-rw-r--r-- | templates/lt/archtoc.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/lt/archtoc.html b/templates/lt/archtoc.html new file mode 100644 index 00000000..b445bcdd --- /dev/null +++ b/templates/lt/archtoc.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Forumo %(listname)s archyvai</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Forumo %(listname)s archyvai</h1> + <p> + <a href="%(listinfo)s">Paspaudę čia galite sužinoti daugiau apie forumą</a>; + <a href="%(fullarch)s">Čia - atsisiųsti visą forumo archyvą</a>. + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |