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