[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 639)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Fri Oct 7 10:19:55 CDT 2011


User: knarf
Date: 2011/10/07 10:19 AM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 fill cells without results with dot

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +5 -1
===================================================================
--- release-info/parse_testsuite_results.cgi	2011-10-07 15:19:05 UTC (rev 638)
+++ release-info/parse_testsuite_results.cgi	2011-10-07 15:19:55 UTC (rev 639)
@@ -149,6 +149,8 @@
 }
 $table_entries .= "</tr>\n";
 
+$not_run = "•";
+
 # main table body
 my $tr = "<tr>";
 foreach my $thorn (sort(keys(%alltests))) {
@@ -201,7 +203,7 @@
               $table_entries .= "<td class='c$bg'>$entry$popup</td>";
             }
           } else {
-            $table_entries .= "<td class='c$bg'>&nbsp;</td>";
+            $table_entries .= "<td class='c${bg}b'>$not_run</td>";
           }
         }
       }
@@ -307,6 +309,8 @@
   td.c2  { background-color: #e0e0e0; text-align: center; }
   td.c1g { background-color: #d0d0d0; text-align: center; color: #00FF00;}
   td.c2g { background-color: #e0e0e0; text-align: center; color: #00FF00;}
+  td.c1b { background-color: #d0d0d0; text-align: center; color: #0000FF;}
+  td.c2b { background-color: #e0e0e0; text-align: center; color: #0000FF;}
   td       .info { display      : none; }
   td:hover .info { display      : block;
                    position     : absolute;



More information about the Commits mailing list