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; }
}
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";
}