cryptonas-branches/pythonrewrite/templates/form_system.cs

29 lines
1 KiB
C#
Raw Normal View History

2006-08-14 17:40:12 +02:00
<?cs # $Id$ ?>
<h1><?cs var:html_escape(Lang.Title.System) ?></h1>
<p><ul>
<?cs # poweroff ?>
<li><a href="<?cs call:link('system','type','poweroff','','') ?>" title="<?cs var:html_escape(Lang.Button.PowerOff) ?>">
2006-08-24 11:02:10 +02:00
<?cs var:html_escape(Lang.Button.PowerOff) ?></a></li>
2006-08-14 17:40:12 +02:00
<?cs # reboot ?>
<li><a href="<?cs call:link('system','type','reboot','','') ?>" title="<?cs
2006-08-14 17:40:12 +02:00
var:html_escape(Lang.Button.ReBoot) ?>"><?cs var:html_escape(Lang.Button.ReBoot) ?></a></li>
<?cs # config ?>
2006-08-24 11:02:10 +02:00
<li><a href="<?cs call:link('config_ask','','','','') ?>" title="<?cs
2006-08-14 17:40:12 +02:00
var:html_escape(Lang.Button.Config) ?>"><?cs var:html_escape(Lang.Button.Config) ?></a></li>
<?cs # initialize ?>
2006-08-24 11:02:10 +02:00
<li><a href="<?cs call:link('init_ask','','','','') ?>" title="<?cs
2006-08-14 17:40:12 +02:00
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('logs','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Protocol) ?>"><?cs var:html_escape(Lang.Button.Protocol) ?></a></li>
2006-08-14 17:40:12 +02:00
</ul></p>
</div>