Added a tag to the footer.cs to expose a developer version on the web frontend.
This commit is contained in:
parent
55cc5762be
commit
ee17a3fc1f
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
<a href="http://cryptobox.org" title="<?cs var:Lang.Text.ProjectHomePage ?>">CryptoBox-Home</a> <?cs var:Lang.Text.ProjectNote ?> <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
||||
|
|
|
@ -71,7 +71,9 @@ body {
|
|||
background-attachment: scroll;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#development {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
|
|
Loading…
Reference in a new issue