From 1bc3833e6876c9e2796fb7ec1ad2711bc12ef85f Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sat, 25 Mar 2017 21:58:51 +0100 Subject: luci-app-adblock: major update * multi-tab navigation Overview/View Logfile/Advanced Advanced: Edit Blacklist/Whitelist/Configuration Query domains * all adblock options are now configurable via LuCI Signed-off-by: Dirk Brenken --- .../luasrc/view/adblock/config_css.htm | 10 ++++ .../luasrc/view/adblock/logread.htm | 15 +++++ .../luci-app-adblock/luasrc/view/adblock/query.htm | 66 ++++++++++++++++++++++ .../luasrc/view/adblock/runtime.htm | 11 ++++ 4 files changed, 102 insertions(+) create mode 100644 applications/luci-app-adblock/luasrc/view/adblock/config_css.htm create mode 100644 applications/luci-app-adblock/luasrc/view/adblock/logread.htm create mode 100644 applications/luci-app-adblock/luasrc/view/adblock/query.htm create mode 100644 applications/luci-app-adblock/luasrc/view/adblock/runtime.htm (limited to 'applications/luci-app-adblock/luasrc/view') diff --git a/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm b/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm new file mode 100644 index 0000000000..53493a18fb --- /dev/null +++ b/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm @@ -0,0 +1,10 @@ + diff --git a/applications/luci-app-adblock/luasrc/view/adblock/logread.htm b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm new file mode 100644 index 0000000000..4a5585fd2c --- /dev/null +++ b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm @@ -0,0 +1,15 @@ +<%# +Copyright 2016 Hannu Nyman +Copyright 2017 Dirk Brenken (dev@brenken.org) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+header%> + +
+
+
This form shows the syslog output, pre-filtered for adblock related messages only.
+ +
+
+<%+footer%> diff --git a/applications/luci-app-adblock/luasrc/view/adblock/query.htm b/applications/luci-app-adblock/luasrc/view/adblock/query.htm new file mode 100644 index 0000000000..841a16b492 --- /dev/null +++ b/applications/luci-app-adblock/luasrc/view/adblock/query.htm @@ -0,0 +1,66 @@ +<%# +Copyright 2016 Hannu Nyman +Copyright 2017 Dirk Brenken (dev@brenken.org) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+header%> + + + + +
+
+
+
This form allows you to query active block lists for certain domains, e.g. for whitelisting.
+
+ + +
+
+
+
+
+ +
+ +<%+footer%> diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm new file mode 100644 index 0000000000..bb55d233f2 --- /dev/null +++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm @@ -0,0 +1,11 @@ +<%# +Copyright 2016 Hannu Nyman +Copyright 2017 Dirk Brenken (dev@brenken.org) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+cbi/valueheader%> + + + +<%+cbi/valuefooter%> -- cgit v1.2.3