mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Body: Restructure layout markup
This commit is contained in:
parent
722cbfe47f
commit
204fd5d636
@ -23,10 +23,13 @@ if ($this->layout()->inlineLayout) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="header">
|
|
||||||
<div id="announcements" class="container">
|
<div id="announcements" class="container">
|
||||||
<?= $this->widget('announcements') ?>
|
<?= $this->widget('announcements') ?>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="content-wrapper">
|
||||||
|
<?php if (! $this->layout()->isIframe): ?>
|
||||||
|
<div id="sidebar">
|
||||||
|
<div id="header">
|
||||||
<div id="header-logo-container">
|
<div id="header-logo-container">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
'',
|
'',
|
||||||
@ -40,11 +43,10 @@ if ($this->layout()->inlineLayout) {
|
|||||||
); ?>
|
); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php if (! $this->layout()->isIframe): ?>
|
|
||||||
<div id="sidebar">
|
|
||||||
<?= $this->render('parts/navigation.phtml'); ?>
|
<?= $this->render('parts/navigation.phtml'); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
</div>
|
||||||
<div id="main" role="main">
|
<div id="main" role="main">
|
||||||
<div id="col1"
|
<div id="col1"
|
||||||
class="container<?= $moduleClass ?>"
|
class="container<?= $moduleClass ?>"
|
||||||
@ -72,3 +74,4 @@ if ($this->layout()->inlineLayout) {
|
|||||||
?></ul>
|
?></ul>
|
||||||
<div id="application-state-summary" class="container" data-icinga-url="<?= $this->url('application-state/summary') ?>" data-last-update="-1" data-icinga-refresh="60"></div>
|
<div id="application-state-summary" class="container" data-icinga-url="<?= $this->url('application-state/summary') ?>" data-last-update="-1" data-icinga-refresh="60"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user