cryptonas/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs

16 lines
544 B
C#

<h1>Aktivierung des verschl&uuml;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%">
<button type="submit" name="action" value="mount_do">Dateisystem aktivieren</button>
</td></tr>
</form>
</table>
</div>