diff --git a/ui/ui/register-rotp.tpl b/ui/ui/register-rotp.tpl new file mode 100644 index 0000000..ec3314d --- /dev/null +++ b/ui/ui/register-rotp.tpl @@ -0,0 +1,145 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + + + + +
+ +
+

{$_c['CompanyName']}

+
+
+ {if isset($notify)} + + {/if} +
+
+
+
+
+
{Lang::T('Registration Info')}
+
+ {include file="$_path/../pages/Registration_Info.html"} +
+
+
+
+
+
+
1. {Lang::T('Register as Member')}
+
+
+ +
+ {if $_c['country_code_phone']!= ''} + + {else} + + {/if} + +
+
+
+ +
+ +
+
+
+
+ Privacy + • + T & C +
+
+
+
+
+
+
+ + + + {if $_c['tawkto'] != ''} + + + + {/if} + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/reports-activation.tpl b/ui/ui/reports-activation.tpl new file mode 100644 index 0000000..3967630 --- /dev/null +++ b/ui/ui/reports-activation.tpl @@ -0,0 +1,69 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

Activity Log

+
+
+
+
+ +
+
+
  +
+
+
+ + + + + + + + + + + + + + + {foreach $activation as $ds} + + + + + + + + + + + {/foreach} + +
{Lang::T('Invoice')}{Lang::T('Username')}{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['username']}{$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']}
+
+ {include file="pagination.tpl"} +
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/reports-daily.tpl b/ui/ui/reports-daily.tpl new file mode 100644 index 0000000..2205477 --- /dev/null +++ b/ui/ui/reports-daily.tpl @@ -0,0 +1,68 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
+ +
+
+
+
+

{Lang::T('All Transactions at Date')}:

+

{date($_c['date_format'], strtotime($mdate))} {$mtime}

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

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

+

{Lang::moneyFormat($dr)}

+
+

{Lang::T('All Transactions at Date')}: + {date($_c['date_format'], strtotime($mdate))} {$mtime}

+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/reports-period-view.tpl b/ui/ui/reports-period-view.tpl new file mode 100644 index 0000000..6dce046 --- /dev/null +++ b/ui/ui/reports-period-view.tpl @@ -0,0 +1,78 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
+ +
+
+
+
+

{Lang::T('All Transactions at Date')}:

+

{$stype} [{date( $_c['date_format'], strtotime($fdate))} - + {date( $_c['date_format'], strtotime($tdate))}]

+
+
+
+ + + + +
+
+ + + + +
+
+
+
+ + + + + + + + + + + + + + + {foreach $d as $ds} + + + + + + + + + + + {/foreach} + +
{Lang::T('Username')}{Lang::T('Type')}{Lang::T('Plan Name')}{Lang::T('Plan Price')}{Lang::T('Created On')}{Lang::T('Expires On')}{Lang::T('Method')}{Lang::T('Routers')}
{$ds['username']}{$ds['type']}{$ds['plan_name']}{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)}

+
+

{$stype} [{date( $_c['date_format'], strtotime($fdate))} - + {date( $_c['date_format'], strtotime($tdate))}]

+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/reports-period.tpl b/ui/ui/reports-period.tpl new file mode 100644 index 0000000..5b83b84 --- /dev/null +++ b/ui/ui/reports-period.tpl @@ -0,0 +1,44 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

{Lang::T('Period Reports')}

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file