54 lines
1.5 KiB
Smarty
54 lines
1.5 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/syslog_big.png" alt="" />
|
|
{$lng['menue']['logger']['logger']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'logger'))}" method="post" enctype="application/x-www-form-urlencoded">
|
|
<input type="hidden" name="s" value="$s"/>
|
|
<input type="hidden" name="page" value="$page"/>
|
|
<input type="hidden" name="send" value="send" />
|
|
|
|
<div class="overviewsearch">
|
|
{$searchcode}
|
|
</div>
|
|
|
|
<div class="overviewadd">
|
|
{$pagingcode}
|
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
|
</div>
|
|
|
|
<table class="full hl">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lng['logger']['date']} {$arrowcode['date']}</th>
|
|
<th>{$lng['logger']['type']} {$arrowcode['type']}</th>
|
|
<th>{$lng['logger']['user']} {$arrowcode['user']}</th>
|
|
<th>{$lng['logger']['action']}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
$log
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
<if 15 < $log_count >
|
|
<div class="overviewadd">
|
|
{$pagingcode}
|
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
$footer
|