summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5480067)
raw | patch | inline | side by side (parent: 5480067)
author | octo <octo> | |
Thu, 6 Apr 2006 05:56:20 +0000 (05:56 +0000) | ||
committer | octo <octo> | |
Thu, 6 Apr 2006 05:56:20 +0000 (05:56 +0000) |
contrib/collection.cgi | patch | blob | history |
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index 392c62bccbf7e4d33b9ca4e45689099077b2e49a..63b15639a3ec14a534a0adf3580e101c1b19b5f8 100755 (executable)
--- a/contrib/collection.cgi
+++ b/contrib/collection.cgi
$Inst = $files->{$Type}[0];
}
+ #push (@cmd, '-', '-a', 'PNG', '-s', $TimeSpan, '-w', 800, '-h', 150);
push (@cmd, '-', '-a', 'PNG', '-s', $TimeSpan);
push (@cmd, @{$GraphArgs->{$Type}}) if (defined ($GraphArgs->{$Type}));
print <<HTML;
</ul>
+ <h3>Hourly</h3>
+ <div><img src="$MySelf$RelDir/$Type/hour" /></div>
<h3>Daily</h3>
<div><img src="$MySelf$RelDir/$Type/day" /></div>
<h3>Weekly</h3>
}
print <<HTML;
+ <h3>Hourly</h3>
+ <div><img src="$MySelf$RelDir/$ext/hour" /></div>
<h3>Daily</h3>
<div><img src="$MySelf$RelDir/$ext/day" /></div>
<h3>Weekly</h3>