[med-svn] r3854 - trunk/community/website

Nelson A. de Oliveira naoliv at alioth.debian.org
Wed Sep 2 16:22:16 UTC 2009


Author: naoliv
Date: 2009-09-02 16:22:16 +0000 (Wed, 02 Sep 2009)
New Revision: 3854

Modified:
   trunk/community/website/index.php
Log:
- Specify image height and width
- At the moment we are not XHTML nor CSS valid


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2009-09-02 16:10:26 UTC (rev 3853)
+++ trunk/community/website/index.php	2009-09-02 16:22:16 UTC (rev 3854)
@@ -89,11 +89,11 @@
 				</div>
 				<table class="related">
 				<tr><td>
-					<img src="/img/wh_green.png" alt="<?=_("Green Wheel")?>" />
+					<img src="/img/wh_green.png" alt="<?=_("Green Wheel")?>" height="12" width="12" />
 					<?=_("Project Administrator")?>
 				</td></tr>
 				<tr><td>
-					<img src="/img/wh_grey.png" alt="<?=_("Grey Wheel")?>" />
+					<img src="/img/wh_grey.png" alt="<?=_("Grey Wheel")?>" height="12" width="12" />
 					<?=_("Project Developer")?>
 				</td></tr>
 				</table>
@@ -109,21 +109,25 @@
 		<div class="section">
 			<div class="sectionTop"></div>
 			<div class="row">
+				<!-- We still need to fix some errors to validate the document as XHTML
 				<p style="text-align: center">
 					<a href="http://validator.w3.org/check?uri=referer">
 						<img src="http://www.w3.org/Icons/valid-xhtml11-blue" alt="<?=_("Valid XHTML 1.1")?>" height="31" width="88" />
 					</a>
 				</p>
+				-->
+				<!-- moz-opacity nor filter:alpha are valid CSS
 				<p style="text-align: center">
 					<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://debian-med.alioth.debian.org/">
 						<img src="http://www.w3.org/Icons/valid-css2-blue" alt="<?=_("Valid CSS 2")?>" height="31" width="88" />
 					</a>
 				</p>
+				-->
 				<!-- I am not so very serious about the BOINC link, it is just that the 
 				     validator link alone was rather ... boring? -->
 				<p style="text-align: center">
 					<a href="http://boinc.berkeley.edu">
-						<img src="http://boinc.berkeley.edu/logo/www_logo.gif" alt="<?=_("Berkeley Open Infrastructure for Network Computing")?>" />
+						<img src="http://boinc.berkeley.edu/logo/www_logo.gif" alt="<?=_("Berkeley Open Infrastructure for Network Computing")?>" height="164" width="73" />
 					</a>
 				</p>
 			</div>
@@ -189,7 +193,7 @@
 							<li>automatize .po generation (and compilation);</li>
 							<li>&hellip;</li>
 						</ul></li>
-					<li>fully support DDTP; <img src="/img/yellow.png" alt="In progress" title="In progress" /></li>
+					<li>fully support DDTP; <img src="/img/yellow.png" alt="In progress" title="In progress" height="12" width="12" /></li>
 					<li>make this TO-DO list dynamic;</li>
 					<li>add parsing scripts under SVN control;</li>
 					<li>add a "BuildD page" parsing <a href="http://people.debian.org/~igloo/status.php">http://people.debian.org/~igloo/status.php</a>;</li>




More information about the debian-med-commit mailing list