X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Fluci-theme-material%2Fluasrc%2Fview%2Fthemes%2Fmaterial%2Fheader.htm;h=8419ade76d00052f850c217267f6fa66fc83b3dd;hp=f96653a9c0c0e92a2a30168841849b9bf1262970;hb=d16a745b86cb65e3cbe9bd2ac63c0dedda9d85f6;hpb=fea55f75c75859856cc607fe619449a8c549f180 diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index f96653a9c..8419ade76 100755 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -19,6 +19,7 @@ -%> <% + local ver = require "luci.version" local sys = require "luci.sys" local util = require "luci.util" local http = require "luci.http" @@ -49,7 +50,7 @@ c._menu_selected = true end end - + -- send as HTML5 http.prepare_content("text/html") @@ -68,11 +69,11 @@ local childs = disp.node_childs(node) if #childs > 0 then - + if level > 2 then %> @@ -109,7 +110,7 @@ <%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI - + @@ -120,7 +121,13 @@ + + - LuCI"> + - LuCI"> + + + <% if node and node.css then %> @@ -134,7 +141,7 @@ - +
@@ -154,7 +161,7 @@ end %> <% if ucichanges > 0 then %> - <%:Unsaved Changes%>: <%=ucichanges%> + "><%:Unsaved Changes%>: <%=ucichanges%> <% end %>
-
Loading...
+
Loading...