X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffledermaus%2Fluasrc%2Fview%2Fthemes%2Ffledermaus%2Fheader.htm;h=515eaabe00b9b1b183be580cd071310e59b57dfd;hp=40086d9ca760e135cb1c6c12df2ce27b9a3df4ce;hb=db8e5858bfd7d5cae17949a977f87289f5b9ac29;hpb=25e71a2acf91c084bf18049fc0d159fa19673876 diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index 40086d9ca..515eaabe0 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -1,50 +1,75 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +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$ + +-%> <% require("luci.sys") local load1, load5, load15 = luci.sys.loadavg() -local request = require("luci.dispatcher").request +local request = require("luci.dispatcher").context.path local category = request[1] local tree = luci.dispatcher.node() local cattree = category and luci.dispatcher.node(category) -local node = luci.dispatcher.dispatched +local node = luci.dispatcher.context.dispatched +local hostname = luci.sys.hostname() local c = tree for i,r in ipairs(request) do - if c.nodes and c.nodes[r] then + if c.nodes and c.nodes[r] then c = c.nodes[r] c._menu_selected = true end end require("luci.i18n").loadc("default") - require("luci.http").prepare_content("text/html") -%> + +-%> + + <% if node and node.css then %><% end %> - + - LuCI - Lua Configuration Interface - <%=node.title%> + <%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI + + - - + + -
-<%:path Pfad%>: <% +
+<%:path%>: <% local c = tree local url = controller for k,v in pairs(request) do @@ -57,88 +82,98 @@ end %>
-
-