diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-05 09:16:29 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-05 09:16:29 +0000 |
| commit | 0c9653d6ab8fca3be69489943f1fcc4e9d797102 (patch) | |
| tree | 4e3d0f7e328577428161b62d3872bbdeefacb70c /frontends/php/tr_status.php | |
| parent | 07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7 (diff) | |
- added latest values filtring/marking of log history (Eugene)
- developed multiple log history viewing (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index 5bd4aa4a..fc366e6e 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -270,46 +270,12 @@ } $h2=$h2.nbsp(" "); $h2=$h2."<input class=\"button\" type=\"submit\" name=\"do\" value=\"select\">"; -// show_table_header_end(); show_header2($h1, $h2, "<form name=\"form2\" method=\"get\" action=\"tr_status.php\">", "</form>"); ?> <?php if(!isset($_REQUEST["fullscreen"])) { -/* show_table_header_begin(); - echo S_STATUS_OF_TRIGGERS_BIG; - show_table_v_delimiter(); - - $result=DBselect("select hostid,host from hosts where status in (0,2) order by host"); - if(isset($_REQUEST["hostid"])) - { - echo "<A HREF=\"tr_status.php?onlytrue=$onlytrue&noactions=$noactions&compact=$compact&sort=$sort\">".S_ALL_SMALL."</A> "; - } - else - { - echo "<b>[<A HREF=\"tr_status.php?onlytrue=$onlytrue&noactions=$noactions&compact=$compact&sort=$sort\">".S_ALL_SMALL."</A>]</b> "; - } - while($row=DBfetch($result)) - { - if(!check_right("Host","R",$row["hostid"])) - { - continue; - } - if(isset($_REQUEST["hostid"]) && ($row["hostid"] == $_REQUEST["hostid"])) - { - echo "<b>[<A HREF=\"tr_status.php?hostid=".$row["hostid"]."&onlytrue=$onlytrue&noactions=$noactions&compact=$compact&sort=$sort\">".$row["host"]."</A>]</b> "; - } - else - { - echo "<A HREF=\"tr_status.php?hostid=".$row["hostid"]."&onlytrue=$onlytrue&noactions=$noactions&compact=$compact&sort=$sort\">".$row["host"]."</A> "; - } - }*/ -// show_table_v_delimiter(2); -// show_table_header_begin(); -?> - -<?php $h1=""; if(isset($_REQUEST["hostid"])) { |
