| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/kontur_new/app/storage/haml/ |
Upload File : |
<?php
use Evsmash\Core\Database\Query;
use Evsmash\Core\Dec\Assets;
use Evsmash\Core\Dec\Bar;
use Evsmash\Core\Dec\Bbcode;
use Evsmash\Core\Dec\Dec;
use Evsmash\Core\Dec\Form;
use Evsmash\Core\Dec\Html;
use Evsmash\Core\Dec\Js;
use Evsmash\Core\Dec\Shortcodes;
use Evsmash\Core\Dec\Thumb;
use Evsmash\Core\Files\File;
use Evsmash\Core\Helpers\Arr;
use Evsmash\Core\Helpers\Date;
use Evsmash\Core\Helpers\H;
use Evsmash\Core\Helpers\Num;
use Evsmash\Core\Helpers\Sanitize;
use Evsmash\Core\Helpers\Str;
use Evsmash\Core\Helpers\Time;
use Evsmash\Core\Helpers\View;
use Evsmash\Core\Helpers\Http\Notify;
use Evsmash\Core\Input\Flash;
use Evsmash\Core\Input\Route;
use Evsmash\Core\Input\Server;
use Evsmash\Core\Input\Session;
use Evsmash\Core\Simpy\Button;
use Evsmash\Core\Simpy\Element;
use Evsmash\Core\Simpy\Params;
use Evsmash\Core\Services\Currency;
use Evsmash\Core\System\Auth;
use Evsmash\Core\System\Lang;
use Evsmash\Core\System\Trans;
function __Haml_85e3d6a851150a3f2a94a6e5ffea8daceb8570031ea575a229c23f7a65bbd8b9($__variables) { extract($__variables)
;?>
<?php if($elements->count()): { ?>
<table class="table">
<thead>
<tr>
<th><?php echo Bar::sorter('Name'); ?></th>
<th><?php echo t('Group').' '.Dec::ie(); ?></th>
<th><?php echo htmlspecialchars(t('Published'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Password'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Actions'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo Bar::sorter('Views'); ?></th>
</tr>
</thead>
<tbody>
<?php foreach($elements as $row): { ?>
<tr <?php echo MtHaml\Runtime::renderAttributes(array(array('id', ('item-'.$row->id))), 'html5', 'UTF-8'); ?>>
<td><?php echo htmlspecialchars($row->name,ENT_QUOTES,'UTF-8'); ?></td>
<td><?php echo H::assign($row->group, 'name'); ?></td>
<td><?php echo Dec::thick($row, 'published'); ?></td>
<td><?php echo htmlspecialchars($row->password,ENT_QUOTES,'UTF-8'); ?></td>
<td>
<?php echo Button::preview(Route::map('evsmash/cms/albums/show'), $row); ?>
<?php echo Dec::a('/photos/rel:albums-'.$row->id, Dec::i('file-image-o').' '.t('Photos'), false)->class('btn btn-success'); ?>
<?php echo Dec::a('/albums/edit/'.$row->id, 'Edit')->class('btn btn-outline-primary'); ?>
<?php echo Button::translation('evsmash-cms-albums', 'albums', $row->id); ?>
<?php echo Button::delete('/albums/delete', $row->id); ?>
</td>
<td><?php echo htmlspecialchars($row->views,ENT_QUOTES,'UTF-8'); ?></td>
</tr>
<?php } ?>
<?php endforeach; ?>
</tbody>
</table>
<?php echo Dec::paging($elements); ?>
<?php } else: { ?>
<?php echo htmlspecialchars(t('No results'),ENT_QUOTES,'UTF-8'); ?>
<?php } ?>
<?php endif; ?>
<!-- / js -->
<?php echo Js::thick(['published'], '/albums/thick'); ?>
<?php } ?>