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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 14:38:30 UTC 2007


Author: hanska-guest
Date: 2007-10-13 14:38:30 +0000 (Sat, 13 Oct 2007)
New Revision: 699

Removed:
   trunk/community/website/bugs.html
Modified:
   trunk/community/website/bugs.tmpl
Log:
Improving page generation


Deleted: trunk/community/website/bugs.html
===================================================================
--- trunk/community/website/bugs.html	2007-10-13 14:35:38 UTC (rev 698)
+++ trunk/community/website/bugs.html	2007-10-13 14:38:30 UTC (rev 699)
@@ -1,37 +0,0 @@
-<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 14:35:38 UTC (rev 698)
+++ trunk/community/website/bugs.tmpl	2007-10-13 14:38:30 UTC (rev 699)
@@ -1,3 +1,6 @@
+<?php
+require_once("inc/header.inc.php");
+?>
 <table class="columns">
 <tr>
 	<td class="left">
@@ -37,3 +40,6 @@
 </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