2012-09-20 02:16:51 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2012 Daniel Golle <dgolle@allnet.de>
|
|
|
|
Licensed to the public under the Apache License 2.0.
|
2012-09-20 02:16:51 +00:00
|
|
|
-%>
|
2015-01-16 22:38:38 +00:00
|
|
|
|
2012-09-20 02:16:51 +00:00
|
|
|
<%+header%>
|
2015-10-06 11:29:43 +00:00
|
|
|
<h2 name="content"><%:System%></h2>
|
2012-09-20 02:16:51 +00:00
|
|
|
<h3><%:Reboot%></h3>
|
|
|
|
<p><%:Reboots the operating system of your device%></p>
|
|
|
|
<%- if not reboot then -%>
|
|
|
|
<p><a href="<%=controller%>/failsafe/reboot?reboot=1"><%:Perform reboot%></a></p>
|
|
|
|
<%- else -%>
|
|
|
|
<p><%:Please wait: Device rebooting...%></p>
|
|
|
|
<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
|
|
|
|
<%- end -%>
|
|
|
|
<%+footer%>
|