lars
5c7a6c474c
"show_volume" macro can display disks with appropriate icons according to their state main interface partly moved to new design
37 lines
1.5 KiB
C#
37 lines
1.5 KiB
C#
<?cs # $Id$ ?>
|
|
|
|
<?cs if:Data.Redirect ?>
|
|
<p class="warning"><a href="<?cs if:Data.Redirect.URL ?><?cs var:Data.Redirect.URL ?><?cs else ?><?cs call:link(Data.Redirect.Action,'','','','') ?><?cs /if ?>"><?cs var:html_escape(Lang.Text.RedirectNote) ?></a></p>
|
|
<?cs /if ?>
|
|
|
|
</div><!-- end of 'words' -->
|
|
|
|
<div id="footer">
|
|
<?cs # Development or not ?><?cs
|
|
if:(Data.Status.DevelopmentMode == 1) ?>
|
|
<div id="development">!Development Mode!</div><?cs /if ?>
|
|
<?cs var:Data.Version ?>
|
|
<a href="http://cryptobox.org" title="<?cs var:html_escape(Lang.Text.ProjectHomePage) ?>">CryptoBox-Home</a> <?cs var:html_escape(Lang.Text.ProjectNote) ?> <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
|
</div>
|
|
|
|
</div><!-- end of 'main' -->
|
|
|
|
<?cs # TODO: update these status settings - most are outdated ... ?>
|
|
<!-- CBOX-STATUS-begin - used for validation - do not touch!
|
|
Data.Config.IP=<?cs var:html_escape(Data.Config.IP) ?>
|
|
Data.Config.Language=<?cs var:html_escape(Data.Config.Language) ?>
|
|
Data.Config.TimeOut=<?cs var:html_escape(Data.Config.TimeOut) ?>
|
|
Data.Status.Config=<?cs var:html_escape(Data.Status.Config) ?>
|
|
Data.Status.InitRunning=<?cs var:html_escape(Data.Status.InitRunning) ?>
|
|
Data.Status.IP=<?cs var:html_escape(Data.Status.IP) ?>
|
|
Data.Status.Mounted=<?cs var:html_escape(Data.Status.Mounted) ?>
|
|
<?cs each:x = Data.Status.Plugins ?>Data.Status.Plugins.<?cs
|
|
var:name(x) ?>=<?cs var: html_escape(x) ?>
|
|
<?cs /each
|
|
?>CBOX-STATUS-end -->
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
</body>
|
|
</html>
|
|
|