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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 07:00:18 UTC 2007


Author: hanska-guest
Date: 2007-10-13 07:00:18 +0000 (Sat, 13 Oct 2007)
New Revision: 679

Added:
   trunk/community/website/bugs.tmpl
Modified:
   trunk/community/website/bugs.php
Log:
Trying bugs page generation


Modified: trunk/community/website/bugs.php
===================================================================
--- trunk/community/website/bugs.php	2007-10-12 10:39:32 UTC (rev 678)
+++ trunk/community/website/bugs.php	2007-10-13 07:00:18 UTC (rev 679)
@@ -1,5 +1,5 @@
 <?php
 require_once("inc/header.inc.php");
-//require_once("bugs.html");
+require_once("bugs.html");
 require_once("inc/footer.inc.php");
 ?>

Added: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl	                        (rev 0)
+++ trunk/community/website/bugs.tmpl	2007-10-13 07:00:18 UTC (rev 679)
@@ -0,0 +1,37 @@
+<table class="columns">
+<tr>
+	<td class="left">
+		<span class="section"><?=_("summary")?></span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">
+				<?=_("Bugs for package")?>:
+				<strong node="con:package"></strong>
+			</div>
+			<div class="row">
+				<?=_("Total bugs")?>:
+				<strong node="con:count"></strong>
+			</div>
+		</div>
+	</td>
+	<td class="main">
+		<div class="pageBody">
+			<h1><?=_("Bugs for package")?> "__PACKAGE__"</h1>
+			<table class="messageHeaders">
+			<div node="-rep:packagelist">
+				<tr>
+					<td class="name" node="con:name"></td>
+					<td class="value">&nbsp;</td>
+				</tr>
+				<tr node="rep:numbers">
+					<td class="value" colspan="2" node="con:id"></td>
+				</tr>
+			</div>
+			</table>
+			<div class="messageBody">
+			</div>
+		</div>
+	</td>
+</tr>
+</table>
+<address><TMPL_VAR date></address>




More information about the debian-med-commit mailing list