cryptonas/cbox-tree.d/usr/share/cryptobox/templates/umount_form.cs
2005-08-30 15:18:50 +00:00

12 lines
285 B
C#

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