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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 20:39:53 UTC 2007


Author: hanska-guest
Date: 2007-10-04 20:39:53 +0000 (Thu, 04 Oct 2007)
New Revision: 582

Modified:
   trunk/community/website/index.php
Log:
Localized date/time fixed.
Added Badges section (we must be proud of it :) )


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-04 20:33:45 UTC (rev 581)
+++ trunk/community/website/index.php	2007-10-04 20:39:53 UTC (rev 582)
@@ -75,8 +75,19 @@
 		<div class="section">
 			<div class="sectionTop"></div>
 			<div class="row"><?=date("r", time())?></div>
-			<div class="row"><?=date("%D, %d %M %Y %H:%i:%s %O", time())?></div>
+			<div class="row"><?=strftime("%a, %d %b %Y %H:%M:%S %Z", time())?></div>
 		</div>
+		<span class="section"><?=_("Badges")?></span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">
+				<p>
+					<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>
+			</div>
+		</div>
 	</td>
 	<td class="main">
 		<span class="section"><?=_("recent activity")?></span>




More information about the debian-med-commit mailing list