<ul class="top"><li><a class="ajax block" href="/technic/refresh/<?=$refresh?>">
<img alt="" class="icon" src="/design/icons/<?=$top['icon']?>.png"><?=$top['link']?></a></li></ul>
<ul><? foreach($technic as &$post) : ?><li><? if ($post['link']) : ?><a class="ajax list" href="/<?=$post['link']?>/token/<?=TOKEN?>">
<? endif; ?><article class="tech"><img alt="" class="tech" src="/design/technic/<?=$post['image']?>.png">
<h4><?=$post['name']?></h4><p><img alt="" class="icos" src="/design/icons/<?=$post['icon']?>.png">
<?=$post['text']?></p></article><? if ($post['link']) : ?></a></li><? endif; ?><? endforeach; ?></ul>
<? if ($delets || $repair) : ?><ul class="bottom"><? if ($delets) : ?><li>
<a class="ajax block bottom" href="/technic/deletion/token/<?=TOKEN?>">
<img alt="" class="icon" src="/design/icons/delete.png">Убрать технику</a></li><? endif; ?>
<? if ($repair) : ?><li><a class="ajax block bottom" href="/technic/repairs/token/<?=TOKEN?>">
<img alt="" class="icon" src="/design/icons/repair.png">Ремонт техники</a></li><? endif; ?></ul><? endif; ?>