From aa8c6c0b3429673ebcb8e5d9c8ef33a31098e455 Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 12:22:33 +0200 Subject: [PATCH] Upload files to "ui/ui" Signed-off-by: nestict --- ui/ui/router-error.tpl | 66 ++++++++++++ ui/ui/routers-add.tpl | 70 +++++++++++++ ui/ui/routers-edit.tpl | 70 +++++++++++++ ui/ui/routers.tpl | 210 ++++++++++++++++++++++++++++++++++++++ ui/ui/user-activation.tpl | 42 ++++++++ 5 files changed, 458 insertions(+) create mode 100644 ui/ui/router-error.tpl create mode 100644 ui/ui/routers-add.tpl create mode 100644 ui/ui/routers-edit.tpl create mode 100644 ui/ui/routers.tpl create mode 100644 ui/ui/user-activation.tpl diff --git a/ui/ui/router-error.tpl b/ui/ui/router-error.tpl new file mode 100644 index 0000000..847d15d --- /dev/null +++ b/ui/ui/router-error.tpl @@ -0,0 +1,66 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + + +
+
+
+
+
+

+ {$error_title} +

+
+
+
{$error_message}
+
+
Mikrotik troubleshooting:
+
    +
  1. 1. Make sure you use API Port, Default 8728
  2. +
  3. 2. Make sure Username and Password are correct
  4. +
  5. 3. Make sure your hosting is not blocking port to external
  6. +
  7. 4. Make sure your is Mikrotik accessible from MikroPulse
  8. +
+ Note: If you just update MikroPulse from upload files, try + contact admin +
+ +
+
+
+
+ + + \ No newline at end of file diff --git a/ui/ui/routers-add.tpl b/ui/ui/routers-add.tpl new file mode 100644 index 0000000..15aa9a1 --- /dev/null +++ b/ui/ui/routers-add.tpl @@ -0,0 +1,70 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Add Router')}
+
+
+
+ +
+ + +
+
+
+ +
+ +

{Lang::T('Name of Area that router operated')}

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +

{Lang::T('Explain Coverage of router')}

+
+
+
+
+
+ + Or {Lang::T('Cancel')} +
+
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/routers-edit.tpl b/ui/ui/routers-edit.tpl new file mode 100644 index 0000000..a3b6dde --- /dev/null +++ b/ui/ui/routers-edit.tpl @@ -0,0 +1,70 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

{Lang::T('Edit Router')}

+
+
+
+ +
+ +
+ + +
+
+
+ +
+ +

{Lang::T('Name of Area that router operated')}

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +

{Lang::T('Explain Coverage of router')}

+
+
+
+
+
+ + Or {Lang::T('Cancel')} +
+
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/routers.tpl b/ui/ui/routers.tpl new file mode 100644 index 0000000..00baec8 --- /dev/null +++ b/ui/ui/routers.tpl @@ -0,0 +1,210 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

{Lang::T('Routers')}

+
+
+
+
+
+ +
+   +
+
+
+ + + + + + + + + + + + + + + + {foreach $d as $ds} + + + + + + + + + + + + {/foreach} + +
{Lang::T('Router Name')}{Lang::T('IP Address')}{Lang::T('Status')}{Lang::T('Uptime')}{Lang::T('Free Memory')}{Lang::T('CPU Load')}{Lang::T('Manage')}ID{Lang::T('Download')}
{$ds['name']}{$ds['ip_address']} + {Lang::T('Edit')} + + + {$ds['id']} +
+ + + +
+
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} + + + + \ No newline at end of file diff --git a/ui/ui/user-activation.tpl b/ui/ui/user-activation.tpl new file mode 100644 index 0000000..e5edef9 --- /dev/null +++ b/ui/ui/user-activation.tpl @@ -0,0 +1,42 @@ +{include file="sections/user-header.tpl"} +
+
+
+
+
+ + + + + +
+

For cash payment Make sure You Get A Voucher code

+ {include file="$_path/../pages/Order_Voucher.html"} +
+
+
+
+
+
+
+
+
+

{Lang::T('Voucher Activation')}

+
+
+
+
+ +
+ +
+
+ Or {Lang::T('Cancel')} +
+
+
+
+
+
+{include file="sections/user-footer.tpl"} \ No newline at end of file