cryptonas/plugins/volume_mount/volume_umount.cs

19 lines
685 B
C#
Raw Normal View History

<!-- <<?cs var:plugin_heading ?>><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></<?cs var:plugin_heading ?>> -->
2006-11-06 17:05:00 +01:00
<?cs call:handle_messages() ?>
<fieldset>
<legend><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?> </legend>
<?cs call:show_help(Lang.Plugins.volume_mount.Help.Close) ?>
2006-11-06 17:05:00 +01:00
<?cs call:print_form_header("umount", "volume_mount") ?>
<table><tr><td>
<input type="hidden" name="device" value="<?cs var:html_escape(Data.CurrentDisk.device) ?>" />
2006-11-06 17:05:00 +01:00
<input type="hidden" name="action" value="umount" />
<button type="submit"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Umount) ?></button>
</td></tr></table>
2006-11-06 17:05:00 +01:00
</form>
</fieldset>