diff --git a/ui/ui/user-activation-list.tpl b/ui/ui/user-activation-list.tpl new file mode 100644 index 0000000..c815053 --- /dev/null +++ b/ui/ui/user-activation-list.tpl @@ -0,0 +1,44 @@ +{include file="sections/user-header.tpl"} + + +
{Lang::T('Invoice')} | +{Lang::T('Plan Name')} | +{Lang::T('Plan Price')} | +{Lang::T('Type')} | +{Lang::T('Created On')} | +{Lang::T('Expires On')} | +{Lang::T('Method')} | +
---|---|---|---|---|---|---|
{$ds['invoice']} | +{$ds['plan_name']} | +{Lang::moneyFormat($ds['price'])} | +{$ds['type']} | +{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} | +{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} | +{$ds['method']} | +
{Lang::T('expired')} | +{Lang::dateTimeFormat($unpaid['expired_date'])} | +
{Lang::T('Plan Name')} | +{$unpaid['plan_name']} | +
{Lang::T('Plan Price')} | +{$unpaid['price']} | +
{Lang::T('Routers')} | +{$unpaid['routers']} | +
{Lang::T('Plan Name')} | ++ {$_bill['namebp']} + {if $_bill['status'] != 'on'} + {Lang::T('expired')} + {/if} + | +
{Lang::T('Created On')} | ++ {if $_bill['time'] ne ''}{Lang::dateAndTimeFormat($_bill['recharged_on'],$_bill['recharged_time'])} + {/if} | +
{Lang::T('Expires On')} | ++ {if $_bill['time'] ne ''}{Lang::dateAndTimeFormat($_bill['expiration'],$_bill['time'])}{/if} + | +
{Lang::T('Type')} | ++ {if $_bill['prepaid'] eq yes}Prepaid{else}Postpaid{/if} + {Lang::T($_bill['plan_type'])} + | +
{Lang::T('Current IP')} | +{$nux_ip} | +
{Lang::T('Current MAC')} | +{$nux_mac} | +
{Lang::T('Login Status')} | +
+ ![]() |
+
+ {if $_bill['status'] == 'on'} + + {/if} + | ++ {if $_bill['status'] != 'on' && $_bill['prepaid'] != 'yes' && $_c['extend_expired']} + {Lang::T('Extend')} + {/if} + {Lang::T('Recharge')} + | +