cryptonas/cbox-tree.d/usr/share/cryptobox/templates/mount_form.cs

14 lines
440 B
C#

<h1>Aktivierung des verschl&uuml;sselten Dateisystems</h1>
<div align="center">
<form action="<?cs call:getSelfURL() ?>" method="post"
enctype="application/x-www-form-urlencoded">
<p><label for="passwort">Passwort eingeben:</label>
<input type="password" name="password" size="20" tabindex="0" maxlength="40" /></p>
<button type="submit" name="action" value="mount_do">Dateisystem aktivieren</button>
</form>
</div>