www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css server/outdated.html


From: Pavel Kharitonov
Subject: www layout.css server/outdated.html
Date: Fri, 10 Aug 2012 09:26:10 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       12/08/10 09:26:10

Modified files:
        .              : layout.css 
        server         : outdated.html 

Log message:
        Reformat out-of-date notice; add a note on the date of change (RT 
#767065).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.150&r2=1.151
http://web.cvs.savannah.gnu.org/viewcvs/www/server/outdated.html?cvsroot=www&r1=1.8&r2=1.9

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- layout.css  30 Mar 2012 05:08:58 -0000      1.150
+++ layout.css  10 Aug 2012 09:25:44 -0000      1.151
@@ -49,6 +49,9 @@
   background: #FFFFCC;
 }
 #outdated p { margin: 0.2em; }
+/* In the out-of-date notice, we use <br> elements to separate
+   translatable texts from automatically generated items. */
+#outdated br { display: none }
 
 /* the urgent div should be enabled when we have something urgent to
 appear on every page - these typically come from johns, peterb or rms

Index: server/outdated.html
===================================================================
RCS file: /web/www/www/server/outdated.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- server/outdated.html        10 Jun 2012 08:07:52 -0000      1.8
+++ server/outdated.html        10 Aug 2012 09:25:58 -0000      1.9
@@ -6,17 +6,21 @@
        value="<a href=\"${ORIGINAL_FILE}.en\">
 http://www.gnu.org${ORIGINAL_FILE}.en</a>" -->
 <!--#echo encoding="none" var="ORIGINAL_LINK" -->
-</p>
 <!--#if expr='"${DIFF_FILE}" != ""' -->
-<p>
+<br />
 Difference between the latest translated version and the current
 English version can be found at:<br />
 <!--#set var="DIFF_LINK"
        value="<a href=\"${DIFF_FILE}\">
 http://www.gnu.org${DIFF_FILE}</a>" -->
 <!--#echo encoding="none" var="DIFF_LINK" -->
-</p>
 <!--#endif -->
+<!--#if expr='"${OUTDATED_SINCE}" != ""' -->
+<br />
+The date of change in the English page is:
+<br /><!--#echo encoding="none" var="OUTDATED_SINCE" -->
+<!--#endif -->
+</p>
 
 <p>Please see the <a
 href="/server/standards/README.translations.html">Translations



reply via email to

[Prev in Thread] Current Thread [Next in Thread]