cryptonas/plugins/logs/show_log.cs

27 lines
611 B
C#
Raw Normal View History

2006-11-06 17:05:00 +01:00
<?cs # $Id$ ?>
<style type="text/css">
<?cs include:Data.Plugins.logs.StyleSheetFile ?>
</style>
<h1><?cs var:html_escape(Lang.Plugins.logs.Title.Log) ?></h1>
2006-11-06 17:05:00 +01:00
<div align="center">
<?cs call:print_form_header("log-form", "logs") ?>
<button type="submit" value="refresh"><?cs
var:html_escape(Lang.Plugins.logs.Text.Refresh) ?></button>
</form>
</div>
<?cs call:handle_messages() ?>
2006-11-06 17:05:00 +01:00
<div id="log">
2006-11-06 17:05:00 +01:00
<?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>