lars
de3280806f
plugin interface changed ("prepareForm" removed) plugins do not raise exceptions anymore first part of the partitioning plugin device-specific stuff moved to CryptoBoxTools
13 lines
298 B
C#
13 lines
298 B
C#
<?cs # $Id$ ?>
|
|
|
|
<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>
|