diff options
author | <> | 2004-11-03 18:29:30 +0000 |
---|---|---|
committer | <> | 2004-11-03 18:29:30 +0000 |
commit | 96f5db3dfd2e394698e5f9743318585782e3bca6 (patch) | |
tree | 6a354464a1a4e53ef2b7bf5eab93f83dea604a01 /templates/pt_BR/archidxhead.html | |
parent | 25b16e646ed8ac48fa99584e631bd2a69ce02b2b (diff) | |
download | mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.tar.gz mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.tar.xz mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt_BR/archidxhead.html')
-rw-r--r-- | templates/pt_BR/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/pt_BR/archidxhead.html b/templates/pt_BR/archidxhead.html new file mode 100644 index 00000000..fc34e957 --- /dev/null +++ b/templates/pt_BR/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Os arquivos %(archive)s da lista %(listname)s por %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Os arquivos %(archive)s por %(archtype)s</h1> + <ul> + <li> <b>Mensagens classificadas por:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mais informações sobre esta lista... + </a></b></li> + </ul> + <p><b>Inicio:</b> <i>%(firstdate)s</i><br> + <b>Fim:</b> <i>%(lastdate)s</i><br> + <b>Mensagens:</b> %(size)s<p> + <ul> |