aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gl/archtoc.html
blob: 0bcef5e23ac05c65fe2fc6b7a2fe9ba34b50ea3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
  <HEAD>
     <title>Os arquivos da rolda %(listname)s </title>
     <META NAME="robots" CONTENT="noindex,follow">
     %(meta)s
  </HEAD>
  <BODY BGCOLOR="#ffffff">
     <h1>Os arquivos da rolda %(listname)s</h1>
     <p>
      Pode obter <a href="%(listinfo)s">m�is informaci�n sobre esta rolda</a>
      ou pode <a href="%(fullarch)s">descargar o arquivo enteiro</a>
      (%(size)s).
     </p>
     %(noarchive_msg)s
     %(archive_listing_start)s
     %(archive_listing)s
     %(archive_listing_end)s
     </BODY>
     </HTML>