From 04693a88e5286ff7f3ee38c21e6561c74ae2198a Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 12:10:37 +0200 Subject: [PATCH] Upload files to "ui/ui" Signed-off-by: nestict --- ui/ui/bandwidth-add.tpl | 84 +++++++++++++++++++++++++++++++++ ui/ui/bandwidth-edit.tpl | 97 +++++++++++++++++++++++++++++++++++++++ ui/ui/change-password.tpl | 42 +++++++++++++++++ ui/ui/community.tpl | 42 +++++++++++++++++ ui/ui/customers.tpl | 97 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 362 insertions(+) create mode 100644 ui/ui/bandwidth-add.tpl create mode 100644 ui/ui/bandwidth-edit.tpl create mode 100644 ui/ui/change-password.tpl create mode 100644 ui/ui/community.tpl create mode 100644 ui/ui/customers.tpl diff --git a/ui/ui/bandwidth-add.tpl b/ui/ui/bandwidth-add.tpl new file mode 100644 index 0000000..ff3d11d --- /dev/null +++ b/ui/ui/bandwidth-add.tpl @@ -0,0 +1,84 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Add New Bandwidth')}
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + Or {Lang::T('Cancel')} +
+
+
+ +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/bandwidth-edit.tpl b/ui/ui/bandwidth-edit.tpl new file mode 100644 index 0000000..0940638 --- /dev/null +++ b/ui/ui/bandwidth-edit.tpl @@ -0,0 +1,97 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Edit Bandwidth')}
+
+
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ {Lang::T('Editing Bandwidth will not automatically update the plan, you need to edit the plan then save again')} +
+
+
+
+ + Or {Lang::T('Cancel')} +
+
+
+ +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/change-password.tpl b/ui/ui/change-password.tpl new file mode 100644 index 0000000..62ca505 --- /dev/null +++ b/ui/ui/change-password.tpl @@ -0,0 +1,42 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Change Password')}
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ + Or {Lang::T('Cancel')} +
+
+
+ +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/community.tpl b/ui/ui/community.tpl new file mode 100644 index 0000000..8201d52 --- /dev/null +++ b/ui/ui/community.tpl @@ -0,0 +1,42 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

MikroPulse

+
+
+ MikroPulse is a Billing System for Hotspot and PPPOE in Mikrotik using PHP and Mikrotik API to comunicate with router. +
+
Current Version:
+
Latest Version:
+
+ +
+ If you Download manual the update file, sometime update change database, after uploading, click this button to update database structure. + Update Database +
+
+
+
+ +
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl new file mode 100644 index 0000000..29e1242 --- /dev/null +++ b/ui/ui/customers.tpl @@ -0,0 +1,97 @@ +{include file="sections/header.tpl"} +
+ +
+
+
+
+ {if in_array($_admin['user_type'],['SuperAdmin','Admin'])} +
+ CSV +
+ {/if} + {Lang::T('Manage Contact')} +
+
+ +
+ + + + + + + + + + + + + + + + {foreach $d as $ds} + + + + + + + + + + + + {/foreach} + +
{Lang::T('Full Name')}{Lang::T('Username')}{Lang::T('Account')}{Lang::T('Acc Type')}{Lang::T('Area')}{Lang::T('Package')}{Lang::T('Service')}{Lang::T('Manage')}
{$ds['fullname']}{$ds['username']}{$ds['account']}{$ds['account_type']}{$ds['address']} + + {$ds['service_type']} +   {Lang::T('View')}   +   {Lang::T('Edit')}   + {Lang::T('Recharge')} +
+
+
+
+
+
+ + + +
+{include file="sections/footer.tpl"} \ No newline at end of file