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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Mon Dec 24 13:56:01 UTC 2007


Author: hanska-guest
Date: 2007-12-24 13:56:01 +0000 (Mon, 24 Dec 2007)
New Revision: 999

Added:
   trunk/community/website/tasks.tmpl
Log:
First draft of the template for Tasks pages


Added: trunk/community/website/tasks.tmpl
===================================================================
--- trunk/community/website/tasks.tmpl	                        (rev 0)
+++ trunk/community/website/tasks.tmpl	2007-12-24 13:56:01 UTC (rev 999)
@@ -0,0 +1,113 @@
+<?php
+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 node="con:task"></strong>
+				<em node="con:shortdesc"></em>
+				<p node="con:longdesc></p>
+			</div>
+		</div>
+	</td>
+	<td class="main">
+		<div class="pageBody">
+			<h1><p node="-con:task"></p></h1>
+			<p>
+				The list below includes various software projects which are of some
+				interest to the Debian-Med Project. Currently, only a few of them are
+				available as Debian packages. It is our goal, however, to include all
+				software in Debian-Med which can sensibly add to a high quality 
+				Custom Debian Distribution.
+			</p>
+			<p>
+				For a better overview of the project's availability as a Debian package, 
+				each head row has a color code according to this scheme:
+			</p>
+			<ul>
+				<li>Green: The project is <a href="#official-debs">available as an official Debian package</a></li>
+				<li>Yellow: The project is <a href="#inofficial-debs">available as an inofficial Debian package</a></li>
+				<li>Red: The project is <a href="#debs-not-available">not (yet) available as a Debian package</a></li>
+			</ul>
+			<p>
+				If you discover a project which looks like a good candidate for
+				Debian-Med to you, or if you have prepared an inofficial Debian
+				package, please do not hesitate to send a description of that project
+				to the <a href="mailto:debian-med at lists.debian.org">Debian-Med mailing list</a>
+			</p>
+			<p node="-con:official_head"></p>
+			<h1 node="con:task"></h1>
+			<div node="-rep:official"><p node="-con:project"></p>
+				<tbody>
+					<tr class="deb-official">
+						<td class="project-name">
+							<a node="con:anchor" name="" id=""></a>
+							<strong node="con:name"></strong><br />
+							<em node="con:shortdesc"></em><br />
+							<a node="con:url" href=""></a>
+						</td>
+						<td class="project-license">
+							<em node="con:version"></em><br />
+							<em node="con:license"></em><br />
+							<a node="con:pkgurl" href=""></a> &mdash; <a node="con:deburl" href=""></a>
+						</td>
+					</tr>
+					<tr>
+						<td node="con:longdesc" class="project-description" colspan="2"></td>
+					</tr>
+				</tbody>
+			</table></div>
+			<p node="-con:unofficial_head"></p>
+			<div node="-rep:unofficial"><p node="-con:project"></p>
+				<tbody>
+					<tr class="deb-inofficial">
+						<td class="project-name">
+							<a node="con:anchor" name="" id=""></a>
+							<strong node="con:name"></strong><br />
+							<em node="con:shortdesc"></em><br />
+							<a node="con:url" href=""></a>
+						</td>
+						<td class="project-license">
+							<em node="con:version"></em><br />
+							<em node="con:license"></em><br />
+							<a node="con:pkgurl" href=""></a>
+						</td>
+					</tr>
+					<tr>
+						<td node="con:longdesc" class="project-description" colspan="2"></td>
+					</tr>
+				</tbody>
+			</table></div>
+			<p node="-con:unavailable_head"></p>
+			<div node="-rep:unavailable"><p node="-con:project"></p>
+				<tbody>
+					<tr class="deb-not-available">
+						<td class="project-name">
+							<a node="con:anchor" name="" id=""></a>
+							<strong node="con:name"></strong><br />
+							<em node="con:shortdesc"></em><br />
+							<a node="con:url" href=""></a>
+						</td>
+						<td class="project-license">
+							<em node="con:license"></em><br />
+							Debian package not available
+						</td>
+					</tr>
+					<tr>
+						<td node="con:longdesc" class="project-description" colspan="2"></td>
+					</tr>
+				</tbody>
+			</table></div>
+		</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