diff --git a/luasrc/view/themes/argon/header.htm b/luasrc/view/themes/argon/header.htm index 6aab673..63912c3 100644 --- a/luasrc/view/themes/argon/header.htm +++ b/luasrc/view/themes/argon/header.htm @@ -10,14 +10,14 @@ luci-theme-material: Copyright 2015 Lutty Yang - Agron Theme + Argon Theme https://demos.creative-tim.com/argon-dashboard/index.html Licensed to the public under the Apache License 2.0 -%> <% - local sys = require "luci.sys" + local sys = require "luci.sys" local util = require "luci.util" local http = require "luci.http" local disp = require "luci.dispatcher" @@ -26,12 +26,13 @@ local node = disp.context.dispatched - local fs = require "nixio.fs" + local fs = require "nixio.fs" local nutil = require "nixio.util" local uci = require 'luci.model.uci'.cursor() -- send as HTML5 http.prepare_content("text/html") + math.randomseed(os.time()) -- Custom settings @@ -54,7 +55,7 @@ - + <%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI diff --git a/luasrc/view/themes/argon/header_login.htm b/luasrc/view/themes/argon/header_login.htm index f49c701..36de24c 100644 --- a/luasrc/view/themes/argon/header_login.htm +++ b/luasrc/view/themes/argon/header_login.htm @@ -1,39 +1,41 @@ <%# - edge is a clean HTML5 theme for LuCI. It is based on luci-theme-material edge Template + Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material Argon Template - luci-theme-edge + luci-theme-argon Copyright 2020 Jerrykuku Have a bug? Please create an issue here on GitHub! - https://github.com/jerrykuku/luci-theme-edge/issues + https://github.com/jerrykuku/luci-theme-argon/issues luci-theme-material: Copyright 2015 Lutty Yang - Agron Theme - https://demos.creative-tim.com/edge-dashboard/index.html + Argon Theme + https://demos.creative-tim.com/argon-dashboard/index.html Licensed to the public under the Apache License 2.0 -%> <% - local sys = require "luci.sys" + local sys = require "luci.sys" local util = require "luci.util" local http = require "luci.http" local disp = require "luci.dispatcher" local boardinfo = util.ubus("system", "board") + local node = disp.context.dispatched - local fs = require "nixio.fs" - local nutil = require "nixio.util" - local uci = require 'luci.model.uci'.cursor() + + local fs = require "nixio.fs" + local nutil = require "nixio.util" + local uci = require 'luci.model.uci'.cursor() -- send as HTML5 http.prepare_content("text/html") - math.randomseed(tonumber(tostring(os.time()):reverse():sub(1, 9))) + math.randomseed(tonumber(tostring(os.time()):reverse():sub(1, 9))) - -- Custom settings + -- Custom settings local mode = 'normal' local dark_css = fs.readfile('/www/luci-static/argon/css/dark.css') local bar_color = '#5e72e4' @@ -47,8 +49,7 @@ blur_opacity_dark = uci:get_first('argon', 'global', 'transparency_dark') mode = uci:get_first('argon', 'global', 'mode') bar_color = mode == 'dark' and dark_primary or primary - end - + end -%> diff --git a/luasrc/view/themes/argon/sysauth.htm b/luasrc/view/themes/argon/sysauth.htm index 14349d8..eec4efa 100644 --- a/luasrc/view/themes/argon/sysauth.htm +++ b/luasrc/view/themes/argon/sysauth.htm @@ -15,7 +15,7 @@ MUI: https://github.com/muicss/mui - Agron Theme + Argon Theme https://demos.creative-tim.com/argon-dashboard/index.html Licensed to the public under the Apache License 2.0 @@ -25,7 +25,7 @@ <% local util = require "luci.util" local boardinfo = util.ubus("system", "board") - local fs = require "nixio.fs" + local fs = require "nixio.fs" local nutil = require "nixio.util" function glob(...) @@ -60,7 +60,7 @@ end if bgcount > 0 then - currentBg = bgs[math.random(1,bgcount)] + currentBg = bgs[math.random(1,bgcount)] end %>