diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-30 11:09:33 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-30 11:09:33 +0000 |
| commit | 7fcb30f02c1dfae9caaab498c2269b6f2cd1ff25 (patch) | |
| tree | 6da05f089e572f58207f7a3593af432e5e7b3d41 /frontends/php/charts.php | |
| parent | 13720ef034595b53f10251d8d9fada5fa8c8048e (diff) | |
More changes for trending
git-svn-id: svn://svn.zabbix.com/trunk@1075 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
| -rw-r--r-- | frontends/php/charts.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php index 0413e8ec..1aeab56b 100644 --- a/frontends/php/charts.php +++ b/frontends/php/charts.php @@ -177,6 +177,10 @@ echo($count."h</A>] "); } + echo("[<A HREF=\"charts.php?period=".(7*24*3600).url_param("graphid").url_param("from").url_param("keep").url_param("fullscreen")."\">week</A>] "); + echo("[<A HREF=\"charts.php?period=".(30*24*3600).url_param("graphid").url_param("from").url_param("keep").url_param("fullscreen")."\">month</A>] "); + echo("[<A HREF=\"charts.php?period=".(365*24*3600).url_param("graphid").url_param("from").url_param("keep").url_param("fullscreen")."\">year</A>] "); + echo("or "); $tmp=$HTTP_GET_VARS["period"]+$hour; echo("[<A HREF=\"charts.php?period=$tmp".url_param("graphid").url_param("from").url_param("keep").url_param("fullscreen")."\">"); |
