diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-01 20:13:03 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-01 20:13:03 +0000 |
| commit | 7ac3cdea1d79390c5ae1ad2b83447dfdd7ad3622 (patch) | |
| tree | 67db30fb438d464f325de0a6c3424b62ba281116 /frontends/php/include | |
| parent | cbf7222d48468d4caca99a69a080cc26792c0cad (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1456 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 0bc553b7..cb399fc1 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1607,6 +1607,40 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </p> --> +<?php + $menu=array( + "view"=>array( + array("label"=>"Latest data","url"=>"latest.php"), + array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true.php"), + array("label"=>"Queue","url"=>"queue.php"), + array("label"=>"Alarms","url"=>"latestalarms.php"), + array("label"=>"Alerts","url"=>"alerts.php"), + array("label"=>"Maps","url"=>"maps.php"), + array("label"=>"Graphs","url"=>"charts.php"), + array("label"=>"Screens","url"=>"screens.php"), + array("label"=>"IT Services","url"=>"srv_status.php") + ), + "reports"=>array( + array("label"=>"Availability report","url"=>"report2.php") + ), + "configuration"=>array( + array("label"=>"General","url"=>"config.php"), + array("label"=>"Users","url"=>"users.php"), + array("label"=>"Audit","url"=>"audit.php"), + array("label"=>"Hosts","url"=>"hosts.php"), + array("label"=>"Items","url"=>"items.php"), + array("label"=>"Triggers","url"=>"triggers.php"), + array("label"=>"Maps","url"=>"sysmaps.php"), + array("label"=>"Graphs","url"=>"graphs.php"), + array("label"=>"Screens","url"=>"screenconf.php"), + array("label"=>"IT Services","url"=>"services.php") + ), + "login"=>array( + array("label"=>"Login","url"=>"index.php"), + ), + ); +?> + <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> @@ -1624,6 +1658,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; <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"> | </span><a href="tr_status.php?onlytrue=true&noactions=true&compact=true" class="highlight">Triggers</a><span class="divider"> | </span><a href="queue.php" class="highlight">Queue</a><span class="divider"> | </span><a href="latestalarms.php" class="highlight">Alarms</a><span class="divider"> | </span><a href="alerts.php" class="highlight">Alerts</a><span class="divider"> | </span><a href="maps.php" class="highlight">Maps</a><span class="divider"> | </span><a href="charts.php" class="highlight">Graphs</a><span class="divider"> | </span><a href="screens.php" class="highlight">Screens</a><span class="divider"> | </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="report2.php" class="highlight">Availability Report</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"> | </span><a href="about.php" class="highlight">About</a><span class="divider"> | </span><a href="report1.php" class="highlight">Status of ZABBIX</a><span class="divider"> | </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"> | </span><a href="users.php" class="highlight">Users</a><span class="divider"> | </span><a href="audit.php" class="highlight">Audit</a><span class="divider"> | </span><a href="hosts.php" class="highlight">Hosts</a><span class="divider"> | </span><a href="items.php" class="highlight">Items</a><span class="divider"> | </span><a href="triggers.php" class="highlight">Triggers</a><span class="divider"> | </span><a href="sysmaps.php" class="highlight">Maps</a><span class="divider"> | </span><a href="graphs.php" class="highlight">Graphs</a><span class="divider"> | </span><a href="screenconf.php" class="highlight">Screens</a><span class="divider"> | </span><a href="services.php" class="highlight">IT Services</a></b></td></tr> --> |
