aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pt/archtoc.html
blob: e64c172c6ca84387a6668739d8d1cf0d79142551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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>