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

16 lines
475 B
C#
Raw Normal View History

<!-- $Id$ -->
<h1><?cs var:Lang.Title.Mount ?></h1>
<div align="center">
<?cs call:print_form_header() ?>
2005-07-23 00:00:10 +02:00
<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>
2005-07-23 00:00:10 +02:00
<input type="hidden" name="action" value="mount_do" />
2005-10-24 12:42:50 +02:00
<button type="submit" tabindex="100"><?cs var:Lang.Button.Mount ?></button>
2005-07-23 00:00:10 +02:00
</form>
</div>