summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 20:22:08 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 20:22:08 +0000
commitfee07e26484ce7cac4b346c58844af2c7d869b6e (patch)
tree7aa12bd2765c70092988b83001f2c8df28132c13 /frontends/php/include
parentc6f106bbf6bb4b5c3c0c7c3380053d2cd1240713 (diff)
downloadzabbix-fee07e26484ce7cac4b346c58844af2c7d869b6e.tar.gz
zabbix-fee07e26484ce7cac4b346c58844af2c7d869b6e.tar.xz
zabbix-fee07e26484ce7cac4b346c58844af2c7d869b6e.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1446 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 388fb255..8e228d04 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1173,7 +1173,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
if($nomenu == 0)
{
?>
-
+<!--
<p>
<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=000000>
@@ -1605,9 +1605,16 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
</tr>
</table>
</p>
+-->
+
+ <table border=0 cellspacing=0 cellpadding=5 width="100%" bgcolor="#FFFFFF">
+ <tr>
+ <td width="118" height="31" class="top_header_left"><img width="118" height="31" src="http://www.zabbix.com/img/zabbix1.png" border="0" alt="ZABBIX"></td>
+ </tr>
+ </table>
<p>
- <table class="menu">
+ <table class="menu" cellspacing=0 cellpadding=5>
<tr>
<td class="horizontal_menu" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">View</a></b></td>
<td class="horizontal_menu_n" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">Reports</a></b></td>
@@ -1615,10 +1622,12 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
<td class="horizontal_menu_n" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">Login</a></b></td>
</tr>
</table>
- <table class="menu" width=100%>
+ <table class="menu" width=100% cellspacing=0 cellpadding=5>
<tr><td class="horizontal_menu" height=24 colspan=9><b><a href="latest.php" class="highlight">Latest data</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="tr_status.php?onlytrue=true&noactions=true&compact=true" class="highlight">Triggers</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="queue.php" class="highlight">Queue</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="latestalarms.php" class="highlight">Alarms</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="alerts.php" class="highlight">Alerts</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="maps.php" class="highlight">Maps</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="charts.php" class="highlight">Graphs</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="screens.php" class="highlight">Screens</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="srv_status.php" class="highlight">IT Services</a></b></td></tr>
+<!--
<tr><td class="horizontal_menu" height=24 colspan=9><b><a href="index.php" class="highlight">Home</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="about.php" class="highlight">About</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="report1.php" class="highlight">Status of ZABBIX</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="report2.php" class="highlight">Availability report</a></b></td></tr>
<tr><td class="horizontal_menu" height=24 colspan=9><b><a href="config.php" class="highlight">Config</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="users.php" class="highlight">Users</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="audit.php" class="highlight">Audit</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="hosts.php" class="highlight">Hosts</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="items.php" class="highlight">Items</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="triggers.php" class="highlight">Triggers</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="sysmaps.php" class="highlight">Maps</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="graphs.php" class="highlight">Graphs</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="screenconf.php" class="highlight">Screens</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="services.php" class="highlight">IT Services</a></b></td></tr>
+-->
</table>
</p>