Файл: app/views/home/ggg.html
Строк: 12
<?php
<div class="jq"><div class="new">
{if $new_video}
<table>
{foreach $new_video as $video}
<tr>
<td style = "vertical-align:top">
<img style="margin: 5px; width:70px; height:70px;" src="/public/screen/{$video.screen}.png" class = "obv_img"/><br/>
</td>
<td style = "vertical-align:top">
<a href="/video/{$video.vURL}" title="{$video.vName}">{$video.vName}</a><br />
<small>Длительность: {Base::sec($video.duration)}<br />Категория: <a href="/category/{$video.cURL}">{$video.cName}</a><br />
</td>
</tr>
{/foreach}
</table>
{else}
<div class="new">Видео еще не добавлено</div>
{/if}
</div></small></td></tr></table></div></div>
?>