Files
Froxlor/templates/Sparkle/logfiles_viewer/index.tpl
Michael Kaufmann 370ccbdb74 refactor global array
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2018-12-21 20:51:44 +01:00

20 lines
757 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/view.png" alt="" />&nbsp;
{\Froxlor\I18N\Lang::getAll()['panel']['viewlogs']}&nbsp;(<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'edit', 'id' => $domain_id))}">{$domain['domain']}</a>)&nbsp;[<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains'))}">{\Froxlor\I18N\Lang::getAll()['menue']['domains']['domains']}</a>]
</h2>
</header>
<section>
<h3>Error-Log</h3>
<textarea rows="20" class="logcontent" readonly>{$error_log_content}</textarea>
<h3>Access-Log</h3>
<textarea rows="20" class="logcontent" readonly>{$access_log_content}</textarea>
</section>
</article>
$footer