cryptonas/plugins/shutdown/form_shutdown.cs

24 lines
795 B
C#
Raw Normal View History

2006-11-06 17:05:00 +01:00
<?cs # $Id$ ?>
<?cs call:handle_messages() ?>
<fieldset>
<legend>
<?cs call:show_plugin_icon() ?>
<?cs var:html_escape(Lang.Plugins.shutdown.Title) ?>
</legend>
<?cs call:show_help(Lang.Plugins.shutdown.Help.Shutdown) ?>
2006-11-06 17:05:00 +01:00
<div class="plugin_system">
<a href="<?cs call:link('shutdown','type','shutdown','','') ?>">
<img src="<?cs call:link('icons/shutdown','image','gnome-shutdown.gif','','')
2006-11-06 17:05:00 +01:00
?>" alt="icon: shutdown" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Shutdown) ?></a></div>
<div class="plugin_system">
<a href="<?cs call:link('shutdown','type','reboot','','') ?>">
<img src="<?cs call:link('icons/shutdown','image','gnome-reboot.gif','','')
2006-11-06 17:05:00 +01:00
?>" alt="icon: reboot" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></a></div>
</fieldset>