reboot.htm 722 B

1234567891011121314151617
  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><%=escape(hostname)%> is rebooting</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. <h2><%:Your node's setup is now complete.%></h2>
  13. <% for k, v in ipairs(parts) do v() end %>
  14. </div>
  15. </div>
  16. </body>
  17. </html>