X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fstats.cgi;h=8163c41846bc1fed2fa14ab5896667f481c57e87;hb=15842e23ec99588d83312f43b66e468fabe40eec;hp=4b3cdfb1040ae62bd0b039a26679337c567f33a1;hpb=83737e59d30d46e80259f07dd8d528b06dd43858;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