= $this->img(
'img/logo_icinga_big_dark.png',
null,
array(
'width' => 320
)
) ?>
- = $this->translate('Version') ?>
- = $this->escape($version['appVersion']) ?>
- = $this->translate('Git commit') ?>
- = $this->escape($version['gitCommitID']) ?>
- = $this->translate('Git commit date') ?>
- = $this->escape($version['gitCommitDate']) ?>
- = $this->translate('Copyright') ?>
-
© 2013-= date('Y') ?>
= $this->qlink(
$this->translate('The Icinga Project'),
'https://www.icinga.org',
null,
array(
'target' => '_blank'
)
) ?>
= $this->qlink(
null,
'https://www.twitter.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'twitter',
'title' => $this->translate('Icinga on Twitter')
)
) ?> = $this->qlink(
null,
'https://www.facebook.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'facebook-squared',
'title' => $this->translate('Icinga on Facebook')
)
) ?> = $this->qlink(
null,
'https://plus.google.com/+icinga',
null,
array(
'target' => '_blank',
'icon' => 'gplus-squared',
'title' => $this->translate('Icinga on Google+')
)
) ?>
= $this->qlink(
null,
'https://dev.icinga.org/projects/icingaweb2',
null,
array(
'target' => '_blank',
'icon' => 'bug',
'title' => $this->translate('Report a bug')
)
) ?>
= $this->qlink(
null,
'https://www.icinga.org/services/support',
null,
array(
'target' => '_blank',
'icon' => 'chat',
'title' => $this->translate('Support / Mailinglists')
)
) ?>
= $this->qlink(
null,
'https://wiki.icinga.org',
null,
array(
'target' => '_blank',
'icon' => 'lightbulb',
'title' => $this->translate('Icinga Wiki')
)
) ?>
= $this->qlink(
null,
'https://docs.icinga.org/',
null,
array(
'target' => '_blank',
'icon' => 'doc-text',
'title' => $this->translate('Icinga Documentation')
)
) ?>
= $this->translate('Loaded modules') ?>
= $this->translate('Name') ?> |
= $this->translate('Version') ?> |
hasPermission('config/modules')): ?>
= $this->qlink(
$module->getName(),
'config/module/',
array('name' => $module->getName()),
array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName()))
) ?>
= $this->escape($module->getName()) ?>
|
= $this->escape($module->getVersion()) ?>
|