29 lines
1.1 KiB
C#
29 lines
1.1 KiB
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Title.System) ?></h1>
|
|
|
|
<p><ul>
|
|
|
|
<?cs # poweroff ?>
|
|
<li><a href="<?cs call:link('action','shutdown_do','type','poweroff','','') ?>" title="<?cs
|
|
var:html_escape(Lang.Button.PowerOff) ?>"><?cs var:html_escape(Lang.Button.PowerOff) ?></a></li>
|
|
|
|
<?cs # reboot ?>
|
|
<li><a href="<?cs call:link('action','shutdown_do','type','reboot','','') ?>" title="<?cs
|
|
var:html_escape(Lang.Button.ReBoot) ?>"><?cs var:html_escape(Lang.Button.ReBoot) ?></a></li>
|
|
|
|
<?cs # config ?>
|
|
<li><a href="<?cs call:link('action','config_ask','','','','') ?>" title="<?cs
|
|
var:html_escape(Lang.Button.Config) ?>"><?cs var:html_escape(Lang.Button.Config) ?></a></li>
|
|
|
|
<?cs # initialize ?>
|
|
<li><a href="<?cs call:link('action','init_ask','','','','') ?>" title="<?cs
|
|
var:html_escape(Lang.Button.DoInit) ?>"><?cs var:html_escape(Lang.Button.DoInit) ?></a></li>
|
|
|
|
<?cs # show log files ?>
|
|
<li><a href="<?cs call:link('action','show_log','','','','') ?>" title="<?cs
|
|
var:html_escape(Lang.Button.Protocol) ?>"><?cs var:html_escape(Lang.Button.Protocol) ?></a></li>
|
|
|
|
</ul></p>
|
|
|
|
</div>
|