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

12 lines
282 B
C#

<h1><?cs var:Lang.Title.Umount ?></h1>
<div align="center">
<form action="<?cs var:ScriptName ?>" method="post"
enctype="application/x-www-form-urlencoded">
<button type="submit" name="action"
value="umount_do"><?cs var:Lang.Button.Umount ?></button>
</form>
</div>