[med-svn] r747 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Nov 3 16:51:50 UTC 2007
Author: hanska-guest
Date: 2007-11-03 16:51:50 +0000 (Sat, 03 Nov 2007)
New Revision: 747
Added:
trunk/community/website/ddtp.php
trunk/community/website/ddtp.tmpl
Modified:
trunk/community/website/index.php
Log:
First implementation of DDTP status page
Copied: trunk/community/website/ddtp.php (from rev 746, trunk/community/website/bugs.php)
===================================================================
--- trunk/community/website/ddtp.php (rev 0)
+++ trunk/community/website/ddtp.php 2007-11-03 16:51:50 UTC (rev 747)
@@ -0,0 +1,7 @@
+<?php
+require_once("inc/header.inc.php");
+?>
+<h1>The page is being updated, please check back later</h1>
+<?php
+require_once("inc/footer.inc.php");
+?>
Added: trunk/community/website/ddtp.tmpl
===================================================================
--- trunk/community/website/ddtp.tmpl (rev 0)
+++ trunk/community/website/ddtp.tmpl 2007-11-03 16:51:50 UTC (rev 747)
@@ -0,0 +1,28 @@
+<table class="columns">
+<tr>
+ <td class="left">
+ <span class="section"><?=_("summary")?></span>
+ <div class="section">
+ <div class="sectionTop"></div>
+ <div class="row">DDTP</div>
+ </div>
+ </td>
+ <td class="main">
+ <div class="pageBody">
+ <h1><?=_("DDTP Statistics")?></h1>
+ <table class="messageHeaders">
+ <tr>
+ <td> </td>
+ <div node="-rep:langs"><th><p node="-con:code"></p></th></div>
+ </tr>
+ <div node="-rep:packages"><tr>
+ <td class="name"><p node="-con:name"></p></td>
+ <div node="-rep:translations"><td><p node="-con:status"></p></td></div>
+ </tr></div>
+ </table>
+ </div>
+ </td>
+</tr>
+</table>
+<address><?=_("Last update")?>: <div node="-con:date"></div></address>
+<address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-11-02 18:02:18 UTC (rev 746)
+++ trunk/community/website/index.php 2007-11-03 16:51:50 UTC (rev 747)
@@ -88,6 +88,7 @@
<ul>
<li><a href="/bugs.php"><?=_("Bugs page")?></a></li>
<li><a href="/locales.php"><?=_("Locales page")?></a></li>
+ <li><a href="/ddtp.php"><?=_("DDTP page")?></a></li>
<li>…</li>
</ul>
</div>
More information about the debian-med-commit
mailing list