27 lines
840 B
C#
27 lines
840 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>
|
|
|
|
|
|
<table style="text-align:center; width:100%">
|
|
<tr>
|
|
<td style="text-align: right">
|
|
<?cs call:print_form_header("reboot", "plugins/shutdown") ?>
|
|
<input type="hidden" name="type" value="reboot" />
|
|
<button type="submit" tabindex="2"><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></button>
|
|
</form>
|
|
</td>
|
|
<td style="width:5%"></td>
|
|
<td style="text-align: left">
|
|
<?cs call:print_form_header("shutdown", "plugins/shutdown") ?>
|
|
<input type="hidden" name="type" value="shutdown" />
|
|
<button type="submit" tabindex="1"><?cs var:html_escape(Lang.Plugins.shutdown.Button.Shutdown) ?></button>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|