2014-11-13 15:54:31 +01:00
|
|
|
<div class="controls">
|
2014-11-17 10:39:25 +01:00
|
|
|
<?= $this->tabs ?>
|
2014-11-13 15:54:31 +01:00
|
|
|
<h1>Icinga Web 2 Icons</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<?php foreach ($this->font->glyphs as $icon): ?>
|
2023-07-18 10:24:39 +02:00
|
|
|
<div class="icon <?=
|
2014-11-13 15:54:31 +01:00
|
|
|
$this->font->css_prefix_text . $icon->css
|
|
|
|
?>">
|
2023-07-18 10:24:39 +02:00
|
|
|
<?= $this->escape($icon->css) ?> <span class="icon-code">(0x<?= dechex($icon->code) ?>)</span>
|
2014-11-13 15:54:31 +01:00
|
|
|
</div>
|
|
|
|
<?php endforeach ?>
|
|
|
|
</div>
|