upgrade_reboot.htm 876 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%=luci.i18n.context.lang%>" lang="<%=luci.i18n.context.lang%>">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title><%:Upgrading firmware%></title>
  7. <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" />
  8. </head>
  9. <body>
  10. <div id="maincontainer">
  11. <div id="maincontent">
  12. <p>
  13. <%:The firmware is currently being upgraded.%>
  14. <strong><%:Don't switch off the device in any circumstance!%></strong>
  15. <%:The upgrade will take a few minutes. When it is finished, your node will reboot automatically.%>
  16. </p>
  17. </div>
  18. </div>
  19. </body>
  20. </html>