X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fstats.cgi;h=8163c41846bc1fed2fa14ab5896667f481c57e87;hb=18385edca6c1b1d92351133ab2696c48a48b3f07;hp=4b3cdfb1040ae62bd0b039a26679337c567f33a1;hpb=4f37839bc9faacb57d9bce9196d916595f14b114;p=clearscm.git diff --git a/maps/bin/stats.cgi b/maps/bin/stats.cgi index 4b3cdfb..8163c41 100755 --- a/maps/bin/stats.cgi +++ b/maps/bin/stats.cgi @@ -28,7 +28,7 @@ use MAPSLog; use MAPSWeb; use DateUtils; -use CGI qw (:standard *table start_Tr end_Tr); +use CGI qw (:standard *table start_Tr end_Tr start_div end_div); use CGI::Carp 'fatalsToBrowser'; my $nbr_days = param('nbr_days'); @@ -41,6 +41,8 @@ $date = defined $date ? $date : Today2SQLDatetime; sub Body($) { my ($userid) = @_; + print start_div {-id => 'highlightrow'}; + print start_table ({-align => 'center', -id => $table_name, -border => 0, @@ -117,6 +119,7 @@ sub Body($) { print end_Tr; print end_table; + print end_div; return; } # Body