pnp4nagios/share/pnp/application/views/docs.php
2017-05-20 15:26:21 +02:00

32 lines
698 B
PHP

<div class="pagebody">
<table class="body">
<tr valign="top"><td>
<div class="left ui-widget">
<div class="p2 ui-widget-header ui-corner-top">
<?php echo Kohana::lang('common.docs-header',PNP_VERSION) ?>
</div>
<div class="p4 ui-widget-content ui-corner-bottom" style="width: <?php echo $this->graph_width ?>px">
<?php if (!empty($this->content)) {
echo $this->content;
} ?>
</div>
</div>
</td><td>
<div class="right">
<?php if (!empty($docs_box)) {
echo $docs_box;
} ?>
<?php if (!empty($logo_box)) {
echo $logo_box;
} ?>
</div>
</td></tr>
<tr valign="top"><td colspan="2">
<div class="cb p4 ui-widget-content ui-corner-all">
<?php echo pnp::print_version(); ?>
</div>
</td></tr></table>
</div>