18 lines
533 B
C#
18 lines
533 B
C#
|
<h1><?cs var:Lang.Title.ShutDown ?></h1>
|
||
|
|
||
|
<div align="center">
|
||
|
<?cs call:print_form_header() ?>
|
||
|
<input type="hidden" name="action" value="shutdown_do" />
|
||
|
<input type="hidden" name="type" value="poweroff" />
|
||
|
<button type="submit"><?cs var:Lang.Button.PowerOff ?></button>
|
||
|
</form>
|
||
|
|
||
|
|
||
|
|
||
|
<?cs call:print_form_header() ?>
|
||
|
<input type="hidden" name="action" value="shutdown_do" />
|
||
|
<input type="hidden" name="type" value="reboot" />
|
||
|
<button type="submit"><?cs var:Lang.Button.ReBoot ?></button>
|
||
|
</form>
|
||
|
</div>
|