alternative_reboot.htm 1.3 KB

1234567891011121314151617181920212223242526272829
  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. <%+header%>
  8. <h2 name="content"><%:Reboot Device to an Alternative Partition%> - <%:Confirm%></h2>
  9. <p>
  10. <%_ WARNING: An alternative partition might have its own settings and completely different firmware.<br /><br />
  11. As your network configuration and WiFi SSID/password on alternative partition might be different,
  12. you might have to adjust your computer settings to be able to access your device once it reboots.<br /><br />
  13. Please also be aware that alternative partition firmware might not provide an easy way to switch active partition
  14. and boot back to the currently active partition.<br /><br />
  15. Click "Proceed" below to reboot device to an alternative partition. %>
  16. </p>
  17. <div class="cbi-page-actions right">
  18. <form class="inline" action="<%=REQUEST_URI%>" method="post">
  19. <input type="hidden" name="token" value="<%=token%>" />
  20. <input type="hidden" name="step" value="2" />
  21. <input class="cbi-button cbi-button-reset" name="cancel" type="submit" value="<%:Cancel%>" />
  22. <input class="cbi-button cbi-button-apply" type="submit" value="<%:Proceed%>" />
  23. </form>
  24. </div>
  25. <%+footer%>