validation report should not be part of repository: too volatile

another form attribute combination
This commit is contained in:
lars 2005-09-28 07:50:30 +00:00
parent fae808bbff
commit 121a2f081c
82 changed files with 1 additions and 7118 deletions

View file

@ -84,7 +84,7 @@
<?cs def:print_form_header() ?><?cs #
# the header of a form - including Data.PostData values as hidden fields
?><form action="<?cs var:ScriptName ?>" method="post" enctype="multipart/form-data" accept-charset="utf-8">
?><form action="<?cs var:ScriptName ?>" method="post" enctype="application/x-www-from-urlencoded" accept-charset="utf-8">
<?cs each:item = Data.PostData
?><input type="hidden" name="<?cs name:item ?>" value="<?cs var:item ?>" /><?cs
/each ?><?cs

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,113 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
<meta http-equiv="refresh" content="60;url=/cryptobox?weblang=en&action=status" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: status -->
<h1>Status</h1>
<p>The encrypted data is protected from any access.</p>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,96 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
<meta http-equiv="refresh" content="3;url=https://192.168.0.23/cryptobox" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- the menu bar is disabled if redirection has been suggested -->
&nbsp;
</div>
<div id="words">
<!-- this cryptobox template follows: -->
<div class="error">
<h1>Unencrypted connection</h1>
<p>The CryptoBox only accepts encrypted connections (https), so the password is safe from curious eyes. The encrypted connection will be established in a few seconds.</p></div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,31 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=/cryptobox">
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="main">
<div id="head">
<h1>CryptoBox</h1>
</div>
<div id="content">
<div id="words">
<h1>Error 404 - page not found!</h2>
<p>Please go to the <a href="/cryptobox" title="CryptoBox">CryptoBox-Interface</a></p>
</div>
</div>
</div>
</body>
</html>
<HR>
<ADDRESS><A HREF="http://www.acme.com/software/thttpd/">thttpd/2.23beta1 26may2002</A></ADDRESS>
</BODY>
</HTML>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,113 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
<meta http-equiv="refresh" content="60;url=/cryptobox?weblang=en&action=status" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: status -->
<h1>Status</h1>
<p>The encrypted data is protected from any access.</p>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,153 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: init_form -->
<div class="warning">
<h1>Configuration found</h1>
<p>The CryptoBox has already been configured. If you initialize again, all data will be deleted!</p></div>
<h1>CryptoBox initialization</h1>
<div class="init">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p class="note">During the process of initialization ALL DATA on the hard drive WILL BE DELETED!</p>
<p><label for="admin_password">Enter the new administration password:</label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2">Repeat the new administration password:</label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password">Enter the new crypto password:</label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2">Repeat the new crypto password:</label><br/>
<input type="password" id="crypto_password2" name="crypto_password2" size="20" tabindex="2" maxlength="40" /></p>
<p><label for="confirm">To confirm that you know what you are doing, please enter exactly the following sequence:<br/>
<span class="note" id="confirmtext">Yes, delete all data!</span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<button type="submit" name="action" value="init_do" tabindex="4">Initialize CryptoBox</button>
</form>
</div>
<hr/>
<div class="partition_info">
<h2>Current partioning of the hard drive:</h2>
<p><br/>
Disk /dev/hda: 6256 cylinders, 16 heads, 63 sectors/track<br/>
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0<br/>
<br/>
Device Boot Start End #cyls #blocks Id System<br/>
/dev/hda1 0+ 0 1- 503+ 83 Linux<br/>
/dev/hda2 1 6255 6255 3152520 83 Linux<br/>
/dev/hda3 0 - 0 0 0 Empty<br/>
/dev/hda4 0 - 0 0 0 Empty<br/>
</p>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,153 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: init_form -->
<div class="warning">
<h1>Invalid crypto password</h1>
<p>The crypto password must not be empty!</p></div>
<h1>CryptoBox initialization</h1>
<div class="init">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p class="note">During the process of initialization ALL DATA on the hard drive WILL BE DELETED!</p>
<p><label for="admin_password">Enter the new administration password:</label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2">Repeat the new administration password:</label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password">Enter the new crypto password:</label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2">Repeat the new crypto password:</label><br/>
<input type="password" id="crypto_password2" name="crypto_password2" size="20" tabindex="2" maxlength="40" /></p>
<p><label for="confirm">To confirm that you know what you are doing, please enter exactly the following sequence:<br/>
<span class="note" id="confirmtext">Yes, delete all data!</span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<button type="submit" name="action" value="init_do" tabindex="4">Initialize CryptoBox</button>
</form>
</div>
<hr/>
<div class="partition_info">
<h2>Current partioning of the hard drive:</h2>
<p><br/>
Disk /dev/hda: 6256 cylinders, 16 heads, 63 sectors/track<br/>
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0<br/>
<br/>
Device Boot Start End #cyls #blocks Id System<br/>
/dev/hda1 0+ 0 1- 503+ 83 Linux<br/>
/dev/hda2 1 6255 6255 3152520 83 Linux<br/>
/dev/hda3 0 - 0 0 0 Empty<br/>
/dev/hda4 0 - 0 0 0 Empty<br/>
</p>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,153 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: init_form -->
<div class="warning">
<h1>Crypto passwords do not match</h1>
<p>Both entered passwords have to be identical to ensure this is the desired password.</p></div>
<h1>CryptoBox initialization</h1>
<div class="init">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p class="note">During the process of initialization ALL DATA on the hard drive WILL BE DELETED!</p>
<p><label for="admin_password">Enter the new administration password:</label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2">Repeat the new administration password:</label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password">Enter the new crypto password:</label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2">Repeat the new crypto password:</label><br/>
<input type="password" id="crypto_password2" name="crypto_password2" size="20" tabindex="2" maxlength="40" /></p>
<p><label for="confirm">To confirm that you know what you are doing, please enter exactly the following sequence:<br/>
<span class="note" id="confirmtext">Yes, delete all data!</span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<button type="submit" name="action" value="init_do" tabindex="4">Initialize CryptoBox</button>
</form>
</div>
<hr/>
<div class="partition_info">
<h2>Current partioning of the hard drive:</h2>
<p><br/>
Disk /dev/hda: 6256 cylinders, 16 heads, 63 sectors/track<br/>
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0<br/>
<br/>
Device Boot Start End #cyls #blocks Id System<br/>
/dev/hda1 0+ 0 1- 503+ 83 Linux<br/>
/dev/hda2 1 6255 6255 3152520 83 Linux<br/>
/dev/hda3 0 - 0 0 0 Empty<br/>
/dev/hda4 0 - 0 0 0 Empty<br/>
</p>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,153 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: init_form -->
<div class="warning">
<h1>Confirmation failed</h1>
<p>The sentence has to be entered exactly as shown!</p></div>
<h1>CryptoBox initialization</h1>
<div class="init">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p class="note">During the process of initialization ALL DATA on the hard drive WILL BE DELETED!</p>
<p><label for="admin_password">Enter the new administration password:</label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2">Repeat the new administration password:</label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password">Enter the new crypto password:</label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2">Repeat the new crypto password:</label><br/>
<input type="password" id="crypto_password2" name="crypto_password2" size="20" tabindex="2" maxlength="40" /></p>
<p><label for="confirm">To confirm that you know what you are doing, please enter exactly the following sequence:<br/>
<span class="note" id="confirmtext">Yes, delete all data!</span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<button type="submit" name="action" value="init_do" tabindex="4">Initialize CryptoBox</button>
</form>
</div>
<hr/>
<div class="partition_info">
<h2>Current partioning of the hard drive:</h2>
<p><br/>
Disk /dev/hda: 6256 cylinders, 16 heads, 63 sectors/track<br/>
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0<br/>
<br/>
Device Boot Start End #cyls #blocks Id System<br/>
/dev/hda1 0+ 0 1- 503+ 83 Linux<br/>
/dev/hda2 1 6255 6255 3152520 83 Linux<br/>
/dev/hda3 0 - 0 0 0 Empty<br/>
/dev/hda4 0 - 0 0 0 Empty<br/>
</p>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,8 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1

