Link to glued report.
authorZdenek Sustr <sustr4@cesnet.cz>
Sun, 26 May 2013 13:56:08 +0000 (15:56 +0200)
committerZdenek Sustr <sustr4@cesnet.cz>
Sun, 26 May 2013 13:56:08 +0000 (15:56 +0200)
dashboard.pl

index bc32cb7..a4ac082 100755 (executable)
@@ -175,6 +175,8 @@ print qq(<?xml version="1.0" encoding="UTF-8"?>
                table.modified {border:0px none; width:1280px;}
                td.modified {font-size:small; border:0px none; float:right; text-align: right;}
                td.thanks {font-size:small; border:0px none; text-align: right;}
+               td.overallreps {font-size:small; border:0px none; text-align: center; background-color: #eeeeee; margin-top:6px; margin-bottom:3px;}
+               tr.overallreps {margin-top:6px; margin-bottom:3px;}
                td.heading {font-size:xx-large; font-family:sans-serif; font-weight:bold; border: 0px none; float:left; text-align:left; white-space:nowrap;}
                td.message {font-weight:bold; border: 0px none; float:left; text-align:left;}
                img { border:0px; }
@@ -312,6 +314,11 @@ print qq(<?xml version="1.0" encoding="UTF-8"?>
                }
                print " </tr>\n";
        }
+       print "<tr class=\"overallreps\"><td class=\"overallreps\"></td>\n";
+       foreach my $c (sort keys %components) {
+               print "         <td class=\"overallreps\" colspan=\"$colsforeach\">Get <A HREF=\"report-$c.twiki\" type=\"text/html\"><B>Report</B></A></td>\n";
+       }
+       print " </tr>\n";
        print "</table>\n\n";
 }