diff --git a/ui/ui/print-by-period.tpl b/ui/ui/print-by-period.tpl new file mode 100644 index 0000000..eb2c7da --- /dev/null +++ b/ui/ui/print-by-period.tpl @@ -0,0 +1,74 @@ + + + + {$_title} + + + + + + + + + +
+
+
+

{Lang::T('All Transactions at Date')}: {date( $_c['date_format'], strtotime($fdate))} - {date( $_c['date_format'], strtotime($tdate))}

+
+ + + + + + + + + + {foreach $d as $ds} + + + + + + + + + + + {/foreach} +
{Lang::T('Username')}{Lang::T('Plan Name')}{Lang::T('Type')}{Lang::T('Plan Price')}{Lang::T('Created On')}{Lang::T('Expires On')}{Lang::T('Method')}{Lang::T('Routers')}
{$ds['username']}{$ds['plan_name']}{$ds['type']}{Lang::moneyFormat($ds['price'])}{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])}{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])}{$ds['method']}{$ds['routers']}
+
+
+

{Lang::T('Total Income')}:

+

{Lang::moneyFormat($dr)}

+
+
+ +
+
+ + +{if isset($xfooter)} + {$xfooter} +{/if} + + + + \ No newline at end of file diff --git a/ui/ui/print-voucher.tpl b/ui/ui/print-voucher.tpl new file mode 100644 index 0000000..03a3adb --- /dev/null +++ b/ui/ui/print-voucher.tpl @@ -0,0 +1,136 @@ + + + + + {$_title} + + + + + + + +
+ + + + + + + + +
From ID > limit + Voucher PerLine + vouchersPageBreak after + vouchersPlans
+
+

+ {Lang::T('Print side by side, it will easy to cut')}
+ show {$v|@count} vouchers from {$vc} vouchers
+ from ID {$v[0]['id']} limit {$limit} vouchers +
+
+
+
+ {$n = 1} + {foreach $voucher as $vs} + {$jml = $jml + 1} + {if $n == 1} + + + {/if} + + {if $n == $vpl} +
{$vs}
+ {$n = 1} + {else} + {$n = $n + 1} + {/if} + + + {if $jml == $pagebreak} + {$jml = 0} + +
+
-- pageBreak -- +
+
+
+ {/if} + {/foreach} +
+
+ + {if isset($xfooter)} + {$xfooter} + {/if} + + + + + \ No newline at end of file diff --git a/ui/ui/radius-nas-add.tpl b/ui/ui/radius-nas-add.tpl new file mode 100644 index 0000000..0489ba2 --- /dev/null +++ b/ui/ui/radius-nas-add.tpl @@ -0,0 +1,88 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

Radius - Add NAS

+
+ +
+
+ +
+ +

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

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

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

+
+
+
+ +
+ +
+

Assign NAS to Router

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

Radius - Edit NAS

+
+
+ +
+
+ +
+ +

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

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

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

+
+
+
+ +
+ +
+

Assign NAS to Router

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

Radius

+
+
+
+
+ +
+   +
+
+ + + + + + + + + + + + + + + + {foreach $nas as $ds} + + + + + + + + + + + + {/foreach} + +
NameIPTypePortServerCommunityRouters{Lang::T('Manage')}ID
{$ds['shortname']}{$ds['nasname']}{$ds['type']}{$ds['ports']}{$ds['server']}{$ds['community']}{$ds['routers']} + {Lang::T('Edit')} + + {$ds['id']}
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file