14 lines
446 B
C#
14 lines
446 B
C#
|
<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>
|