luci-app-advanced-reboot: initial commit
[project/luci.git] / applications / luci-app-advanced-reboot / luasrc / view / advanced_reboot / power_off.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008-2009 Jo-Philipp Wich <jow@openwrt.org>
4  Copyright 2017 Stan Grishin <stangri@melmac.net>
5  Licensed to the public under the Apache License 2.0.
6 -%>
7
8 <%+header%>
9
10 <h2 name="content"><%:Power Off Device%> - <%:Confirm%></h2>
11 <p>
12         <%_ WARNING: Power off might result in a reboot on a device which doesn't support power off.<br /><br />
13                 Click "Proceed" below to power off your device. %>
14 </p>
15
16 <div class="cbi-page-actions right">
17         <form class="inline" action="<%=REQUEST_URI%>" method="post">
18                 <input type="hidden" name="token" value="<%=token%>" />
19                 <input type="hidden" name="step" value="2" />
20                 <input class="cbi-button cbi-button-reset" name="cancel" type="submit" value="<%:Cancel%>" />
21                 <input class="cbi-button cbi-button-apply" type="submit" value="<%:Proceed%>" />
22         </form>
23 </div>
24
25 <%+footer%>