Enlightenment CVS committal

Author  : mekius
Project : web
Module  : www

Dir     : web/www/p/index


Modified Files:
        de-body en-body fr-body jp-body 


Log Message:
1. Should use echo over print unless you need to the return status of print.
    - Small issue, but small things can add up.
2. include_once incurs extra overhead of checking existing includes.
    - It is not necessary for us since we only include the files once.
      Again small things can add up.
3. Anything between style or script tags should be HTML commented.
4. align is not a valid css property.
5. // is not a valid CSS commenting style, must use /* */.
6. Other misc cleanups/fixes, see diff.
7. Finally, lets do our part to be XHTML 1.1 :), not too hard.

===================================================================
RCS file: /cvs/e/web/www/p/index/de-body,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- de-body     25 Mar 2007 11:32:53 -0000      1.2
+++ de-body     12 Apr 2007 00:06:52 -0000      1.3
@@ -1,3 +1,3 @@
-<center><?php img("logo.png", "E"); ?></center>
+<div style='text-align:center;'><?php img("logo.png", "E"); ?></div>
 <div class="bod">
 </div>
===================================================================
RCS file: /cvs/e/web/www/p/index/en-body,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- en-body     25 Mar 2007 11:31:18 -0000      1.3
+++ en-body     12 Apr 2007 00:06:52 -0000      1.4
@@ -1,3 +1,3 @@
-<center><?php img("logo.png", "E"); ?></center>
+<div style='text-align:center;'><?php img("logo.png", "E"); ?></div>
 <div class="bod">
 </div>
===================================================================
RCS file: /cvs/e/web/www/p/index/fr-body,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- fr-body     25 Mar 2007 11:32:53 -0000      1.2
+++ fr-body     12 Apr 2007 00:06:53 -0000      1.3
@@ -1,3 +1,3 @@
-<center><?php img("logo.png", "E"); ?></center>
+<div style='text-align:center;'><?php img("logo.png", "E"); ?></div>
 <div class="bod">
 </div>
===================================================================
RCS file: /cvs/e/web/www/p/index/jp-body,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- jp-body     25 Mar 2007 11:32:53 -0000      1.2
+++ jp-body     12 Apr 2007 00:06:53 -0000      1.3
@@ -1,3 +1,3 @@
-<center><?php img("logo.png", "E"); ?></center>
+<div style='text-align:center;'><?php img("logo.png", "E"); ?></div>
 <div class="bod">
 </div>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to