diff options
author | <> | 2003-04-09 05:09:57 +0000 |
---|---|---|
committer | <> | 2003-04-09 05:09:57 +0000 |
commit | ff670afdeeaf7e1715a89868ddfed3af101457bf (patch) | |
tree | 9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/archtoc.html | |
parent | 01015334f5c849a0ec891bf8c87137f350473c81 (diff) | |
download | mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt/archtoc.html')
-rw-r--r-- | templates/pt/archtoc.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/pt/archtoc.html b/templates/pt/archtoc.html new file mode 100644 index 00000000..ca4ac4d6 --- /dev/null +++ b/templates/pt/archtoc.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arquivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arquivos de %(listname)s</h1> + <p> + Pode ter <a href="%(listinfo)s">mais informação sobre esta lista</a> + ou pode <a href="%(fullarch)s">descarregar o arquivo completo, + não processado</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |