0af87e813e098bca25654f213e02aad3098ea64c
[project/luci.git] / modules / luci-mod-admin-mini / luasrc / view / mini / applyreboot.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8 <h2><a id="content" name="content"><%:System%></a></h2>
9 <br />
10 <p><% if msg then %><%=msg%><% else %><%:Changes applied.%><% end %></p>
11 <p><%:Please wait: Device rebooting...%></p>
12 <script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
13 <%+footer%>