cryptonas/cbox-tree.d/usr/share/cryptobox/templates/umount_form.cs

12 lines
285 B
C#
Raw Normal View History

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