lars
87d99e8173
description of plugin interface extended with possible redirection to another plugin
20 lines
784 B
C#
20 lines
784 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.shutdown.Title.Shutdown) ?></h1>
|
|
|
|
<!--
|
|
<p style="text-align: center">
|
|
<?cs var:html_escape(Lang.Plugins.shutdown.Text.ShutdownInfo) ?>
|
|
</p>
|
|
-->
|
|
|
|
|
|
<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>
|
|
|
|
<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>
|