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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sun Oct 14 13:57:24 UTC 2007


Author: hanska-guest
Date: 2007-10-14 13:57:24 +0000 (Sun, 14 Oct 2007)
New Revision: 712

Modified:
   trunk/community/website/bugs.tmpl
Log:
Fixing template: separating fixed and open bugs


Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl	2007-10-14 12:47:12 UTC (rev 711)
+++ trunk/community/website/bugs.tmpl	2007-10-14 13:57:24 UTC (rev 712)
@@ -15,13 +15,22 @@
 				<?=_("Total bugs")?>:
 				<strong node="con:count"></strong>
 			</div>
+			<div class="row">
+				<?=_("Open bugs")?>:
+				<strong node="con:opencount"></strong>
+			</div>
+			<div class="row">
+				<?=_("Fixed bugs")?>:
+				<strong node="con:fixedcount"></strong>
+			</div>
 		</div>
 	</td>
 	<td class="main">
 		<div class="pageBody">
 			<h1><?=_("Summary bugs page")?></h1>
+			<h2><?=_("Open bugs")?></h2>
 			<table class="bugs">
-			<div node="-rep:packagelist"><tr>
+			<div node="-rep:openlist"><tr>
 				<td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
 				<td colspan="2">&nbsp;</td>
 			</tr>
@@ -34,6 +43,19 @@
 				<td colspan="3">&nbsp;</td>
 			</tr></div>
 			</table>
+			<h2><?=_("Fixed bugs")?></h2>
+			<table class="messageHeaders">
+				<div node="-rep:fixedlist"><tr>
+					<td class="name"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
+					<td colspan="3">&nbsp;</td>
+				</tr>
+				<tr node="rep:numbers">
+					<td node="con:id"></td>
+					<td node="con:summary"></td>
+					<td node="con:severity"></td>
+					<td node="con:fixed"></td>
+				</tr></div>
+			</table>
 		</div>
 	</td>
 </tr>




More information about the debian-med-commit mailing list