From 6738c80c0a239e94784ad2b56bd6b279e90d8dc4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 16 Oct 2010 15:25:19 +0000 Subject: themes: rename openwrt.org to openwrt --- .../luasrc/view/themes/openwrt.org/footer.htm | 21 --- .../luasrc/view/themes/openwrt.org/header.htm | 177 --------------------- 2 files changed, 198 deletions(-) delete mode 100644 themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm delete mode 100644 themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm (limited to 'themes/openwrt.org/luasrc') diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm deleted file mode 100644 index 8df68b14c7..0000000000 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm +++ /dev/null @@ -1,21 +0,0 @@ -<%# -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$ - --%> -
- - -

Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>

- - - diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm deleted file mode 100644 index 0a32055f80..0000000000 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ /dev/null @@ -1,177 +0,0 @@ -<%# -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").context.path -local category = request[1] -local tree = luci.dispatcher.node() -local cattree = category and luci.dispatcher.node(category) -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 - c = c.nodes[r] - c._menu_selected = true - end -end - -require("luci.i18n").loadc("base") -require("luci.http").prepare_content("application/xhtml+xml") - --%> - - - - - - - - - - -<% if node and node.css then %> -<% end -%> - - - - -<%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI - - - - - - - - -
- - - <%- if not luci.sys.user.getpasswd("root") then -%> -
- <%:No password set!%>
- <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> -
- <%- end -%> -- cgit v1.2.3