[med-svn] r710 - in trunk/community/website: . inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Oct 14 12:08:03 UTC 2007
Author: hanska-guest
Date: 2007-10-14 12:08:03 +0000 (Sun, 14 Oct 2007)
New Revision: 710
Modified:
trunk/community/website/bugs.tmpl
trunk/community/website/inc/style.css
Log:
We'll use the external stylesheet in the bugs page.
Fixing template's columns. Adding empty row between different
packages.
Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl 2007-10-14 10:50:50 UTC (rev 709)
+++ trunk/community/website/bugs.tmpl 2007-10-14 12:08:03 UTC (rev 710)
@@ -23,15 +23,17 @@
<table class="bugs">
<div node="-rep:packagelist"><tr>
<td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
- <td> </td>
+ <td colspan="2"> </td>
</tr>
- <div node="-rep:numbers"><tr node="con:row">
- <td><a href=""></a></td>
- <td class="summary"><a href=""></a></td>
- </tr></div></div>
+ <tr node="rep:numbers">
+ <td node="con:id"></td>
+ <td node="con:summary"></td>
+ <td node="con:severity"></td>
+ </tr>
+ <tr>
+ <td colspan="3"> </td>
+ </tr></div>
</table>
- <div class="messageBody">
- </div>
</div>
</td>
</tr>
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-10-14 10:50:50 UTC (rev 709)
+++ trunk/community/website/inc/style.css 2007-10-14 12:08:03 UTC (rev 710)
@@ -404,6 +404,12 @@
white-space:nowrap;
}
+table.bugs td.bugid{
+ margin:0em;
+ padding:0em;
+ text-align:center;
+}
+
table.bugs td.summary{
margin:0em;
padding:0em;
@@ -411,6 +417,28 @@
width:100%;
}
+table.bugs td.severity{
+ margin:0em;
+ padding:0em;
+ text-align:center;
+}
+
+table.bugs td.wishlist td.minor{
+ background-color:#80efeb;
+}
+
+table.bugs td.normal{
+ background-color:#cf9;
+}
+
+table.bugs td.does-not-build td.important{
+ background-color:#ff9;
+}
+
+table.bugs td.serious td.grave td.critical{
+ background-color:#fc9;
+}
+
.messageBody{
margin:1.5em 0em;
padding:0.25em 0em;
More information about the debian-med-commit
mailing list