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

14 lines
440 B
C#
Raw Normal View History

<h1>Aktivierung des verschl&uuml;sselten Dateisystems</h1>
<div align="center">
<form action="<?cs call:getSelfURL() ?>" method="post"
enctype="application/x-www-form-urlencoded">
2005-07-23 00:00:10 +02:00
<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>
2005-07-23 00:00:10 +02:00
</form>
</div>