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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sun Nov 11 15:53:38 UTC 2007


Author: hanska-guest
Date: 2007-11-11 15:53:38 +0000 (Sun, 11 Nov 2007)
New Revision: 779

Added:
   trunk/community/website/ddtp/
   trunk/community/website/ddtp_details.tmpl
Log:
Starting DDTP page enhancements


Added: trunk/community/website/ddtp_details.tmpl
===================================================================
--- trunk/community/website/ddtp_details.tmpl	                        (rev 0)
+++ trunk/community/website/ddtp_details.tmpl	2007-11-11 15:53:38 UTC (rev 779)
@@ -0,0 +1,36 @@
+<!--?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">
+				<?=_("Summary for package")?>:
+				<strong node="con:package"></strong>
+			</div>
+		</div>
+	</td>
+	<td class="main">
+		<div class="pageBody">
+			<table>
+			<div node="-rep:langs"><tr>
+				<th rowspan="2"><p node="-con:name"></p></th>
+				<td><?=_("Short description")?>: <p node="-con:short"></p></td>
+			</tr>
+			<tr>
+				<td>
+					<?=_("Long description")?><br />
+					<p node="-con:long"></p>
+				</td>
+			</tr></div>
+			</table>
+		</div>
+	</td>
+</tr>
+</table>
+<!--?php
+require_once("inc/footer.inc.php");
+?-->




More information about the debian-med-commit mailing list