2014-07-28 19:17:03 +02:00
|
|
|
<div class="controls"></div>
|
2015-02-11 13:58:55 +01:00
|
|
|
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
|
|
|
<h1><?= $this->translate('Available documentations') ?></h1>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
<li><a href="<?= $this->href('doc/icingaweb/toc') ?>">Icinga Web 2</a></li>
|
|
|
|
<li><a href="<?= $this->href('doc/module/') ?>"><?= $this->translate('Module documentations') ?></a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|