[med-svn] r1003 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Mon Dec 24 14:34:44 UTC 2007
Author: hanska-guest
Date: 2007-12-24 14:34:43 +0000 (Mon, 24 Dec 2007)
New Revision: 1003
Added:
trunk/community/website/tasks_idx.tmpl
Modified:
trunk/community/website/index.php
Log:
Adding Task Index page
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-12-24 14:22:45 UTC (rev 1002)
+++ trunk/community/website/index.php 2007-12-24 14:34:43 UTC (rev 1003)
@@ -40,6 +40,7 @@
<ul>
<li><a href="/bugs.php"><?=_("Bugs page")?></a></li>
<li><a href="/ddtp.php"><?=_("DDTP page")?></a></li>
+ <li><a href="/tasks/"><?=_("Tasks page")?></a></li>
<hr />
<li><a href="/locales.php"><?=_("Locales page")?></a></li>
<li>…</li>
Added: trunk/community/website/tasks_idx.tmpl
===================================================================
--- trunk/community/website/tasks_idx.tmpl (rev 0)
+++ trunk/community/website/tasks_idx.tmpl 2007-12-24 14:34:43 UTC (rev 1003)
@@ -0,0 +1,33 @@
+<?php
+ini_set("include_path", ini_get("include_path").":../");
+require_once("inc/header.inc.php");
+?>
+<table class="columns">
+<tr>
+ <td class="left">
+ <span class="section"><?=_("summary")?></span>
+ <div class="section">
+ <div class="sectionTop"></div>
+ <div class="row">
+ <strong><?=_("Tasks page")?></strong>
+ </div>
+ </div>
+ </td>
+ <td class="main">
+ <div class="pageBody">
+ <h1><?=_("Tasks page")?></h1>
+ <p>
+ This is a list of the Tasks Debian-Med is made of:
+ </p>
+ <ul>
+ <div node="-rep:tasks"><li><p node="-con:task"></p></li></div>
+ </ul>
+ </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>
+<?php
+require_once("inc/footer.inc.php");
+?>
More information about the debian-med-commit
mailing list