diff --git a/ui/ui/autoload-server.tpl b/ui/ui/autoload-server.tpl new file mode 100644 index 0000000..ce87d7c --- /dev/null +++ b/ui/ui/autoload-server.tpl @@ -0,0 +1,7 @@ + +{if $_c['radius_enable']} + +{/if} +{foreach $d as $ds} + +{/foreach} \ No newline at end of file diff --git a/ui/ui/balance-add.tpl b/ui/ui/balance-add.tpl new file mode 100644 index 0000000..676ffaa --- /dev/null +++ b/ui/ui/balance-add.tpl @@ -0,0 +1,51 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Add Service Plan')}
+
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+
+ {$_c['currency_code']} + +
+
+
+ +
+
+ + {Lang::T('Cancel')} +
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/balance-edit.tpl b/ui/ui/balance-edit.tpl new file mode 100644 index 0000000..af8a1c0 --- /dev/null +++ b/ui/ui/balance-edit.tpl @@ -0,0 +1,51 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Edit Service Plan')}
+
+
+
+ +
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+
+ {$_c['currency_code']} + +
+
+
+ +
+
+ + Or {Lang::T('Cancel')} +
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/balance.tpl b/ui/ui/balance.tpl new file mode 100644 index 0000000..e0127fc --- /dev/null +++ b/ui/ui/balance.tpl @@ -0,0 +1,55 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Balance Plans')}
+
+
+
+
+ +
+   +
+
+ + + + + + + + + + {foreach $d as $ds} + + + + + + {/foreach} + +
{Lang::T('Plan Name')}{Lang::T('Plan Price')}{Lang::T('Manage')}
{$ds['name_plan']}{Lang::moneyFormat($ds['price'])} + {Lang::T('Edit')} + +
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/bandwidth.tpl b/ui/ui/bandwidth.tpl new file mode 100644 index 0000000..18c18f1 --- /dev/null +++ b/ui/ui/bandwidth.tpl @@ -0,0 +1,58 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
{Lang::T('Bandwidth Plans')}
+
+
+
+ +
+   +
+
+ + + + + + + + + + + {foreach $d as $ds} + + + + + + + {/foreach} + +
{Lang::T('Bandwidth Name')}{Lang::T('Rate')}{Lang::T('Burst')}{Lang::T('Manage')}
{$ds['name_bw']}{$ds['rate_down']} {$ds['rate_down_unit']} / {$ds['rate_up']} {$ds['rate_up_unit']}{$ds['burst']} + {Lang::T('Edit')} + +
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file