Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / applications / luci-app-advanced-reboot / luasrc / view / advanced_reboot / alternative_reboot.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"><%:Reboot Device to an Alternative Partition%> - <%:Confirm%></h2>
11 <p>
12         <%_ WARNING: An alternative partition might have its own settings and completely different firmware.<br /><br />
13     As your network configuration and WiFi SSID/password on alternative partition might be different,
14       you might have to adjust your computer settings to be able to access your device once it reboots.<br /><br />
15     Please also be aware that alternative partition firmware might not provide an easy way to switch active partition
16       and boot back to the currently active partition.<br /><br />
17                 Click "Proceed" below to reboot device to an alternative partition. %>
18 </p>
19
20 <div class="cbi-page-actions right">
21         <form class="inline" action="<%=REQUEST_URI%>" method="post">
22                 <input type="hidden" name="token" value="<%=token%>" />
23                 <input type="hidden" name="step" value="2" />
24                 <input class="cbi-button cbi-button-reset" name="cancel" type="submit" value="<%:Cancel%>" />
25                 <input class="cbi-button cbi-button-apply" type="submit" value="<%:Proceed%>" />
26         </form>
27 </div>
28
29 <%+footer%>