From: eldy <> Date: Thu, 1 Nov 2001 12:37:10 +0000 (+0000) Subject: Minor fixes in "showing" report X-Git-Tag: AWSTATS_1_0~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d90669530b2ccbb55667ec6a291d9dcf6fe72488;p=thirdparty%2FAWStats.git Minor fixes in "showing" report --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 35478912..d4446a23 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -82,7 +82,7 @@ $WarningMessages= 1; %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits = %monthlib = %monthnum = (); -$VERSION="3.2 (build 30)"; +$VERSION="3.2 (build 31)"; $Lang="en"; # Default value @@ -2657,8 +2657,8 @@ EOF print "$Message[75]"; print "\n"; print ""; - print "$TotalVisits
 "; print "".($MonthRequired eq "year"?"< $TotalUnique
Exact value not available in 'Year' view":"$TotalUnique
(".int($RatioHosts)." $Message[52])").""; + print "$TotalVisits
 "; print "$TotalPages
(".int($RatioPages)." ".lc($Message[56]."/".$Message[12]).")"; print "$TotalHits
(".int($RatioHits)." ".lc($Message[57]."/".$Message[12]).")"; print "".Format_Bytes(int($TotalBytes))."
(".int($RatioBytes)." $Message[44]/".lc($Message[12]).")"; @@ -3198,9 +3198,10 @@ EOF $p_h[4]=int($_from_h[4]/$TotalHits*1000)/10; } print "$Message[37]$Message[56]$Message[15]$Message[57]$Message[15]\n"; - print "$Message[38]:$_from_p[0] $p_p[0] %$_from_h[0] $p_h[0] %\n"; + #------- Referrals by direct address/bookmarks + print "$Message[38]$_from_p[0] $p_p[0] %$_from_h[0] $p_h[0] %\n"; #------- Referrals by search engine - print "$Message[40] :
\n"; + print "$Message[40]
\n"; print "\n"; $count=0; foreach my $key (sort { $SortDir*$_se_referrals_h{$a} <=> $SortDir*$_se_referrals_h{$b} } keys (%_se_referrals_h)) { @@ -3210,7 +3211,7 @@ EOF print "
\n"; print "$_from_p[2] $p_p[2] %$_from_h[2] $p_h[2] %\n"; #------- Referrals by external HTML link - print "$Message[41]:
\n"; + print "$Message[41]
\n"; print "\n"; $count=0; $rest_h=0; foreach my $key (sort { $SortDir*$_pagesrefs_h{$a} <=> $SortDir*$_pagesrefs_h{$b} } keys (%_pagesrefs_h)) { @@ -3231,8 +3232,8 @@ EOF print "
\n"; print "$_from_p[3] $p_p[3] %$_from_h[3] $p_h[3] %\n"; #------- Referrals by internal HTML link - print "$Message[42]:$_from_p[4] $p_p[4] %$_from_h[4] $p_h[4] %\n"; - print "$Message[39]:$_from_p[1] $p_p[1] %$_from_h[1] $p_h[1] %\n"; + print "$Message[42]$_from_p[4] $p_p[4] %$_from_h[4] $p_h[4] %\n"; + print "$Message[39]$_from_p[1] $p_p[1] %$_from_h[1] $p_h[1] %\n"; &tab_end; }