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/archidxhead.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/archidxhead.html')
-rw-r--r-- | templates/pt/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/pt/archidxhead.html b/templates/pt/archidxhead.html new file mode 100644 index 00000000..b3268fc7 --- /dev/null +++ b/templates/pt/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arquivo %(archive)s de %(listname)s por %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s Arquivos por %(archtype)s</h1> + <ul> + <li> <b>Mensagens ordenadas por:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mais informação sobre esta lista... + </a></b></li> + </ul> + <p><b>Início:</b> <i>%(firstdate)s</i><br> + <b>Fim:</b> <i>%(lastdate)s</i><br> + <b>Mensagens:</b> %(size)s<p> + <ul> |