芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/status.pulsehost.co.uk/themes/altum/views/admin/plans/index.php
= l('admin_plans.header') ?>
= l('admin_plans.create') ?>
= \Altum\Alerts::output_alerts() ?>
= l('admin_plans.table.name') ?>
= l('admin_plans.table.price') ?>
= l('admin_plans.table.users') ?>
= l('global.status') ?>
plan_guest)): ?>
= settings()->plan_guest->name ?>
-
-
plan_guest->status == 0): ?>
= l('global.disabled') ?>
plan_guest->status == 1): ?>
= l('global.active') ?>
= l('global.hidden') ?>
= include_view(THEME_PATH . 'views/admin/plans/admin_plan_dropdown_button.php', ['id' => 'guest']) ?>
= settings()->plan_free->name ?>
-
= nr($data->users_plans['free'] ?? 0) ?> • = nr(get_percentage_between_two_numbers($data->users_plans['free'] ?? 0, $data->total_users)) . '%' ?>
plan_free->status == 0): ?>
= l('global.disabled') ?>
plan_free->status == 1): ?>
= l('global.active') ?>
= l('global.hidden') ?>
= include_view(THEME_PATH . 'views/admin/plans/admin_plan_dropdown_button.php', ['id' => 'free']) ?>
= settings()->plan_custom->name ?>
-
= nr($data->users_plans['custom'] ?? 0) ?> • = nr(get_percentage_between_two_numbers($data->users_plans['custom'] ?? 0, $data->total_users)) . '%' ?>
plan_custom->status == 0): ?>
= l('global.disabled') ?>
plan_custom->status == 1): ?>
= l('global.active') ?>
= l('global.hidden') ?>
= include_view(THEME_PATH . 'views/admin/plans/admin_plan_dropdown_button.php', ['id' => 'custom']) ?>
plans as $row): ?> prices = json_decode($row->prices); $tooltips = [ 'monthly' => '', 'annual' => '', 'lifetime' => '', ]; foreach((array) settings()->payment->currencies as $currency => $currency_data) { $tooltips['monthly'] .= $row->prices->monthly->{$currency} . ' ' . $currency . '
'; $tooltips['annual'] .= $row->prices->annual->{$currency} . ' ' . $currency . '
'; $tooltips['lifetime'] .= $row->prices->lifetime->{$currency} . ' ' . $currency . '
'; } ?>
= $row->name ?>
status != 0): ?>
= l('admin_plans.table.monthly') ?>
= l('admin_plans.table.annual') ?>
= l('admin_plans.table.lifetime') ?>
= nr($data->users_plans[$row->plan_id] ?? 0) ?> • = nr(get_percentage_between_two_numbers($data->users_plans[$row->plan_id] ?? 0, $data->total_users)) . '%' ?>
status == 0): ?>
= l('global.disabled') ?>
status == 1): ?>
= l('global.active') ?>
= l('global.hidden') ?>
= include_view(THEME_PATH . 'views/admin/plans/admin_plan_dropdown_button.php', ['id' => $row->plan_id]) ?>