Added a tag to the footer.cs to expose a developer version on the web frontend.

This commit is contained in:
phear 2005-11-29 20:30:57 +00:00
parent 55cc5762be
commit ee17a3fc1f
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,10 @@
</div><!-- end of 'words' -->
<div id="footer">
<!-- Development or not -->
<?cs if:(Data.Status.DevelopmentMode == 1) ?>
<div id="development">!Development Mode!</div>
<?cs /if ?>
<!-- Version -->
v0.3&nbsp;&nbsp;
<a href="http://cryptobox.org" title="<?cs var:Lang.Text.ProjectHomePage ?>">CryptoBox-Home</a> <?cs var:Lang.Text.ProjectNote ?>&nbsp;<a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>

View File

@ -71,7 +71,9 @@ body {
background-attachment: scroll;
background-repeat: no-repeat;
}
#development {
font-weight: bold;
}
#content {