Globally convert headline anchors into name attributes.
[project/luci.git] / modules / luci-mod-failsafe / luasrc / view / failsafe / reboot.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Copyright 2012 Daniel Golle <dgolle@allnet.de>
5  Licensed to the public under the Apache License 2.0.
6 -%>
7
8 <%+header%>
9 <h2 name="content"><%:System%></h2>
10 <h3><%:Reboot%></h3>
11 <p><%:Reboots the operating system of your device%></p>
12 <%- if not reboot then -%>
13 <p><a href="<%=controller%>/failsafe/reboot?reboot=1"><%:Perform reboot%></a></p>
14 <%- else -%>
15 <p><%:Please wait: Device rebooting...%></p>
16 <script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
17 <%- end -%>
18 <%+footer%>