r8951 - /scripts/qa/qareport.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 10:41:15 UTC 2007


Author: dmn
Date: Wed Nov  7 10:41:15 2007
New Revision: 8951

URL: http://svn.debian.org/wsvn/?sc=1&rev=8951
Log:
proper CSS color names; use system colors to make the page fit the desktop; track current row; drop "unreleased:"

Modified:
    scripts/qa/qareport.cgi

Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=8951&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Wed Nov  7 10:41:15 2007
@@ -168,7 +168,7 @@
     [% SET svn_un_ver = data.svn.$pkg.un_version %]
     <tr>
         <td>$pkg</td>
-        <td><a href="http://svn.debian.org/wsvn/pkg-perl/trunk/$pkg/debian/changelog?op=file&amp;rev=0&amp;sc=0">$svn_ver[% IF svn_un_ver AND (svn_un_ver != svn_ver) %]<span style="font-size: smaller"> (unreleased: $svn_un_ver)</span>[% END #IF %]</a></td>
+        <td><a href="http://svn.debian.org/wsvn/pkg-perl/trunk/$pkg/debian/changelog?op=file&amp;rev=0&amp;sc=0">$svn_ver[% IF svn_un_ver AND (svn_un_ver != svn_ver) %]<span style="font-size: smaller"> ($svn_un_ver)</span>[% END #IF %]</a></td>
         <td>[% INCLUDE bts_link data=data pkg=pkg %][% IF arch_ver %]<a href="http://packages.qa.debian.org/$pkg">$arch_ver</a>[% END #IF %]</td>
         <td>${data.watch.$pkg.upstream_mangled}</td>
     </tr>
@@ -199,8 +199,8 @@
     <title>pkg-perl packages overview</title>
     <style type="text/css">
         body {
-            background: white;
-            color: black;
+            background: Window;
+            color: WindowText;
             margin: 0;
             padding: 8px;
         }
@@ -213,8 +213,12 @@
             border: 1px solid black;
         }
         th.clickable, th.clickable a, th.clickable a:visited {
-            background: #404040;
-            color: white;
+            background: Menu;
+            color: MenuText;
+        }
+        tr:hover td, tr:hover th {
+            background: Highlight;
+            color: HighlightText;
         }
         .bts-info {
             float: right;
@@ -230,7 +234,7 @@
             color: green;
         }
         .bts-minor {
-            color: darkgreen;
+            color: #004000;  /* darkgreen */
         }
         .bts-normal, .bts-important {
         }




More information about the Pkg-perl-cvs-commits mailing list