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

14 lines
496 B
C#

<h1><?cs var:Lang.Title.Mount ?></h1>
<div align="center">
<form action="<?cs call:getSelfURL('','') ?>" method="post"
enctype="application/x-www-form-urlencoded">
<p><label for="crypto_passwort"><?cs var:Lang.Text.EnterCurrentCryptoPassword ?></label>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="0" maxlength="40" /></p>
<button type="submit" name="action" value="mount_do"><?cs var:Lang.Button.Mount ?></button>
</form>
</div>