------------------------------------------------------------
revno: 1251
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.2
timestamp: Tue 2013-05-21 13:54:16 -0700
message:
  Added 'dir=rtl' to several HTML templates.
modified:
  templates/fa/archidxhead.html
  templates/fa/archtoc.html
  templates/fa/archtocnombox.html
  templates/fa/article.html
  templates/fa/emptyarchive.html
  templates/fa/listinfo.html
  templates/fa/options.html
  templates/fa/private.html
  templates/fa/roster.html
  templates/fa/subscribe.html


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'templates/fa/archidxhead.html'
--- templates/fa/archidxhead.html	2013-05-20 20:50:08 +0000
+++ templates/fa/archidxhead.html	2013-05-21 20:54:16 +0000
@@ -5,7 +5,7 @@
      <META NAME="robots" CONTENT="noindex,follow">
      %(encoding)s
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
       <a name="start"></A>
       <h1>%(archive)s آرشیوها بر اساس %(archtype)s</h1>
       <ul>

=== modified file 'templates/fa/archtoc.html'
--- templates/fa/archtoc.html	2013-05-20 20:50:08 +0000
+++ templates/fa/archtoc.html	2013-05-21 20:54:16 +0000
@@ -5,7 +5,7 @@
      <META NAME="robots" CONTENT="noindex,follow">
      %(meta)s
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
      <h1>آرشیوهای %(listname)s </h1>
      <p>
       شما می توانید <a href="%(listinfo)s">اطلاعات بیشتر درباره این فهرست</a>

=== modified file 'templates/fa/archtocnombox.html'
--- templates/fa/archtocnombox.html	2013-05-20 20:50:08 +0000
+++ templates/fa/archtocnombox.html	2013-05-21 20:54:16 +0000
@@ -5,7 +5,7 @@
      <META NAME="robots" CONTENT="noindex,follow">
      %(meta)s
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
      <h1>آرشیوهای %(listname)s  </h1>
      <p>
       شما می توانید <a href="%(listinfo)s">اطلاعات بیشتری درباره این فهرست بگیرید</a>.

=== modified file 'templates/fa/article.html'
--- templates/fa/article.html	2013-05-20 20:50:08 +0000
+++ templates/fa/article.html	2013-05-21 20:54:16 +0000
@@ -15,7 +15,7 @@
    %(prev)s
    %(next)s
  </HEAD>
- <BODY BGCOLOR="#ffffff">
+ <BODY BGCOLOR="#ffffff" dir="rtl">
    <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"

=== modified file 'templates/fa/emptyarchive.html'
--- templates/fa/emptyarchive.html	2013-05-20 20:50:08 +0000
+++ templates/fa/emptyarchive.html	2013-05-21 20:54:16 +0000
@@ -4,7 +4,7 @@
      <title>آرشیوهای %(listname)s </title>
      <META NAME="robots" CONTENT="noindex,follow">
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
      <h1>آرشیوهای %(listname)s</h1>
      <p>
       هنوز هیچ پیامی به این فهرست ارسال نشده است، لذا آرشیوها فعلاً خالی هستند. شما می توانید <a href="%(listinfo)s">اطلاعات بیشتری درباره این فهرست کسب نمایید</a>.

=== modified file 'templates/fa/listinfo.html'
--- templates/fa/listinfo.html	2013-05-20 20:50:08 +0000
+++ templates/fa/listinfo.html	2013-05-21 20:54:16 +0000
@@ -5,7 +5,7 @@
     <TITLE><MM-List-Name> Info Page</TITLE>
   
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
 
     <P>
       <TABLE BORDER="0" CELLSPACING="4" CELLPADDING="5">

=== modified file 'templates/fa/options.html'
--- templates/fa/options.html	2013-05-20 20:50:08 +0000
+++ templates/fa/options.html	2013-05-21 20:54:16 +0000
@@ -4,7 +4,7 @@
     <title><MM-Presentable-User> تنظیمات عضویت برای  <MM-List-Name>
     </title>
 </head>
-<BODY BGCOLOR="#ffffff">
+<BODY BGCOLOR="#ffffff" dir="rtl">
     <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5">
     <TR><TD WIDTH="100%" BGCOLOR="#99CCFF"><B>
         <FONT COLOR="#000000" SIZE=+1>

=== modified file 'templates/fa/private.html'
--- templates/fa/private.html	2013-05-20 20:50:08 +0000
+++ templates/fa/private.html	2013-05-21 20:54:16 +0000
@@ -3,7 +3,7 @@
     <title> بررسی اجازه دسترسی به آرشیوهای خصوصی %(realname)s </title>
 <script>function sf(){document.f.username.focus();}</script>
 </head>
-<body bgcolor="#ffffff" onLoad="sf()">
+<body bgcolor="#ffffff" dir="rtl" onLoad="sf()">
 <FORM METHOD=POST ACTION="%(action)s" name="f">
 %(message)s
   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">

=== modified file 'templates/fa/roster.html'
--- templates/fa/roster.html	2013-05-20 20:50:08 +0000
+++ templates/fa/roster.html	2013-05-21 20:54:16 +0000
@@ -4,7 +4,7 @@
     <TITLE><MM-List-Name> مشترکین </TITLE>
   
   </HEAD>
-  <BODY BGCOLOR="#ffffff">
+  <BODY BGCOLOR="#ffffff" dir="rtl">
 
     <P>
     <TABLE WIDTH="100%" COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">

=== modified file 'templates/fa/subscribe.html'
--- templates/fa/subscribe.html	2013-05-20 20:50:08 +0000
+++ templates/fa/subscribe.html	2013-05-21 20:54:16 +0000
@@ -1,7 +1,7 @@
 <!-- $Revision: 3550 $ -->
 <html>
 <head><title><MM-List-Name> نتایج اشتراک </title></head>
-<body bgcolor="white">
+<body bgcolor="white" dir="rtl">
 <h1><MM-List-Name>  نتایج اشتراک </h1>
 <MM-Results>
 <MM-Mailman-Footer>

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to