-- diese und die folgenden Zeilen werden ignoriert -- A https://svn.systemausfall.org/svn/cryptobox/branches/luks
15 lines
475 B
C#
15 lines
475 B
C#
<!-- $Id$ -->
|
|
|
|
<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" tabindex="100"><?cs var:Lang.Button.Mount ?></button>
|
|
|
|
</form>
|
|
</div>
|