Вход Регистрация
Файл: Luxe-Shop v6.0/application/views/admin/templatesadm/premium/page/index.php
Строк: 48
<head>
       <nav class="top-nav" style="
    margin-top: -22px;
">
        <div class="container">
          <div class="nav-wrapper"><a class="page-title">Страницы (<? echo count($pages); ?>)</a></div>
        </div>
      </nav>
      </head>
<div class="container">
  <div class="row">

    <div class="col s12 m9 l10">
<div class="clearfix"></div>
<table class="striped centered">
    <thead>
        <th>id</th>
        <th>Заголовок</th>
        <th>Изменить</th>
        <th>Удалить</th>
    </thead>
    <tbody>
        <a href="<? echo site_url('/admin/page/edit'); ?>" class="pull-right btn btn-small btn-primary" style="margin-top: 23px;"> Добавить страницу</a>    

<? if(count($pages)): foreach($pages as $page): ?>
        <tr>
            <td><center><a style="color: #000;text-decoration: none;" href="/admin/page/edit/<? echo $page->id?>"><span class="label label-default"><? echo $page->id?></span></a></center></td>
            <td><center><a style="color: #000;text-decoration: none;" href="/admin/page/edit/<? echo $page->id?>"><span class="label label-primary"><? echo $page->title?></span></a></center></td>
            <td><center>
            <a href="/admin/page/edit/<? echo $page->id?>" class="  light-blue lighten-2 waves-effect waves-light btn"><i class=" icon fa-edit"></i></a></center></td>
            
            <td><center><? echo btn_delete('admin/page/delete/'.$page->id'class="mdi-action-delete"'); ?></center></td>
        
        </tr>
<? endforeach; ?>
<? 
else: ?>
    <tr>
        <td colspan="3">Записи отсутствуют</td>
    </tr>
<? endif; ?>
    </tbody>
</table> </div> </div> </div>
Онлайн: 0
Реклама