icingaweb2/application/layouts/scripts/just-the-body.phtml

20 lines
583 B
PHTML
Executable File

<?php echo $this->render('parts/topbar.phtml') ?>
<div class="main">
<!-- Only required for left/right tabs -->
<div class="tabbable tabs-left "style="height:100%;">
<?php echo $this->render('parts/navigation.phtml') ?>
<div class="layout-main-detail collapsed">
<div id="icinga-main" container-id="icinga-main" class="icinga-container">
<?php echo $this->layout()->moduleStart ?>
<?php echo $this->layout()->content ?>
<?php echo $this->layout()->moduleEnd ?>
</div>
<div id="icinga-detail" class="icinga-container " container-id="icinga-detail">
</div>
</div>
</div>