View file

@ -1,125 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: mount_form -->
<h1>Activation of encrypted data</h1>
<div align="center">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p><label for="crypto_passwort">Enter the crypto password:</label>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="0" maxlength="40" /></p>
<button type="submit" name="action" value="mount_do">Activate encrypted filesystem</button>
</form>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,12 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1
7c7
< Data.Status.Mounted=0
---
> Data.Status.Mounted=1

View file

@ -1,114 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
<meta http-equiv="refresh" content="30;url=/cryptobox?weblang=en&action=status" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=umount_do" title="Deactivation of the encrypted filesystem">Deactivate encrypted filesystem</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: empty -->
<div class="success">
<h1>Encrypted filesystem activated</h1>
<p>The encrypted filesystem is now available.</p></div>
<!-- what else would you expect here? -->
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=1
CBOX-STATUS-end -->
</body>
</html>

View file

@ -1,12 +0,0 @@
2,4c2,4
< Data.Config.Language=en
< Data.Config.TimeOut=30
< Data.Status.Config=0
---
> Data.Config.Language=de
> Data.Config.TimeOut=5
> Data.Status.Config=1
7c7
< Data.Status.Mounted=0
---
> Data.Status.Mounted=1

View file

@ -1,122 +0,0 @@
<?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">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=umount_do" title="Deactivation of the encrypted filesystem">Deactivate encrypted filesystem</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: umount_form -->
<h1>Deactivation of encrypted data</h1>
<div align="center">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<button type="submit" name="action"
value="umount_do">Deactivate encrypted filesystem</button>
</form>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>