125 lines
2.9 KiB
HTML
125 lines
2.9 KiB
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?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> 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=en
|
|
Data.Config.TimeOut=30
|
|
Data.Status.Config=1
|
|
Data.Status.InitRunning=0
|
|
Data.Status.IP=192.168.0.23
|
|
Data.Status.Mounted=0
|
|
CBOX-STATUS-end -->
|
|
|
|
</body>
|
|
</html>
|
|
|