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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Oct 3 15:21:22 UTC 2007


Author: hanska-guest
Date: 2007-10-03 15:21:22 +0000 (Wed, 03 Oct 2007)
New Revision: 538

Modified:
   trunk/community/website/index.php
Log:
Added legenda to members icons.
Added information on time.


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-03 15:15:49 UTC (rev 537)
+++ trunk/community/website/index.php	2007-10-03 15:21:22 UTC (rev 538)
@@ -84,13 +84,23 @@
 						}
 					?>
 					</table>
-				</div>				
+				</div>
+				<table>
+				<tr><td>
+					<img src="/img/wh_green.png" alt="Green Wheel" />
+					Project Administrators
+				</td></tr>
+				<tr><td>
+					<img src="/img/wh_grey.png" alt="Grey Wheel" />
+					Project Developers
+				</td></tr>
+				</table>
 			</div>
 		</div>
 		<span class="section">UTC time</span>
 		<div class="section">
 			<div class="sectionTop"></div>
-			<div class="row">..UTC time..</div>
+			<div class="row"><?=date("r", time())?></div>
 		</div>
 	</td>
 	<td class="main">




More information about the debian-med-commit mailing list