%#
Purple is a pure HTML5 theme for LuCI.
luci-theme-purple
Copyright 2018 Rosy Song
Copyright 2018 Yan Lan Shen
Have a bug? Please create an issue here on GitHub!
https://github.com/rosywrt/luci-theme-purple/issues
Licensed to the public under the Apache License 2.0
-%>
<%
local ver = require "luci.version"
local disp = require "luci.dispatcher"
local request = disp.context.path
local category = request[1]
local tree = disp.node()
local categories = disp.node_childs(tree)
local log = require "luci.log"
%>