2006-10-09 18:43:14 +02:00
|
|
|
<?cs # $Id$ ?>
|
|
|
|
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.shutdown.Title.Shutdown) ?></h1>
|
|
|
|
|
2006-11-02 15:01:09 +01:00
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
|
2006-11-01 10:22:58 +01:00
|
|
|
<!--
|
2006-10-09 18:43:14 +02:00
|
|
|
<p style="text-align: center">
|
|
|
|
<?cs var:html_escape(Lang.Plugins.shutdown.Text.ShutdownInfo) ?>
|
|
|
|
</p>
|
2006-11-01 10:22:58 +01:00
|
|
|
-->
|
2006-10-09 18:43:14 +02:00
|
|
|
|
|
|
|
|
2006-11-01 10:22:58 +01:00
|
|
|
<div class="plugin_system">
|
|
|
|
<a href="<?cs call:link('plugins/shutdown','type','shutdown','','') ?>">
|
|
|
|
<img src="<?cs call:link('icons/plugins/shutdown','image','gnome-shutdown.png','','')
|
|
|
|
?>" alt="icon: shutdown" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Shutdown) ?></a></div>
|
2006-10-09 18:43:14 +02:00
|
|
|
|
2006-11-01 10:22:58 +01:00
|
|
|
<div class="plugin_system">
|
|
|
|
<a href="<?cs call:link('plugins/shutdown','type','reboot','','') ?>">
|
|
|
|
<img src="<?cs call:link('icons/plugins/shutdown','image','gnome-reboot.png','','')
|
|
|
|
?>" alt="icon: reboot" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></a></div>
|