+
+
+
+
+ Log UI
+
+
+{include file="sections/header.tpl"}
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"}
diff --git a/system/plugin/ui/index.html b/system/plugin/ui/index.html
new file mode 100644
index 0000000..06d7405
Binary files /dev/null and b/system/plugin/ui/index.html differ
diff --git a/system/plugin/ui/log.tpl b/system/plugin/ui/log.tpl
new file mode 100644
index 0000000..e3a618c
--- /dev/null
+++ b/system/plugin/ui/log.tpl
@@ -0,0 +1,154 @@
+
+
+
+
+
+ USAGE: ++
Make sure you change this custom Settings and personalize them. +
Then download the login.html by clicking on download login page. +
Then upload the downloaded login.html file to your Mikrotik router. +
Make sure you add your website URL in Mikrotik hotspot wall garden. login.html + +
+
+
+
+
+
+
+ {assign var=total_logs value=$logs|@count}
+ {assign var=last_page value=ceil($total_logs / $per_page)}
+
+
+
+
+
+
+ {include file="sections/footer.tpl"}
+
+
diff --git a/system/plugin/ui/port_tester.tpl b/system/plugin/ui/port_tester.tpl
new file mode 100644
index 0000000..f12b83a
--- /dev/null
+++ b/system/plugin/ui/port_tester.tpl
@@ -0,0 +1,34 @@
+{include file="sections/header.tpl"}
+
+
+
+{include file="sections/footer.tpl"}
+
+
+
+
+
+
+
+
+ Time | +Topic | +Message | +
---|---|---|
{$log.time} | +{$log.topics} | ++ {if $log.message|lower|strpos:'failed' !== false} + {$log.message} + {elseif $log.message|lower|strpos:'trying' !== false} + {$log.message} + {elseif $log.message|lower|strpos:'logged in' !== false} + {$log.message} + {elseif $log.message|lower|strpos:'login failed' !== false} + {$log.message} + {else} + {$log.message} + {/if} + | +