summaryrefslogtreecommitdiffstats
path: root/frontends/php/report2.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 17:08:41 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 17:08:41 +0000
commit7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83 (patch)
treeae45e08353c8e756d89d843f7316b3de08ac98b4 /frontends/php/report2.php
parent6a36d80ad7af382a5e894b64fb4018313549a9dd (diff)
downloadzabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.tar.gz
zabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.tar.xz
zabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.zip
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1498 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report2.php')
-rw-r--r--frontends/php/report2.php45
1 files changed, 0 insertions, 45 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index d15a2d91..8a3b2c96 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -93,51 +93,6 @@
show_header2($h1, $h2, "<form name=\"form2\" method=\"get\" action=\"report2.php\">", "</form>");
?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<?php
-/*
- show_table_header_begin();
- echo S_AVAILABILITY_REPORT_BIG;
-
- show_table_v_delimiter();
-
- $result=DBselect("select h.hostid,h.host from hosts h,items i where h.status in (0,2) and h.hostid=i.hostid group by h.hostid,h.host order by h.host");
-
- while($row=DBfetch($result))
- {
- if(!check_right("Host","R",$row["hostid"]))
- {
- continue;
- }
- if( isset($_GET["hostid"]) && ($_GET["hostid"] == $row["hostid"]) )
- {
- echo "<b>[";
- }
- echo "<a href='report2.php?hostid=".$row["hostid"]."'>".$row["host"]."</a>";
- if(isset($_GET["hostid"]) && ($_GET["hostid"] == $row["hostid"]) )
- {
- echo "]</b>";
- }
- echo " ";
- }
-
- show_table_header_end();
-*/
-?>
-
<?php
if(isset($_GET["hostid"])&&!isset($_GET["triggerid"]))
{