~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to templates/ca/archtocnombox.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-10-21 01:06:17 UTC
  • mfrom: (975.1.1 mailman.2112)
  • Revision ID: launchpad@pqm.canonical.com-20091021010617-prbs2ay6nhxx515v
[rs=flacoste] Upgrade Mailman to upstream 2.1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 
2
<HTML>
 
3
  <HEAD>
 
4
  <title>Els arxius de la llista %(listname)s</title>
 
5
     <META NAME="robots" CONTENT="noindex,follow">
 
6
     %(meta)s
 
7
  </HEAD>
 
8
  <BODY BGCOLOR="#ffffff">
 
9
     <h1>Arxius de la llista %(listname)s</h1>
 
10
     <p>
 
11
      Podeu obtenir <a href="%(listinfo)s">m&eacute;s informaci&oacute; sobre aquesta llista</a>.
 
12
     </p>
 
13
     %(noarchive_msg)s
 
14
     %(archive_listing_start)s
 
15
     %(archive_listing)s
 
16
     %(archive_listing_end)s
 
17
     </BODY>
 
18
     </HTML>