~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to templates/ca/article.html

  • Committer: bwarsaw
  • Date: 2003-11-01 15:51:48 UTC
  • Revision ID: vcs-imports@canonical.com-20031101155148-s4a3c0002kkk5fl9
Catalan support by Robert Garrigos and Toni Panades.

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> %(title)s
 
5
   </TITLE>
 
6
   <LINK REL="Index" HREF="index.html" >
 
7
   <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
 
8
   <META NAME="robots" CONTENT="index,nofollow">
 
9
   %(encoding)s
 
10
   %(prev)s
 
11
   %(next)s
 
12
 </HEAD>
 
13
 <BODY BGCOLOR="#ffffff">
 
14
   <H1>%(subject_html)s</H1>
 
15
    <B>%(author_html)s</B> 
 
16
    <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
 
17
       TITLE="%(subject_html)s">%(email_html)s
 
18
       </A><BR>
 
19
    <I>%(datestr_html)s</I>
 
20
    <P><UL>
 
21
        %(prev_wsubj)s
 
22
        %(next_wsubj)s
 
23
         
 
24
  <LI> <B>Missatges ordenats per:</B> <a href="date.html#%(sequence)s">[ data 
 
25
    ]</a> <a href="thread.html#%(sequence)s">[ fil de discusi&oacute;]</a> <a href="subject.html#%(sequence)s">[ 
 
26
    tema ]</a> <a href="author.html#%(sequence)s">[ autor ]</a> </LI>
 
27
       </UL>
 
28
    <HR>  
 
29
<!--beginarticle-->
 
30
%(body)s
 
31
<!--endarticle-->
 
32
    <HR>
 
33
    <P><UL>
 
34
        <!--threads-->
 
35
        %(prev_wsubj)s
 
36
        %(next_wsubj)s
 
37
         
 
38
  <LI> <B>Misstages ordenats per:</B> <a href="date.html#%(sequence)s">[ data 
 
39
    ]</a> <a href="thread.html#%(sequence)s">fil de discusi&oacute;]</a> <a href="subject.html#%(sequence)s">[ 
 
40
    tema ]</a> <a href="author.html#%(sequence)s">[ autor ]</a> </LI>
 
41
       </UL>
 
42
 
 
43
<hr>
 
44
<a href="%(listurl)s">M&eacute;s informaci&oacute; de la llista de correu %(listname)s</a><br>
 
45
</body></html>