Файл: templates/user/lk.tpl
Строк: 124
<? $this->layout('app', ['title' => 'Личный
кабинет']) ?>
<? $this->start('container') ?>
<section class="pt-120 pb-90">
<div
class="container">
<div class="row
justify-content-center">
<div
class="col-xl-6 col-lg-8">
<!-- Start
Section Title -->
<div class="section-title
text-center" data-animate="fadeInUp">
<h1>Личный кабинет</h1>
</div>
<!-- End of Section Title -->
</div>
</div>
<div
class="row">
<div
class="col-lg-12">
<div class="post-content-block
contact-form parsley-validate" data-animate="fadeInUp">
<h4 class="font-weight-bold
mb-3">Здравствуйте,
<?=$user->get()->nick;?></h4>
<label>Ваш баланс:</label>
<?=$user->get()->money;?> RUB
<br>
<label>Оборот:</label> <?=paysum();?> RUB
</div>
</div>
</div>
<br>
<!--Start Service feature
-->
<div class="row">
<a
href="/history" class="col-lg-3 col-md-3 col-sm-4
col-6">
<!--Start Single Service feature
-->
<div class="single-server-feature
text-center mb-30" data-animate="fadeInUp">
<i class="fa fa-user"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">История авторизаций</h4>
</div>
<!--End of Single Service
feature -->
</a>
<a href="/bill" class="col-lg-3 col-md-3 col-sm-4
col-6">
<!--Start Single Service feature
-->
<div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
<i class="fa
fa-bar-chart" aria-hidden="true"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">История операций</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a href="/notification" class="col-lg-3 col-md-3
col-sm-4 col-6">
<!--Start Single Service
feature -->
<div
class="single-server-feature text-center mb-30"
data-animate="fadeInUp" data-delay=".4">
<i class="fa fa-envelope-o"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Уведомления</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a
href="/change_password" class="col-lg-3 col-md-3 col-sm-4
col-6">
<!--Start Single Service feature
-->
<div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
<i class="fa
fa-pencil-square" aria-hidden="true"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Сменить пароль</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a href="/setting"
class="col-lg-3 col-md-3 col-sm-4 col-6">
<!--Start Single Service feature -->
<div
class="single-server-feature text-center mb-30"
data-animate="fadeInUp" data-delay=".4">
<i class="fa fa-cog"
aria-hidden="true"></i>
<h4
class="pt-sans font-weight-bold text-uppercase mb-0">
Настройки</h4>
</div>
<!--End of Single Service feature -->
</a>
<a
href="/moneyback" class="col-lg-3 col-md-3 col-sm-4
col-6">
<!--Start Single Service feature
-->
<div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
<i class="fa
fa-credit-card" aria-hidden="true"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Вывод средств</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a
href="/shop" class="col-lg-3 col-md-3 col-sm-4
col-6">
<!--Start Single Service feature
-->
<div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
<i class="fa
fa-university" aria-hidden="true"></i>
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Мои кассы</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a href="/support" class="col-lg-3 col-md-3
col-sm-4 col-6">
<!--Start Single Service
feature -->
<div
class="single-server-feature text-center mb-30"
data-animate="fadeInUp" data-delay=".4">
<i class="fa fa-life-ring fa-5x"
aria-hidden="true"></i>
<h4
class="pt-sans font-weight-bold text-uppercase
mb-0">Поддержка</h4>
</div>
<!--End of Single Service feature
-->
</a>
<a href="/exit"
class="col-lg-3 col-md-3 col-sm-4 col-6">
<!--Start Single Service feature -->
<div
class="single-server-feature text-center mb-30"
data-animate="fadeInUp" data-delay=".4">
<i class="fa fa-sign-out"
aria-hidden="true"></i>
<h4
class="pt-sans font-weight-bold text-uppercase
mb-0">Выйти</h4>
</div>
<!--End of Single Service feature -->
</a>
<!--End of
Service feature -->
</div>
</section>
<?
$this->stop() ?>