39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
<!-- (c) 2005-2012 by Martin Willisegger -->
|
|
<!-- -->
|
|
<!-- Project : NagiosQL -->
|
|
<!-- Component : admin mainpage template -->
|
|
<!-- Website : http://www.nagiosql.org -->
|
|
<!-- Date : $LastChangedDate: 2012-02-21 14:10:41 +0100 (Tue, 21 Feb 2012) $ -->
|
|
<!-- Author : $LastChangedBy: martin $ -->
|
|
<!-- Version : 3.2.0 -->
|
|
<!-- Revision : $LastChangedRevision: 1229 $ -->
|
|
<!-- 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 --> |