Merge branch 'maint/7.0'
[ninja.git] / application / views / hypermap / hypermap.php
blob452086f42317fbb2691cb4a4a825f34ad2a7c5d6
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.');
5 die();
7 ?>
9 <div id="page_links">
10 <ul>
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>
14 </ul>
15 </div>
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 ?>">
21 </applet>