summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/show/map.phtml
blob: f59aad31e20f7e7d9a7402a2081589787f4a88f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php if (! $this->compact): ?>
<div class="controls">
    <?= $tabs; ?>
</div>
<?php endif ?>

<?php

if ($this->height) {
    $attr = sprintf(' height="%d"', $height);
} elseif (! $this->compact) {
    $attr = ' height="99%"';
} else {
    $attr = '';
}

?>
<iframe id="nagvis-iframe" src="<?= $this->nagvisUrl ?>" width="100%"<?= $attr ?> marginheight=0 marginwidth=0 wspace=0 frameborder=0 ></iframe><!-- onload="nagvis_frame_reload();" -->