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

14 lines
380 B
C#

<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>