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 @@ + + +
+{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')} | + {foreach $d as $ds} +
---|---|---|---|---|---|---|---|
{$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']} | +
{$vs} | + {if $n == $vpl} +
Name | +IP | +Type | +Port | +Server | +Community | +Routers | +{Lang::T('Manage')} | +ID | +
---|---|---|---|---|---|---|---|---|
{$ds['shortname']} | +{$ds['nasname']} | +{$ds['type']} | +{$ds['ports']} | +{$ds['server']} | +{$ds['community']} | +{$ds['routers']} | ++ {Lang::T('Edit')} + + | +{$ds['id']} | +