diff --git a/ui/ui/user-login-noreg.tpl b/ui/ui/user-login-noreg.tpl new file mode 100644 index 0000000..ee42443 --- /dev/null +++ b/ui/ui/user-login-noreg.tpl @@ -0,0 +1,86 @@ + + + +
+ + +You can top up your account balance by choosing a plan below. The balance will ensure continuous internet connection as long as your balance is sufficient.
+{Lang::T('Plan Name')} |
+ {Lang::T('Gateway')} |
+ {Lang::T('Routers')} |
+ <{Lang::T('Type')} |
+ {Lang::T('Plan Price')} |
+ {Lang::T('Created On')} |
+ {Lang::T('Expires On')} |
+ {Lang::T('Date Done')} |
+ {Lang::T('Method')} |
+
---|---|---|---|---|---|---|---|---|
{$ds['plan_name']} | +{$ds['gateway']} | +{$ds['routers']} | +{$ds['payment_channel']} | +{Lang::moneyFormat($ds['price'])} | +{date("{$_c['date_format']} H:i", + strtotime($ds['created_date']))} | +{date("{$_c['date_format']} H:i", + strtotime($ds['expired_date']))} | +{if $ds['status']!=1}{date("{$_c['date_format']} H:i", + strtotime($ds['paid_date']))}{/if} | +{if $ds['status']==1}{Lang::T('UNPAID')} + {elseif $ds['status']==2}{Lang::T('PAID')} + {elseif $ds['status']==3}{$_L['FAILED']} + {elseif $ds['status']==4}{Lang::T('CANCELED')} + {elseif $ds['status']==5}{Lang::T('UNKNOWN')} + {/if} | +
{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']} | +
You can buy a package or chose a different package if you wish to upgrade to another package.
+{Lang::T('Type')} | +{$trx['plan_name']} | +|
{Lang::T('Paid Date')} | +{date($_c['date_format'], strtotime($trx['paid_date']))} + {date('H:i', strtotime($trx['paid_date']))} | +|
{Lang::T('From')} | + {else} +{Lang::T('To')} | + {/if} +{$trx['gateway']} | +
{Lang::T('Total')} | +{Lang::moneyFormat($trx['price'])} | +|
{Lang::T('Notes')} | ++ {nl2br($invoice['note'])} + | +
{Lang::T('Status')} | +{if $trx['status']==1}{Lang::T('UNPAID')}{elseif $trx['status']==2}{Lang::T('PAID')}{elseif $trx['status']==3}{Lang::T('FAILED')}{elseif $trx['status']==4}{Lang::T('CANCELED')}{else}{Lang::T('UNKNOWN')}{/if} + | +
{Lang::T('expired')} | +{date($_c['date_format'], strtotime($trx['expired_date']))} + {date('H:i', strtotime($trx['expired_date']))} | +
{Lang::T('Paid Date')} | +{date($_c['date_format'], strtotime($trx['paid_date']))} + {date('H:i', strtotime($trx['paid_date']))} | +
{Lang::T('Plan Name')} | +{$plan['name_plan']} | +
{$k} | +{Lang::moneyFormat($v)} | +
{Lang::T('Additional Cost')} | +{Lang::moneyFormat($add_cost)} | +
{Lang::T('Plan Price')}{if $add_cost>0} + + {Lang::T('Additional Cost')}{/if} | ++ {Lang::moneyFormat($trx['price'])} | +
{Lang::T('Type')} | +{$plan['type']} | +
{Lang::T('Plan_Type')} | +{Lang::T($plan['typebp'])} | +
{Lang::T('Time_Limit')} | +{$ds['time_limit']} {$ds['time_unit']} | +
{Lang::T('Data_Limit')} | +{$ds['data_limit']} {$ds['data_unit']} | +
{Lang::T('Plan Validity')} | +{$plan['validity']} {$plan['validity_unit']} | +
{Lang::T('Bandwidth Plans')} | +{$bandw['name_bw']} {$bandw['rate_down']}{$bandw['rate_down_unit']}/{$bandw['rate_up']}{$bandw['rate_up_unit']} + |
+