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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 20:50:34 UTC 2007


Author: hanska-guest
Date: 2007-10-04 20:50:33 +0000 (Thu, 04 Oct 2007)
New Revision: 583

Modified:
   trunk/community/website/index.php
Log:
Small changes.
Better localization of the date/time.


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-04 20:39:53 UTC (rev 582)
+++ trunk/community/website/index.php	2007-10-04 20:50:33 UTC (rev 583)
@@ -75,13 +75,13 @@
 		<div class="section">
 			<div class="sectionTop"></div>
 			<div class="row"><?=date("r", time())?></div>
-			<div class="row"><?=strftime("%a, %d %b %Y %H:%M:%S %Z", time())?></div>
+			<div class="row"><?=strftime("%c", time())?></div>
 		</div>
 		<span class="section"><?=_("Badges")?></span>
 		<div class="section">
 			<div class="sectionTop"></div>
 			<div class="row">
-				<p>
+				<p 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>




More information about the debian-med-commit mailing list