nagiosql/templates/admin/mainpages.tpl.htm
2017-10-20 15:00:08 +02:00

39 lines
1.3 KiB
HTML

<!-- (c) 2005-2017 by Martin Willisegger -->
<!-- -->
<!-- Project : NagiosQL -->
<!-- Component : admin mainpage template -->
<!-- Website : http://www.nagiosql.org -->
<!-- Date : $LastChangedDate: 2017-06-22 09:29:35 +0200 (Thu, 22 Jun 2017) $ -->
<!-- Author : $LastChangedBy: martin $ -->
<!-- Version : 3.3.0 -->
<!-- Revision : $LastChangedRevision: 2 $ -->
<!-- BEGIN header -->
<div id="content_main">
<div id="content_title">{TITLE}</div>
<!-- END header -->
<!-- BEGIN main -->
<p>{DESC}</p>
<br>
<!-- BEGIN statistics -->
<h2>{STATISTICS}</h2>
<table border="0" cellpadding="0" class="content_listtable">
<tr>
<th class="content_tbl_row1">{TYPE}</th>
<th class="content_tbl_row3" style="text-align:center;">{ACTIVE}</th>
<th class="content_tbl_row3" style="text-align:center;">{INACTIVE}</th>
</tr>
<!-- BEGIN statisticrow -->
<tr>
<td class="tdlb" style="height:20px;">{NAME}</td>
<td class="tdmb" style="height:20px;">{ACT_COUNT}</td>
<td class="tdmb" style="height:20px;">{INACT_COUNT}</td>
</tr>
<!-- END statisticrow -->
</table>
<!-- END statistics -->
</div>
<div id="msgcontainer"></div>
<div id="infodialog">
<div id="dialogcontent" class="bd"></div>
</div>
<!-- END main -->