From b132a73f15e432eaf43310fce9196ca0c0651465 Mon Sep 17 00:00:00 2001
From:  <>
Date: Thu, 2 Jan 2003 05:25:50 +0000
Subject: This commit was manufactured by cvs2svn to create branch
 'Release_2_1-maint'.

---
 templates/it/article.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 templates/it/article.html

(limited to 'templates/it/article.html')

diff --git a/templates/it/article.html b/templates/it/article.html
new file mode 100644
index 00000000..39345862
--- /dev/null
+++ b/templates/it/article.html
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+   <TITLE> %(title)s
+   </TITLE>
+   <LINK REL="Index" HREF="index.html" >
+   <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
+   <META NAME="robots" CONTENT="index,nofollow">
+   %(encoding)s
+   %(prev)s
+   %(next)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+   <H1>%(subject_html)s</H1>
+    <B>%(author_html)s</B> 
+    <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
+       TITLE="%(subject_html)s">%(email_html)s
+       </A><BR>
+    <I>%(datestr_html)s</I>
+    <P><UL>
+        %(prev_wsubj)s
+        %(next_wsubj)s
+	<LI> <B>Messaggi ordinati per:</B> 
+              <a href="date.html#%(sequence)s">[ Data ]</a>
+              <a href="thread.html#%(sequence)s">[ Thread ]</a>
+              <a href="subject.html#%(sequence)s">[ Oggetto ]</a>
+	      <a href="author.html#%(sequence)s">[ Autore ]</a>
+         </LI>
+       </UL>
+    <HR>  
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+    <HR>
+    <P><UL>
+        <!--threads-->
+	%(prev_wsubj)s
+	%(next_wsubj)s
+	<LI> <B>Messaggi ordinati per:</B> 
+              <a href="date.html#%(sequence)s">[ Data ]</a>
+              <a href="thread.html#%(sequence)s">[ Thread ]</a>
+              <a href="subject.html#%(sequence)s">[ Oggetto ]</a>
+              <a href="author.html#%(sequence)s">[ Autore ]</a>
+         </LI>
+       </UL>
+       <hr>
+       <a href="%(listurl)s">Maggiori informazioni sulla lista 
+	       %(listname)s</a><br>
+</body></html>
-- 
cgit v1.2.3