1 |
|
#!/usr/bin/perl -w |
2 |
|
# i-scream central monitoring system |
3 |
|
# http://www.i-scream.org |
4 |
< |
# Copyright (C) 2000-2003 i-scream |
4 |
> |
# Copyright (C) 2000-2004 i-scream |
5 |
|
# |
6 |
|
# This program is free software; you can redistribute it and/or |
7 |
|
# modify it under the terms of the GNU General Public License |
67 |
|
foreach my $title (sort keys %pages) { |
68 |
|
my $page = $pages{$title}; |
69 |
|
print "<h2><a href=\"$page.html\">$title</a></h2>\n"; |
70 |
< |
print "<p><img src=\"$page-day.png\" alt=\"$page\"/></p>\n"; |
70 |
> |
print "<p><img src=\"$page-day.png\" alt=\"$page\" /></p>\n"; |
71 |
|
} |
72 |
|
print <<EOF; |
73 |
|
<p>Generated by <a href="http://www.i-scream.org/libstatgrab"> |