diff options
Diffstat (limited to 'modules/luci-lua-runtime/luasrc/view')
-rw-r--r-- | modules/luci-lua-runtime/luasrc/view/empty_node_placeholder.htm | 11 | ||||
-rw-r--r-- | modules/luci-lua-runtime/luasrc/view/indexer.htm | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/luasrc/view/empty_node_placeholder.htm b/modules/luci-lua-runtime/luasrc/view/empty_node_placeholder.htm new file mode 100644 index 0000000000..b7e276b960 --- /dev/null +++ b/modules/luci-lua-runtime/luasrc/view/empty_node_placeholder.htm @@ -0,0 +1,11 @@ +<%# + Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> + Copyright 2018 Daniel F. Dickinson <cshored@thecshore.com> + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +<p>Component not present.</p> + +<%+footer%> diff --git a/modules/luci-lua-runtime/luasrc/view/indexer.htm b/modules/luci-lua-runtime/luasrc/view/indexer.htm new file mode 100644 index 0000000000..28fc3debc3 --- /dev/null +++ b/modules/luci-lua-runtime/luasrc/view/indexer.htm @@ -0,0 +1,7 @@ +<%# + Copyright 2008 Steven Barth <steven@midlink.org> + Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> + Licensed to the public under the Apache License 2.0. +-%> + +<% include("themes/" .. theme .. "/indexer") %>
\ No newline at end of file |