17 lines
381 B
C#
17 lines
381 B
C#
<?cs # $Id$ ?>
|
|
|
|
<style type="text/css">
|
|
<?cs include:Data.Plugins.logs.StyleSheetFile ?>
|
|
</style>
|
|
|
|
<div id="log">
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.logs.Title.Log) ?></h1>
|
|
|
|
<?cs if:Data.Plugins.logs.Content ?>
|
|
<p class="console"><?cs var:Data.Plugins.logs.Content ?></p>
|
|
<?cs else ?>
|
|
<p><?cs var:html_escape(Lang.Plugins.logs.Text.EmptyLog) ?></p>
|
|
<?cs /if ?>
|
|
|
|
</div>
|