From 50497b15136392facee202bda8820a077568c95d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 25 Mar 2004 21:21:12 +0000 Subject: [PATCH] add a warning when a translation is outdated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103161 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 7 +++++++ docs/manual/style/lang/de.xml | 4 ++++ docs/manual/style/lang/en.xml | 4 ++++ docs/manual/style/lang/ja.xml | 4 ++++ docs/manual/style/lang/ko.xml | 4 ++++ docs/manual/style/lang/ru.xml | 4 ++++ docs/manual/style/xsl/common.xsl | 22 ++++++++++++++++++++-- 7 files changed, 47 insertions(+), 2 deletions(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 6dcd04fdd1..9411c0f8e2 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -915,6 +915,13 @@ table div.warning { margin-right: 1em; } +div.outofdate { + background-color: #ffffe0; + color: #036; + padding: 0.5em; + margin: 1em 2em 1em 1em; +} + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * quotations, indented paragraphs, forms and figures * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/lang/de.xml b/docs/manual/style/lang/de.xml index b538a7fe0d..e998c7c228 100644 --- a/docs/manual/style/lang/de.xml +++ b/docs/manual/style/lang/de.xml @@ -102,4 +102,8 @@ Lizenziert unter der Verfügbare Sprachen + + + This translation may be out of date. Check the + English version for recent changes. diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml index 96fe794399..b33a66877f 100644 --- a/docs/manual/style/lang/en.xml +++ b/docs/manual/style/lang/en.xml @@ -98,4 +98,8 @@ Licensed under the Available Languages + + + This translation may be out of date. Check the + English version for recent changes. diff --git a/docs/manual/style/lang/ja.xml b/docs/manual/style/lang/ja.xml index 6f10179b53..7006c9498e 100644 --- a/docs/manual/style/lang/ja.xml +++ b/docs/manual/style/lang/ja.xml @@ -93,4 +93,8 @@ Licensed under the Available Languages + + + This translation may be out of date. Check the + English version for recent changes. diff --git a/docs/manual/style/lang/ko.xml b/docs/manual/style/lang/ko.xml index 1e2442e526..2dea43c91c 100644 --- a/docs/manual/style/lang/ko.xml +++ b/docs/manual/style/lang/ko.xml @@ -102,4 +102,8 @@ Licensed under the °¡´ÉÇÑ ¾ð¾î + + + This translation may be out of date. Check the + English version for recent changes. diff --git a/docs/manual/style/lang/ru.xml b/docs/manual/style/lang/ru.xml index dc52d7f9b5..55956484ae 100644 --- a/docs/manual/style/lang/ru.xml +++ b/docs/manual/style/lang/ru.xml @@ -87,4 +87,8 @@ Licensed under the Available Languages + + + This translation may be out of date. Check the + English version for recent changes. diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 7517dfd205..153d5f8580 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -47,7 +47,8 @@ - + + @@ -247,6 +248,19 @@ + + + + + + &lf; +
+ +
+
+
+ + @@ -283,7 +297,6 @@ -
&lf; @@ -332,6 +345,11 @@

&lf;
+ + + + +
-- 2.50.1