Вход Регистрация
Файл: templates/admin/users.tpl
Строк: 35
<? $this->layout('app', ['title' => 'Пользователи'])
?> <? $this->start('container') ?> <section
class="pt-120 pb-120 default-bg"> <div
class="container"> <div class="row
justify-content-center"> <div
class="col-xl-6 col-lg-8"> <div
class="section-title text-center"
data-animate="fadeInUp">
<h1>Пользователи</h1>
</div> </div> </div>
<div class="row"> <div
class="col"> <?php if(count($items) ==
0){?> <h3
class="text-center">Пусто</h3> <?php
} else { ?>
<div class="features-table-wrap"
data-animate="fadeInUp"> <div
class="table-responsive-lg">
<table class="features-table pt-sans text-center mb-0
table">
<tbody> <tr>
<th>Имя</th> <th>E-Mail</th>
<th> Баланс</th> <th>
Опрерации</th> </tr> <?php foreach
($items as $res): ?>
<tr>
<td><?=$res['nick'];?> <br>
ID: <?=$res['user_id'];?> </td>
<td><center><?=$res['email'];?></td>
<td><center><?=$res['money'];?> RUB</td>
<td> <center> <a
href="/admin/user/edit?id=<?=$res['user_id'];?>"
title="Редактировать"
rel="tooltip"><i class="fa fa-pencil-square"
aria-hidden="true"></i></a> <a
href="/admin/users?del=<?=$res['user_id'];?>"
title="Удалить" rel="tooltip"><i
class="fa fa-archive"
aria-hidden="true"></i></a>
</center></td> </tr>
<?php endforeach; ?>
</tbody> <!-- End Table body
--> </table>
</div> </div> <?php
} ?> </div>
</div> <br> </div>
</section> <div class="text-center"> <?php
echo $peger->display; ?> </div>
<? $this->stop() ?>
Онлайн: 2
Реклама