parent
91b517050a
commit
d8e59dfd90
@ -1,15 +1,13 @@
|
||||
<h1>Aktivierung des verschlüsselten Dateisystems</h1>
|
||||
|
||||
<div align="center">
|
||||
<table border="0">
|
||||
<form action="<?cs var:ScriptName ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
<tr><td align="right">Passwort eingeben: </td><td>
|
||||
<input type="password" name="password" size="20" tabindex="0"
|
||||
maxlength="40" /></td></tr>
|
||||
<tr><td colspan="2" align="center" style="padding:3%">
|
||||
|
||||
<p><label for="passwort">Passwort eingeben:</label>
|
||||
<input type="password" name="password" size="20" tabindex="0" maxlength="40" /></p>
|
||||
|
||||
<button type="submit" name="action" value="mount_do">Dateisystem aktivieren</button>
|
||||
</td></tr>
|
||||
|
||||
</form>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -1,13 +1,11 @@
|
||||
<h1><?cs var:Lang.Title.Umount ?></h1>
|
||||
|
||||
<div align="center">
|
||||
<table border="0">
|
||||
<form action="<?cs var:ScriptName ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
<tr><td colspan="2" align="center" style="padding:3%">
|
||||
|
||||
<button type="submit" name="action"
|
||||
value="umount_do"><?cs var:Lang.Button.Umount ?></button>
|
||||
</td></tr>
|
||||
|
||||
</form>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue