diff --git a/ui/ui/dbstatus.tpl b/ui/ui/dbstatus.tpl new file mode 100644 index 0000000..009ad6b --- /dev/null +++ b/ui/ui/dbstatus.tpl @@ -0,0 +1,61 @@ +{include file="sections/header.tpl"} +
{Lang::T('Plan Name')} | +{Lang::T('Plan Type')} | +{Lang::T('Bandwidth Plans')} | +{Lang::T('Plan Category')} | +{Lang::T('Plan Price')} | +{Lang::T('Time Limit')} | +{Lang::T('Data Limit')} | +{Lang::T('Plan Validity')} | +{Lang::T('Routers')} | +{Lang::T('Expired IP Pool')} | +{Lang::T('ID')} | +{Lang::T('Manage')} | +
---|---|---|---|---|---|---|---|---|---|---|---|
{$ds['name_plan']} | +{$ds['plan_type']} | +{$ds['name_bw']} | +{$ds['typebp']} | +{Lang::moneyFormat($ds['price'])} | +{$ds['time_limit']} {$ds['time_unit']} | +{$ds['data_limit']} {$ds['data_unit']} | +{$ds['validity']} {$ds['validity_unit']} | ++ {if $ds['is_radius']} + RADIUS + {else} + {if $ds['routers']!=''} + {$ds['routers']} + {/if} + {/if} + | +{$ds['pool_expired']}{if $ds['list_expired']}{if $ds['pool_expired']} | + {/if}{$ds['list_expired']}{/if} | +{$ds['id']} | ++ {Lang::T('Edit')} + + | +
{Lang::T('Username')} | +{Lang::T('Address')} | +{Lang::T('Uptime')} | +{Lang::T('Server')} | +{Lang::T('MAC Address')} | +{Lang::T('Session Time')} | +{Lang::T('Upload')} | +{Lang::T('Download')} | +{Lang::T('Total')} | +{Lang::T('Action')} | +
---|