]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Better look for file types tables.
authoreldy <>
Fri, 21 Jan 2005 22:49:05 +0000 (22:49 +0000)
committereldy <>
Fri, 21 Jan 2005 22:49:05 +0000 (22:49 +0000)
wwwroot/cgi-bin/awstats.pl
wwwroot/cgi-bin/lib/mime.pm

index 139344adebeec960640ae7ea43345f5f6cabbde2..c3b2613b94602ae93f936f057725bd81a8d77715 100644 (file)
@@ -9470,7 +9470,7 @@ if (scalar keys %HTMLOutput) {
                        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;
index d34ccbb2ac7f6368f7726e3f2a32d56d50b8120f..49103ba5ef6abf47794add731bffaab581323b09 100644 (file)
 # 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&nbsp;or&nbsp;XML&nbsp;static&nbsp;page',
+'script',    'Dynamic&nbsp;Html&nbsp;page&nbsp;or&nbsp;Script&nbsp;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&nbsp;Stylesheet&nbsp;Language&nbsp;file',
+'runtime',   'HTML&nbsp;dynamic&nbsp;page&nbsp;or&nbsp;Binary&nbsp;runtime',
+'library',   'Binary library',
+'swf',       'Macromedia Flash Animation',
+'dtd',       'Document Type Definition',
+'csv',       'Comma Separated Value file',
+'jnlp',      'Java Web Start launch file',
 );
 
 # MimeHashIcon