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><!-- end of 'words' -->
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
<!-- Development or not -->
|
||||||
|
<?cs if:(Data.Status.DevelopmentMode == 1) ?>
|
||||||
|
<div id="development">!Development Mode!</div>
|
||||||
|
<?cs /if ?>
|
||||||
<!-- Version -->
|
<!-- Version -->
|
||||||
v0.3
|
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>
|
<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-attachment: scroll;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
#development {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|
Loading…
Reference in a new issue