2008-08-03 15:01:36 +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
|
|
|
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%>
|
2015-10-06 11:29:43 +00:00
|
|
|
<h2 name="content"><%:System%></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%>
|