cryptonas/cbox-tree.d/usr/share/cryptobox/templates/show_log.cs
lars fcd86832f1 added subversion's "Id" and "Revision" tags to most files
removed manual extraction of revision from cbox-build.sh
2005-10-11 23:21:32 +00:00

14 lines
211 B
C#

<!-- $Id$ -->
<div id="log">
<h1><?cs var:Lang.Title.Log ?></h1>
<?cs if:Data.Log ?>
<p class="console"><?cs var:Data.Log ?></p>
<?cs else ?>
<p><?cs var:Lang.Text.EmptyLog ?></p>
<?cs /if ?>
</div>