print "<tr bgcolor=\"#$color_TableBGRowTitle\"><th colspan=\"3\">$Message[73]</th>";
if ($ShowFileTypesStats =~ /H/i) { print "<th bgcolor=\"#$color_h\" width=\"80\"".Tooltip(4).">$Message[57]</th><th bgcolor=\"#$color_h\" width=\"80\">$Message[15]</th>"; }
if ($ShowFileTypesStats =~ /B/i) { print "<th bgcolor=\"#$color_k\" width=\"80\"".Tooltip(5).">$Message[75]</th><th bgcolor=\"#$color_k\" width=\"80\">$Message[15]</th>"; }
- if ($ShowFileTypesStats =~ /C/i) { print "<th bgcolor=\"#$color_k\" width=\"120\">$Message[100]</th><th bgcolor=\"#$color_k\" width=\"120\">$Message[101]</th><th bgcolor=\"#$color_k\" width=\"120\">$Message[99]</th>"; }
+ if ($ShowFileTypesStats =~ /C/i) { print "<th bgcolor=\"#$color_k\" width=\"100\">$Message[100]</th><th bgcolor=\"#$color_k\" width=\"100\">$Message[101]</th><th bgcolor=\"#$color_k\" width=\"100\">$Message[99]</th>"; }
print "</tr>\n";
my $total_con=0; my $total_cre=0;
my $count=0;
# List of mime's label ("mime id in lower case", "mime text")
#---------------------------------------------------------------
%MimeHashLib = (
-'text','Text file',
-'page','HTML or XML static page',
-'script','Dynamic Html page or Script file',
-'image','Image',
-'document','Document',
-'package','Package',
-'archive','Archive',
-'audio','Audio',
-'video','Video',
+'text', 'Text file',
+'page', 'HTML or XML static page',
+'script', 'Dynamic Html page or Script file',
+'image', 'Image',
+'document', 'Document',
+'package', 'Package',
+'archive', 'Archive',
+'audio', 'Audio',
+'video', 'Video',
'javascript','Javascript file',
-'vbs','Visual Basic script',
-'conf','Config file',
-'css','Cascading Style Sheet file',
-'xsl','Extensible Stylesheet Language file',
-'runtime','HTML dynamic page or Binary runtime',
-'library','Binary library',
-'swf','Macromedia Flash Animation',
-'dtd','Document Type Definition',
-'csv','Comma Separated Value file',
-'jnlp','Java Web Start launch file',
+'vbs', 'Visual Basic script',
+'conf', 'Config file',
+'css', 'Cascading Style Sheet file',
+'xsl', 'Extensible Stylesheet Language file',
+'runtime', 'HTML dynamic page or Binary runtime',
+'library', 'Binary library',
+'swf', 'Macromedia Flash Animation',
+'dtd', 'Document Type Definition',
+'csv', 'Comma Separated Value file',
+'jnlp', 'Java Web Start launch file',
);
# MimeHashIcon