| 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_71779712f15d75ca7fd435c888c33eecb1973c370495721d7eae1c426f680021($__variables) { extract($__variables)
;?>
<?php if($elements->count()): { ?>
<table class="table">
<thead>
<tr>
<th><?php echo htmlspecialchars(t('Url'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Element'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Actions'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Title'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Description'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Keywords'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('Robots'),ENT_QUOTES,'UTF-8'); ?></th>
<th><?php echo htmlspecialchars(t('H1'),ENT_QUOTES,'UTF-8'); ?></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->url,ENT_QUOTES,'UTF-8'); ?></td>
<td><?php echo htmlspecialchars($row->rel_name,ENT_QUOTES,'UTF-8'); ?></td>
<td>
<?php if(!empty($row->rel)): { ?>
<?php echo Dec::a('/metas/relation/rel:'.$row->rel, 'Edit')->class('btn btn-primary'); ?>
<?php } else: { ?>
<?php echo Dec::a('/metas/edit/'.$row->id, 'Edit')->class('btn btn-primary'); ?>
<?php } ?>
<?php endif; ?>
<?php echo Button::translation('evsmash-settings-metas', 'metas', $row->id); ?>
<?php echo Button::delete('/metas/delete', $row->id); ?>
</td>
<td class="text-light"><?php echo htmlspecialchars(Str::words($row->title, 5, '...'),ENT_QUOTES,'UTF-8'); ?></td>
<td class="text-light"><?php echo htmlspecialchars(Str::words($row->description, 5, '...'),ENT_QUOTES,'UTF-8'); ?></td>
<td class="text-light"><?php echo htmlspecialchars(Str::words($row->keywords, 5, '...'),ENT_QUOTES,'UTF-8'); ?></td>
<td class="text-light"><?php echo htmlspecialchars($row->robots,ENT_QUOTES,'UTF-8'); ?></td>
<td class="text-light"><?php echo htmlspecialchars($row->h1,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; ?>
<?php } ?>