diff --git a/ui/ui/plan-edit.tpl b/ui/ui/plan-edit.tpl new file mode 100644 index 0000000..1d0ed4d --- /dev/null +++ b/ui/ui/plan-edit.tpl @@ -0,0 +1,69 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

Edit Plan

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

{Lang::T('Plugin')}

+
+
+ {foreach $plugins as $plugin} +
+
+
+
+ {$plugin['name']} +

{$plugin['description']}

+
+
+ +
+ @{$plugin['author']} Last update: {$plugin['last_update']} +
+
+
+ + +
+
+
+
+
+ {/foreach} +
+
+
+
+
+
+

{Lang::T('Payment Gateway')}

+
+
+ foreach $pgs as $pg} +
+
+
+
+ {$pg['name']} +

{$pg['description']}

+
+
+ +
+ @{$pg['author']} Last update: {$pg['last_update']} +
+
+
+ +
+
+
+
+
+ {/foreach} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/pool-add.tpl b/ui/ui/pool-add.tpl new file mode 100644 index 0000000..a29da3f --- /dev/null +++ b/ui/ui/pool-add.tpl @@ -0,0 +1,53 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

{Lang::T('Add Pool')}

+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ {if $_c['radius_enable']} +

For Radius, you need to add Pool Name in Mikrotik manually

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

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

+
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ {if $_c['radius_enable']} +

For Radius, you need to add Pool Name in Mikrotik manually

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

{Lang::T('IP Pool')}

+
+ sync +
+
+
+
+
+ +
+   +
+
+ + + + + + + + + + + + {foreach $d as $ds} + + + + + + + + {/foreach} + +
{Lang::T('Name Pool')}{Lang::T('Range IP')}{Lang::T('Routers')}{Lang::T('Manage')}ID
{$ds['pool_name']}{$ds['range_ip']}{$ds['routers']} + {Lang::T('Edit')} + + {$ds['id']}
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file