2015-04-20 14:55:18 +02:00
|
|
|
<div class="controls">
|
2016-01-11 09:51:13 +01:00
|
|
|
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs ?>
|
2015-04-20 14:55:18 +02:00
|
|
|
</div>
|
2015-02-11 13:58:55 +01:00
|
|
|
<div class="content">
|
|
|
|
<ul>
|
2015-02-23 17:18:32 +01:00
|
|
|
<li><?= $this->qlink(
|
|
|
|
'Icinga Web 2',
|
|
|
|
'doc/icingaweb/toc',
|
|
|
|
null,
|
|
|
|
array('title' => $this->translate('Show the documentation\'s table of contents for Icinga Web 2'))
|
2016-01-11 11:20:42 +01:00
|
|
|
) ?></li>
|
2015-02-23 17:18:32 +01:00
|
|
|
<li><?= $this->qlink(
|
|
|
|
$this->translate('Module documentations'),
|
|
|
|
'doc/module/',
|
|
|
|
null,
|
2015-07-27 15:19:32 +02:00
|
|
|
array('title' => $this->translate('List all modules for which documentation is available'))
|
2016-01-11 11:20:42 +01:00
|
|
|
) ?></li>
|
2015-02-11 13:58:55 +01:00
|
|
|
</ul>
|
2015-03-12 13:39:17 +01:00
|
|
|
</div>
|