<%# LuCI - Lua Configuration Interface Copyright 2014-2016 Mikeqin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id: header.htm 9558 2012-12-18 13:58:22Z jow $ -%> <% local sys = require "luci.sys" local http = require "luci.http" local disp = require "luci.dispatcher" local hostname = sys.hostname() local node = disp.context.dispatched http.prepare_content("text/html") %> <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI