nagiosql/templates/admin/mainpages.htm.tpl

35 lines
1.2 KiB
Smarty
Raw Permalink Normal View History

2019-04-17 11:40:50 +02:00
<!-- (c) 2005-2018 by Martin Willisegger -->
2017-05-22 11:24:21 +02:00
<!-- -->
2019-04-17 11:40:50 +02:00
<!-- Project : NagiosQL -->
<!-- Component : admin mainpage template -->
<!-- Website : https://sourceforge.net/projects/nagiosql/ -->
<!-- Version : 3.4.0 -->
<!-- GIT Repo : https://gitlab.com/wizonet/NagiosQL -->
<!-- BEGIN main -->
2017-05-22 11:24:21 +02:00
<div id="content_main">
<div id="content_title">{TITLE}</div>
2019-04-17 11:40:50 +02:00
<p>{DESC}</p>
<br>
2017-05-22 11:24:21 +02:00
<!-- BEGIN statistics -->
2019-04-17 11:40:50 +02:00
<h2>{STATISTICS}</h2>
<table border="0" cellpadding="0" class="content_listtable">
<tr>
<th class="content_tbl_row1">{TYPE}</th>
2017-05-22 11:24:21 +02:00
<th class="content_tbl_row3" style="text-align:center;">{ACTIVE}</th>
<th class="content_tbl_row3" style="text-align:center;">{INACTIVE}</th>
2019-04-17 11:40:50 +02:00
</tr>
2017-05-22 11:24:21 +02:00
<!-- 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 -->
2019-04-17 11:40:50 +02:00
</table>
2017-05-22 11:24:21 +02:00
<!-- END statistics -->
</div>
<div id="msgcontainer"></div>
<div id="infodialog">
2019-04-17 11:40:50 +02:00
<div id="dialogcontent" class="bd"></div>
2017-05-22 11:24:21 +02:00
</div>
<!-- END main -->