2008-08-03 15:01:36 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
|
|
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
|
|
|
|
Licensed to the public under the Apache License 2.0.
|
2008-08-03 15:01:36 +00:00
|
|
|
-%>
|
2015-01-16 22:38:38 +00:00
|
|
|
|
2008-08-03 15:01:36 +00:00
|
|
|
<%+header%>
|
2009-10-31 15:54:11 +00:00
|
|
|
<h2><a id="content" name="content"><%:System%></a></h2>
|
2008-08-03 15:01:36 +00:00
|
|
|
<br />
|
2009-10-31 15:54:11 +00:00
|
|
|
<p><% if msg then %><%=msg%><% else %><%:Changes applied.%><% end %></p>
|
|
|
|
<p><%:Please wait: Device rebooting...%></p>
|
2008-08-03 15:01:36 +00:00
|
|
|
<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
|
|
|
|
<%+footer%>
|