%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/news/templates/web20/bitrix/news.list/photo/ |
| Current File : //home/bitrix/www/bitrix/components/bitrix/news/templates/web20/bitrix/news.list/photo/template.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?if(count($arResult["ITEMS"])>0):?>
<div class="news-list">
<b><?=$arResult["NAME"]?></b>
<table cellpadding="5" cellspacing="0" border="0">
<tr valign="center">
<?foreach($arResult["ITEMS"] as $arItem):?>
<td align="center">
<?if(is_array($arItem["PREVIEW_PICTURE"])):?>
<a href="<?=$arItem["DETAIL_PAGE_URL"]?>"><img border="0" src="<?=$arItem["PREVIEW_PICTURE"]["SRC"]?>" width="<?=$arItem["PREVIEW_PICTURE"]["WIDTH"]?>" height="<?=$arItem["PREVIEW_PICTURE"]["HEIGHT"]?>" alt="<?=$arItem["NAME"]?>" title="<?=$arItem["NAME"]?>" /></a>
<?else:?>
<?endif?>
</td>
<?endforeach;?>
</tr>
<tr valign="top">
<?foreach($arResult["ITEMS"] as $arItem):?>
<td align="center">
<a href="<?=$arItem["DETAIL_PAGE_URL"]?>"><?=$arItem["NAME"]?></a>
</td>
<?endforeach;?>
</tr>
</table>
</div>
<?endif?>