release v0.3.2
This commit is contained in:
parent
0b163061f5
commit
dd557f7866
719 changed files with 100817 additions and 0 deletions
18
v0.3.2/plugins/shutdown/form_shutdown.cs
Normal file
18
v0.3.2/plugins/shutdown/form_shutdown.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?cs # $Id$ ?>
|
||||
|
||||
<h1><?cs var:html_escape(Lang.Plugins.shutdown.Title.Shutdown) ?></h1>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.shutdown.Help.Shutdown) ?>
|
||||
|
||||
<div class="plugin_system">
|
||||
<a href="<?cs call:link('shutdown','type','shutdown','','') ?>">
|
||||
<img src="<?cs call:link('icons/shutdown','image','gnome-shutdown.gif','','')
|
||||
?>" 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','','')
|
||||
?>" alt="icon: reboot" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></a></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue