ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in (file contents):
Revision 1.2 by ats, Sat Oct 18 16:00:29 2003 UTC vs.
Revision 1.3 by tdb, Fri Nov 7 12:34:22 2003 UTC

# Line 67 | Line 67 | EOF
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 "<img src=\"$page-day.png\" />\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">
74 + libstatgrab</a> version $package_version.</p>
75   </body>
76   </html>
77   EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines