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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 07:08:10 UTC 2007


Author: hanska-guest
Date: 2007-10-13 07:08:10 +0000 (Sat, 13 Oct 2007)
New Revision: 681

Added:
   trunk/community/website/bugs.html
Modified:
   trunk/community/website/bugs.tmpl
Log:
Fixing templates again


Copied: trunk/community/website/bugs.html (from rev 680, trunk/community/website/bugs.tmpl)
===================================================================
--- trunk/community/website/bugs.html	                        (rev 0)
+++ trunk/community/website/bugs.html	2007-10-13 07:08:10 UTC (rev 681)
@@ -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 node="con:date"></address>

Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl	2007-10-13 07:03:00 UTC (rev 680)
+++ trunk/community/website/bugs.tmpl	2007-10-13 07:08:10 UTC (rev 681)
@@ -34,4 +34,4 @@
 	</td>
 </tr>
 </table>
-<address node="con:date"></address>
+<address>Last update: <div node="-con:date"></div></address>




More information about the debian-med-commit mailing list