[med-svn] r701 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 13 14:55:04 UTC 2007
Author: hanska-guest
Date: 2007-10-13 14:55:04 +0000 (Sat, 13 Oct 2007)
New Revision: 701
Modified:
trunk/community/website/bug_details.tmpl
Log:
Single-package pages template is ready.
Modified: trunk/community/website/bug_details.tmpl
===================================================================
--- trunk/community/website/bug_details.tmpl 2007-10-13 14:40:36 UTC (rev 700)
+++ trunk/community/website/bug_details.tmpl 2007-10-13 14:55:04 UTC (rev 701)
@@ -1,7 +1,41 @@
<?php
require_once("inc/header.inc.php");
?>
-<h1>Still under development</h1>
+<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">
+ <table>
+ <div node="-rep:allbugs"><tr>
+ <th><a href="#" node="con:id"></a></th>
+ </tr>
+ <tr>
+ <table>
+ <div node="-rep:singlebug"><tr>
+ <th node="con:field"></th>
+ <td node="con:value"></td>
+ </tr></div>
+ </table>
+ </tr></div>
+ </table>
+ </div>
+ </td>
+</tr>
+</table>
<?php
require_once("inc/footer.inc.php");
?>
More information about the debian-med-commit
mailing list