cryptonas/validation/report/1-init/000-main.html

114 lines
2.5 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" />
<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>