cryptonas/plugins/logs/show_log.cs
lars 3500b67a40 constant width of the main screen (works for mozilla/ff and ie55/60
refresh link for logs feature
change default setting of UseConfigPartition to "0"
README file rewritten
README.samba added
README.davfs added
README.Debian rewritten
event scripts for samba and apach2_dav improved
do not redirect to "disks overview" after successful plugin execution (e.g. date, ...)
unclean web dataset fixed
removed some non-translateable strings from po and pot files
automatically update the cryptobox version according to the debian package version number
2006-12-07 12:20:43 +00:00

27 lines
611 B
C#

<?cs # $Id$ ?>
<style type="text/css">
<?cs include:Data.Plugins.logs.StyleSheetFile ?>
</style>
<h1><?cs var:html_escape(Lang.Plugins.logs.Title.Log) ?></h1>
<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() ?>
<div id="log">
<?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>