qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/www func.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/www func.php
Date: Thu, 11 May 2006 09:58:39 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Branch:         
Changes by:     Raphaël Semeteys <address@hidden>      06/05/11 09:58:39

Modified files:
        www            : func.php 

Log message:
        "XML et CSS valide" text in localized

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/qsos/www/func.php.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: qsos/www/func.php
diff -u qsos/www/func.php:1.7 qsos/www/func.php:1.8
--- qsos/www/func.php:1.7       Wed May 10 07:31:23 2006
+++ qsos/www/func.php   Thu May 11 09:58:39 2006
@@ -70,18 +70,24 @@
 print 'QSOS is published under the GNU FDL by <a 
href="http://www.atosorigin.com";>Atos Origin</a>.';
 
 }
+
 print('
 </div>
-<div id="valide">
-XHTML et CSS valide
+<div id="valide">');
+
+if ($lang=="fr") {
+       print('Valide XHTML et CSS');
+} else {
+       print('XHTML and CSS compliant');
+}
+
+print('
 </div>
 
 
 </div>
 
 <div id="corp">');
-}
-
 
 function foot (){
 print('</div>




reply via email to

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