added all non-code changes between r281 and r300 to the new release candidate
This commit is contained in:
parent
3cad3c5ae8
commit
7260c63d86
107 changed files with 5526 additions and 4016 deletions
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: config_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<div id="config">
|
||||
<h1><?cs var:Lang.Title.Config ?></h1>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: doc.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<div id="doc">
|
||||
|
||||
<?cs include:Settings.DocDir + '/' + Settings.DocLang + '/' + Data.Doc.Page + '.html' ?>
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<!-- $Id: empty.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<!-- what else would you expect here? -->
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<!-- $Id: error.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<?cs call:error(Data.Error) ?>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: footer.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<?cs if:Data.Redirect ?>
|
||||
<p class="warning"><a href="<?cs if:Data.Redirect.URL ?><?cs var:Data.Redirect.URL ?><?cs else ?><?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?><?cs /if ?>"><?cs var:Lang.Text.RedirectNote ?></a></p>
|
||||
<?cs /if ?>
|
||||
|
@ -6,7 +8,7 @@
|
|||
|
||||
<div id="footer">
|
||||
<!-- Version -->
|
||||
v0.2
|
||||
v0.2.1
|
||||
<a href="https://systemausfall.org/prj/cryptobox" 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>
|
||||
</div>
|
||||
|
||||
|
@ -23,5 +25,7 @@ Data.Status.IP=<?cs var:Data.Status.IP ?>
|
|||
Data.Status.Mounted=<?cs var:Data.Status.Mounted ?>
|
||||
CBOX-STATUS-end -->
|
||||
|
||||
<!-- $Revision: 295 $ -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: header.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: init_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<h1><?cs var:Lang.Title.Init ?></h1>
|
||||
|
||||
<div class="init">
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: macros.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<?cs def:warning(warnname) ?><?cs
|
||||
each:item = Lang.WarningMessage ?><?cs
|
||||
if:(name(item) == warnname)
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: main.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<?cs include:Settings.TemplateDir + '/macros.cs' ?>
|
||||
<?cs include:Settings.TemplateDir + '/header.cs' ?>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: mount_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<h1><?cs var:Lang.Title.Mount ?></h1>
|
||||
|
||||
<div align="center">
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: nav.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<!-- mounting possible? -->
|
||||
<?cs if:((Data.Status.Config == 1) && (Data.Status.InitRunning == 0)) ?>
|
||||
<?cs if:(Data.Status.Mounted == 1) ?>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: show_log.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<div id="log">
|
||||
|
||||
<h1><?cs var:Lang.Title.Log ?></h1>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: shutdown_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<h1><?cs var:Lang.Title.ShutDown ?></h1>
|
||||
|
||||
<div align="center">
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: status.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<h1><?cs var:Lang.Title.Status ?></h1>
|
||||
<p><?cs if:(Data.Status.Mounted == 1) ?><?cs var:Lang.Text.CryptoIsActive ?>
|
||||
<?cs else ?><?cs var:Lang.Text.CryptoIsDown ?><?cs /if ?></p>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- $Id: umount_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
||||
|
||||
<h1><?cs var:Lang.Title.Umount ?></h1>
|
||||
|
||||
<div align="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue