From b337f896888db5ee26ae3eff8fe2da10f32e53f7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 26 Oct 2002 20:00:37 +0000 Subject: Better support of CSS. git-svn-id: svn://svn.zabbix.com/trunk@545 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 88 ++++++++++-------------------------- 1 file changed, 24 insertions(+), 64 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 7c9684da..9e94206c 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -477,7 +477,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; $color="#223344"; } echo "
"; - echo ""; +// echo ""; if($ERROR_MSG=="") { echo "[$msg]"; @@ -486,7 +486,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; { echo "[$msg. $ERROR_MSG]"; } - echo ""; +// echo ""; echo "

"; } @@ -768,7 +768,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; } echo ""; ?> - + - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - - "; } ?> - @@ -2547,31 +2507,31 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; function show_table_h_delimiter() { - echo ""; +// echo ""; cr(); echo ""; cr(); echo ""; cr(); - echo " "; +// echo " "; cr(); } function show_table2_h_delimiter() { - echo ""; +// echo ""; cr(); echo ""; cr(); echo ""; cr(); - echo " "; +// echo " "; cr(); } function show_table_v_delimiter() { - echo ""; +// echo ""; cr(); echo ""; cr(); @@ -2581,13 +2541,13 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo ""; +// echo ""; cr(); } function show_table2_v_delimiter() { - echo ""; +// echo ""; cr(); echo ""; cr(); @@ -2597,13 +2557,13 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo ""; +// echo ""; cr(); } function show_table3_v_delimiter() { - echo ""; +// echo ""; cr(); echo ""; cr(); @@ -2613,14 +2573,14 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo ""; +// echo ""; cr(); } function show_table2_v_delimiter2() { - echo ""; +// echo ""; cr(); echo ""; cr(); @@ -2630,7 +2590,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo ""; +// echo ""; cr(); } @@ -2650,7 +2610,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo " "; +// echo " "; cr(); } @@ -2668,13 +2628,13 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; cr(); echo ""; cr(); - echo " "; +// echo " "; cr(); } function show_table2_header_end() { - echo " "; +// echo " "; cr(); echo ""; cr(); @@ -2692,7 +2652,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; function show_table_header_end() { - echo " "; +// echo " "; cr(); echo ""; cr(); @@ -3458,9 +3418,9 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; echo ""; echo ""; echo ""; echo "
"; - echo ""; +// echo ""; echo "ZABBIX Copyright 2000,2001,2002 by Alexei Vladishev"; - echo ""; +// echo ""; echo "
"; @@ -3482,12 +3442,12 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; - echo ""; +// echo ""; echo "ZABBIX Copyright 2000,2001,2002 by Alexei Vladishev"; - echo ""; +// echo ""; echo ""; - echo "| Connected as ".$USER_DETAILS["alias"]; + echo "| Connected as ".$USER_DETAILS["alias"]; echo "
"; -- cgit