header.htm 647 B

123456789101112131415161718192021222324
  1. <%
  2. local fs = require "luci.fs"
  3. local sys = require "luci.sys"
  4. local http = require "luci.http"
  5. local disp = require "luci.dispatcher"
  6. local hostname = sys.hostname()
  7. %>
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  11. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  12. <link rel="stylesheet" type="text/css" media="screen" href="/wizard/bootstrap.css" />
  13. <title><%=striptags( hostname )%> - Wizard</title>
  14. </head>
  15. <body class="lang_<%=luci.i18n.context.lang%>">
  16. <div class="container">
  17. <div class="page-header">
  18. <h1>Freifunk Wizard</h1>
  19. </div>