cryptonas/validation/report/4-admin_pw/050-config_wrong_admin_pw.html
2005-09-27 09:25:25 +00:00

150 lines
3.7 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: config_form -->
<div class="warning">
<h1>Wrong Administration password</h1>
<p>The entered administration password is wrong. Please try again.</p></div>
<div id="config">
<h1>CryptoBox configuration</h1>
<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="current_admin_password">Enter the current administration password:</label><br/>
<input type="password" id="current_admin_password" name="current_admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="ip">Network address (IP) of the CryptoBox:</label><br/>
<input type="text" id="ip" size="16" maxsize="15" name="ip"
value="192.168.0.23" /><p>
<p><label for="timeout">Timeout for deactivation of the encrypted filesystem (in minutes):</label><br/>
<input type="text" id="timeout" size="5" maxsize="5" name="timeout"
value="30" /></p>
<p><label for="language">Language preferences:</label><br/>
<select name="language">
<option value="de" >deutsch</option>
<option value="en" selected="selected">english</option>
<option value="si" >slovenščina</option>
</select></p>
<button type="submit" name="action" value="config_do">
Save configuration</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=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>