From 30c8b259e1b7012f7c16c1ee5aeb1997e44dcbdc Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 27 May 2008 08:32:10 +0000 Subject: * Separated CBI from LuCI Web * Updated OpenWRT-Makefile --- web/src/view/header.htm | 137 ------------------------------------------------ 1 file changed, 137 deletions(-) delete mode 100644 web/src/view/header.htm (limited to 'web/src/view/header.htm') diff --git a/web/src/view/header.htm b/web/src/view/header.htm deleted file mode 100644 index 5f876781f6..0000000000 --- a/web/src/view/header.htm +++ /dev/null @@ -1,137 +0,0 @@ -<% -require("luci.sys") -local load1, load5, load15 = luci.sys.loadavg() - -local request = require("luci.dispatcher").request -local category = request[1] -local tree = luci.dispatcher.node() -local cattree = category and luci.dispatcher.node(category) -local node = luci.dispatcher.dispatched - -local c = tree -for i,r in ipairs(request) do - 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 - - - - -
-<%:path Pfad%>: <% -local c = tree -local url = controller -for k,v in pairs(request) do - if c.nodes and c.nodes[v] then - c = c.nodes[v] - url = url .. "/" .. v - %><%=c.title or v%> <% if k ~= #request then %>» <% end - end -end -%> -
- -
- -<% end - end -end -%> -
- -
\ No newline at end of file -- cgit v1.2.3