* Prepare german translation cleanup
[project/luci.git] / modules / admin-core / luasrc / view / admin_system / reboot.htm
1 <%+header%>
2 <h1><%:system%></h1>
3 <h2><%:reboot%></h2>
4 <p><%:a_s_reboot1%></p>
5 <% if not reboot then %>
6 <p><a href="<%=controller%>/admin/system/reboot?reboot=1"><%:a_s_reboot_do%></a></p>
7 <% else %>
8 <p><%:a_s_reboot_running%></p>
9 <script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 60000)</script>
10 <% end %>
11 <%+footer%>