summaryrefslogtreecommitdiffstats
path: root/frontends/php
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
parentc6f106bbf6bb4b5c3c0c7c3380053d2cd1240713 (diff)
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1446 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/css.css21
-rw-r--r--frontends/php/include/config.inc.php15
2 files changed, 28 insertions, 8 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 0769ca19..e270ebaf 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -15,15 +15,19 @@ td.horizontal_menu
background-color: #556677;
border-color: #000000;
border-width:0px;
- border-style: solid;
+ border-top-style: solid;
+ border-left-style: solid;
+ border-right-style: solid;
+ border-bottom-style: solid;
}
td.horizontal_menu_n
{
- background-color: #778899;
+ background-color: #AAAAAA;
border-color: #000000;
- border-width:0px;
- border-style: solid;
+ border-width:1px;
+ border-top-style: dotted;
+ border-right-style: dotted;
}
span.divider
@@ -80,11 +84,18 @@ td,tr
background-color: #DDAAAA;
}
+td.top_header_left
+{
+ background-color: #FFFFFF;
+ vertical-align: middle;
+ padding: 0;
+}
+
table.menu
{
background-color: #FFFFFF;
color: #000000;
- border: 1px solid #000000;
+ border: 0px solid #000000;
}
.tborder
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>