summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80b7e49)
raw | patch | inline | side by side (parent: 80b7e49)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 7 Feb 2007 12:12:31 +0000 (13:12 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 7 Feb 2007 12:12:31 +0000 (13:12 +0100) |
contrib/collection.cgi | patch | blob | history |
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index 0f4576b5918f297e1db56d221ebc343a65c8df59..0ecdef72abf1bfee42bbdf8a37bd415ab6d93ed7 100755 (executable)
--- a/contrib/collection.cgi
+++ b/contrib/collection.cgi
<h3>Hourly</h3>
<div><img src="$MySelf$RelDir/$Type/hour" class="hour" /></div>
<h3>Daily</h3>
- <div><img src="$MySelf$RelDir/$Type/day" class=""day /></div>
+ <div><img src="$MySelf$RelDir/$Type/day" class="day" /></div>
<h3>Weekly</h3>
<div><img src="$MySelf$RelDir/$Type/week" class="week" /></div>
<h3>Monthly</h3>
if (length ($inst))
{
print qq(\t\t<a href="$MySelf$RelDir/$type/$inst" />),
- qq(<img src="$MySelf$RelDir/$type/$inst/day" /></a>\n);
+ qq(<img src="$MySelf$RelDir/$type/$inst/day" class="day" /></a>\n);
}
else
{
print qq(\t\t<a href="$MySelf$RelDir/$type" />),
- qq(<img src="$MySelf$RelDir/$type/day" /></a>\n);
+ qq(<img src="$MySelf$RelDir/$type/day" class="day" /></a>\n);
}
}
}