1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 if (!isset($hyperapplet_path)) {
4 echo _('Hyperapplet does not seem to be correctly set up.');
11 <li
><?php
echo _('View, for all hosts') ?
>:</li
>
12 <li
><?php
echo html
::anchor('status/host/all', _('Status Detail')) ?
></li
>
13 <li
><?php
echo html
::anchor('status/hostgroup?items_per_page='.config
::get('pagination.group_items_per_page', '*'), _('Status Overview')) ?
></li
>
17 <a name
="graph-section"></a
>
18 <applet id
="hypermap" code
="hypergraph.applications.hexplorer.HExplorerApplet.class" archive
="<?php echo $hyperapplet_path ?>" width
="100%" height
="100%" align
="baseline" mayscript
="true">
19 <param name
="file" value
="<?php echo $xml_path ?>">
20 <param name
="properties" value
="<?php echo $nagios_prop ?>">