15 lines
507 B
C#
15 lines
507 B
C#
<!-- $Id: mount_form.cs 295 2005-10-11 23:21:32Z lars $ -->
|
|
|
|
<h1><?cs var:Lang.Title.Mount ?></h1>
|
|
|
|
<div align="center">
|
|
<?cs call:print_form_header() ?>
|
|
|
|
<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>
|
|
|
|
<input type="hidden" name="action" value="mount_do" />
|
|
<button type="submit" ><?cs var:Lang.Button.Mount ?></button>
|
|
|
|
</form>
|
|
</div>
|