applyreboot.htm 663 B

123456789101112131415161718192021
  1. <%#
  2. LuCI - Lua Configuration Interface
  3. Copyright 2008 Steven Barth <steven@midlink.org>
  4. Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
  5. Licensed under the Apache License, Version 2.0 (the "License");
  6. you may not use this file except in compliance with the License.
  7. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. $Id$
  10. -%>
  11. <%+header%>
  12. <h2><a id="content" name="content"><%:System%></a></h2>
  13. <br />
  14. <p><% if msg then %><%=msg%><% else %><%:Changes applied.%><% end %></p>
  15. <p><%:Please wait: Device rebooting...%></p>
  16. <script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
  17. <%+footer%>