From 80b7e49d4f56482443fe7ec5d2ed2387944f53b4 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 2 Feb 2007 21:42:36 +0100 Subject: [PATCH] collection.cgi: Reload the images using JavaScript if enabled. --- contrib/collection.cgi | 99 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 88 insertions(+), 11 deletions(-) diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 5c8bd4dd..0f4576b5 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -1819,6 +1819,83 @@ Cache-Control: no-cache + HEADER my $MySelf = defined ($ENV{'GATEWAY_INTERFACE'}) ? $ENV{'SCRIPT_NAME'} : $0; @@ -1836,15 +1913,15 @@ HEADER

Hourly

-
+

Daily

-
+

Weekly

-
+

Monthly

-
+

Yearly

-
+
HTML } elsif (length ($Type) != 0) @@ -1862,15 +1939,15 @@ HTML print <Hourly -
+

Daily

-
+

Weekly

-
+

Monthly

-
+

Yearly

-
+
HTML } else @@ -1898,7 +1975,7 @@ HTML if (ref ($GraphMulti->{$type}) eq 'CODE') { print qq(\t\t), - qq(\n); + qq(\n); next; } -- 2.11.0