~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to templates/sk/article.html

  • Committer: Mark Sapiro
  • Date: 2007-11-27 04:05:42 UTC
  • Revision ID: msapiro@value.net-20071127040542-jgpqmlgpyd8lk9sa
Tags: 2.1.10a2
Added Slovak translation from Martin Matuska.

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
         <LI> <B>Správy zoradené podľa:</B> 
 
24
              <a href="date.html#%(sequence)s">[ dátumu ]</a>
 
25
              <a href="thread.html#%(sequence)s">[ vlákna ]</a>
 
26
              <a href="subject.html#%(sequence)s">[ predmetu ]</a>
 
27
              <a href="author.html#%(sequence)s">[ autora ]</a>
 
28
         </LI>
 
29
       </UL>
 
30
    <HR>  
 
31
<!--beginarticle-->
 
32
%(body)s
 
33
<!--endarticle-->
 
34
    <HR>
 
35
    <P><UL>
 
36
        <!--threads-->
 
37
        %(prev_wsubj)s
 
38
        %(next_wsubj)s
 
39
         <LI> <B>Správy zoradené podľa:</B> 
 
40
              <a href="date.html#%(sequence)s">[ dátumu ]</a>
 
41
              <a href="thread.html#%(sequence)s">[ vlákna ]</a>
 
42
              <a href="subject.html#%(sequence)s">[ predemtu ]</a>
 
43
              <a href="author.html#%(sequence)s">[ autora ]</a>
 
44
         </LI>
 
45
       </UL>
 
46
<hr>
 
47
<a href="%(listurl)s">Ďalšie informácie o konferencii %(listname)s</a><br>
 
48
</body></html>