cryptonas/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs
2005-07-22 22:00:10 +00:00

14 lines
437 B
C#

<h1>Aktivierung des verschl&uuml;sselten Dateisystems</h1>
<div align="center">
<form action="<?cs var:ScriptName ?>" 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>