]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update doc
authoreldy <>
Thu, 3 Apr 2008 01:13:25 +0000 (01:13 +0000)
committereldy <>
Thu, 3 Apr 2008 01:13:25 +0000 (01:13 +0000)
docs/awstats_contrib.html
wwwroot/cgi-bin/awstats.pl

index 1142e3883cee1676f5f7d8cd3205897e9c303d0a..404bf9d82d9a387c3d5149378e2687093fc88f55 100644 (file)
@@ -380,16 +380,11 @@ They can enhance AWStats use or save you time giving you a start for a new devel
 
 <a href="http://phpnuke.org/modules.php?name=News&file=article&sid=7041" target=_new>AWStats PhpNuke module</a> is a module for the open source CMS PHP Nuke.<br>
 
-<a href="http://typo3lab.colorcube.de/AWStats_logfi.70.0.html" target=_new>AWStats Typo3 module</a> is a seamless integrated module for the open source CMS Typo3.<br>
-
 <a href="http://www.ravencore.com/" target=_new>Ravencore</a> is an Open Source Hosting Control Panel that include AWStats as part of its statistics solutions.<br>
 
 <a href="/files/summary4severaldomains.pl" target=_new>summary4severaldomains.pl</a> is a small perl script that build an index.html page
 with AWStats txt summary information for each domains on same page (number of pages, hits and bandwith for month).<br>
 
-<a href="http://www.jrcsnet.ca/awstats/" target=_new>AWStats Multiple Site Statistics Viewer</a>
-is a simple addon script for the AWStats package to allow a user to view statistics for multiple sites (usually Virtual Hosts) on a single page.<br>
-
 <a href="http://www.telartis.nl/xcms/awstats" target=_new>AWStats Totals</a> is a php page
 that use AWStats database to show a summary for several config files, on the same page.<br>
 
index ba7fafa76f0fbcf2309d144795e5727499cf0fe1..aed6732256a0ce3e6e724ecf08ed28e0d7fb1c38 100644 (file)
@@ -9703,7 +9703,7 @@ if (scalar keys %HTMLOutput) {
                                        my $hrs=($ix>=12?$ix-12:$ix);
                                        my $hre=($ix>=12?$ix-11:$ix+1);
                                        my $apm=($ix>=12?"pm":"am");
-                                       print "<td><img src=\"$DirIcons\/clock\/hr$hre.png\" width=\"10\" alt=\"$hrs:00 - $hre:00 $apm\" /></td>\n";
+                                       print "<td><img src=\"$DirIcons\/clock\/hr$hre.png\" width=\"12\" alt=\"$hrs:00 - $hre:00 $apm\" /></td>\n";
                                }
                                print "</tr>\n";
                                print "</table>\n";