���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/themes/altum/views/account-plan/index.php
���ѧ٧ѧ�
<?php defined('ALTUMCODE') || die() ?> <header class="header pb-0"> <div class="container"> <?= $this->views['account_header'] ?> </div> </header> <section class="container pt-5"> <?= \Altum\Alerts::output_alerts() ?> <div class="d-flex flex-column flex-md-row justify-content-between mb-5"> <div> <h2 class="h4"><?= language()->account_plan->header ?></h2> </div> <?php if(settings()->payment->is_enabled): ?> <div class="col-auto p-0"> <?php if($this->user->plan_id == 'free'): ?> <a href="<?= url('plan/upgrade') ?>" class="btn btn-primary rounded-pill"><i class="fa fa-fw fa-arrow-up"></i> <?= language()->account->plan->upgrade_plan ?></a> <?php elseif($this->user->plan_id == 'trial'): ?> <a href="<?= url('plan/renew') ?>" class="btn btn-primary rounded-pill"><i class="fa fa-fw fa-sync-alt"></i> <?= language()->account->plan->renew_plan ?></a> <?php else: ?> <a href="<?= url('plan/renew') ?>" class="btn btn-primary rounded-pill"><i class="fa fa-fw fa-sync-alt"></i> <?= language()->account->plan->renew_plan ?></a> <?php endif ?> </div> <?php endif ?> </div> <div class="row"> <div class="col-12 col-md-4"> <h2 class="h4"><?= $this->user->plan->name ?></h2> <?php if($this->user->plan_id != 'free' && (new \DateTime($this->user->plan_expiration_date)) < (new \DateTime())->modify('+5 years')): ?> <p class="text-muted"> <?= sprintf( $this->user->payment_subscription_id ? language()->account_plan->plan->renews : language()->account_plan->plan->expires, '<strong>' . \Altum\Date::get($this->user->plan_expiration_date, 2) . '</strong>' ) ?> </p> <?php endif ?> </div> <div class="col"> <?= (new \Altum\Views\View('partials/plan_features'))->run(['plan_settings' => $this->user->plan_settings]) ?> </div> </div> <?php if($this->user->plan_id != 'free' && $this->user->payment_subscription_id): ?> <div class="mt-8 d-flex justify-content-between"> <div> <h2 class="h4"><?= language()->account_plan->cancel->header ?></h2> <p class="text-muted"><?= language()->account_plan->cancel->subheader ?></p> </div> <div class="col-auto"> <a href="<?= url('account/cancelsubscription' . \Altum\Middlewares\Csrf::get_url_query()) ?>" class="btn btn-secondary" data-confirm="<?= language()->account_plan->cancel->confirm_message ?>"><?= language()->account_plan->cancel->cancel ?></a> </div> </div> <?php endif ?> <?php if(settings()->payment->is_enabled && settings()->payment->codes_is_enabled): ?> <div class="row mt-8"> <div class="col-12 col-md-4"> <h2 class="h4"><?= language()->account_plan->code->header ?></h2> <p class="text-muted"><?= language()->account_plan->code->subheader ?></p> </div> <div class="col"> <form id="code" action="<?= url('account-plan/redeem_code') ?>" method="post" role="form"> <input type="hidden" name="token" value="<?= \Altum\Middlewares\Csrf::get() ?>" /> <div class="form-group"> <label><i class="fa fa-fw fa-sm fa-tags text-muted mr-1"></i> <?= language()->account_plan->code->input ?></label> <input type="text" name="code" class="form-control" /> <div class="mt-2"><span id="code_help" class="text-muted"></span></div> </div> <button id="code_submit" type="submit" name="submit" class="btn btn-primary d-none"><?= language()->account_plan->code->submit ?></button> </form> </div> </div> <?php ob_start() ?> <script> /* Disable form submission for code form on empty submissions */ document.querySelector('#code').addEventListener('submit', event => { let code = document.querySelector('input[name="code"]').value; if(code.trim() == '') { event.preventDefault(); } }) /* Function to check the discount code */ let check_code = () => { let code = document.querySelector('input[name="code"]').value; let is_valid = false; if(code.trim() == '') { document.querySelector('input[name="code"]').classList.remove('is-invalid'); document.querySelector('input[name="code"]').classList.remove('is-valid'); document.querySelector('#code_submit').classList.add('d-none'); return; } fetch(`${url}account-plan/code`, { method: 'POST', body: JSON.stringify({ code, global_token }), headers: { 'Content-Type': 'application/json; charset=UTF-8' } }) .then(response => { return response.ok ? response.json() : Promise.reject(response); }) .then(data => { if(data.status == 'success') { is_valid = true; } document.querySelector('#code_help').innerHTML = data.message; if(is_valid) { document.querySelector('input[name="code"]').classList.add('is-valid'); document.querySelector('input[name="code"]').classList.remove('is-invalid'); document.querySelector('#code_submit').classList.remove('d-none'); } else { document.querySelector('input[name="code"]').classList.add('is-invalid'); document.querySelector('input[name="code"]').classList.remove('is-valid'); document.querySelector('#code_submit').classList.add('d-none'); } }) .catch(error => { /* :) */ }); }; /* Writing hanlder on the input */ let timer = null; let timer_function = () => { clearTimeout(timer); timer = setTimeout(() => { check_code(); }, 500); } document.querySelector('input[name="code"]').addEventListener('change', timer_function); document.querySelector('input[name="code"]').addEventListener('paste', timer_function); document.querySelector('input[name="code"]').addEventListener('keyup', timer_function); /* Autofill code field on header query */ let current_url = new URL(window.location.href); if(current_url.searchParams.get('code')) { document.querySelector('input[name="code"]').value = current_url.searchParams.get('code'); check_code(); } </script> <?php \Altum\Event::add_content(ob_get_clean(), 'javascript') ?> <?php endif ?> </section>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.2 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