summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 17:42:51 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 17:42:51 +0000
commit619f719aab85893171a510302093197b3d18bda6 (patch)
tree610ba22bce76876d132154c70cfc3fb17dc163a0 /frontends/php
parentbb776bd6809de09f42f8ef5f930b9033a30ef8d7 (diff)
downloadzabbix-619f719aab85893171a510302093197b3d18bda6.tar.gz
zabbix-619f719aab85893171a510302093197b3d18bda6.tar.xz
zabbix-619f719aab85893171a510302093197b3d18bda6.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1443 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/css.css20
-rw-r--r--frontends/php/include/config.inc.php17
2 files changed, 37 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 87df30d6..3f5dd1be 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -10,6 +10,26 @@ body
line-height:16px;
}
+td.horizontal_menu
+{
+ background-color: #556677;
+ border-color: #000000;
+ border-width:1px;
+ border-style: solid;
+}
+
+span.divider
+{
+ color: #000000;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+}
+
+a.highlight:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
+a.highlight:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
+a.highlight:hover { text-decoration: underline; color: #ffcc00; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
+
.footer
{
color:#CCCCCC;
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index a7e551ad..08e8554e 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1604,6 +1604,13 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
</td>
</tr>
</table>
+ </p>
+
+ <p>
+ <table width=100%>
+ <tr><td class="horizontal_menu" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">Latest data</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/news.php" class="highlight">Triggers</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/support.php" class="highlight">Queue</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/download.php" class="highlight">Alarms</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/documentation.php" class="highlight">Alerts</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/forum" class="highlight">Maps</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/screenshots.php" class="highlight">Graphs</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/users.php" class="highlight">Screens</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/contribute.php" class="highlight">IT Services</a></b></td></tr>
+ <tr><td class="horizontal_menu" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">Latest data</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/news.php" class="highlight">Triggers</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/support.php" class="highlight">Queue</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/download.php" class="highlight">Alarms</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/documentation.php" class="highlight">Alerts</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/forum" class="highlight">Maps</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/screenshots.php" class="highlight">Graphs</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/users.php" class="highlight">Screens</a><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/contribute.php" class="highlight">IT Services</a></b></td></tr>
+ </table>
</p>
@@ -3958,6 +3965,16 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "</table>";
echo "</p>";
+?>
+ <p>
+ <table border=1 width=100% bgcolor="#000000" cellpadding=0 cellspacing=0>
+ <tr>
+ <td class="horizontal_menu" height=24><b><a href="http://www.zabbix.com/index.php" class="highlight">ZABBIX 1.1alpha1 Copyright 2001-2004 by Alexei Vladishev</a></b></td>
+ <td class="horizontal_menu" height=24><b><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/news.php" class="highlight">Connected as guest</a></b></td>
+ </tr>
+ </table>
+ </p>
+<?php
echo "</body>";
}