%PDF- %PDF-
| Direktori : /home/bitrix/www/local/templates/p4_new/components/p4/p.all_models/all/ |
| Current File : //home/bitrix/www/local/templates/p4_new/components/p4/p.all_models/all/template.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?for ($i=0; $i<20; $i++){?>
<?if (!empty($arResult[$i])){?>
<figure class="col-xs-3">
<a href="<?=$arResult[$i]['PATH']?>">
<img class="img-responsive" src="<?=$arResult[$i]['DETAIL_PICTURE']['SRC']?>" />
<div style="text-align: center">
<figcaption class="modelname"><?=$arResult[$i]['FIRST_NAME']." ".$arResult[$i]['LAST_NAME']?></figcaption>
</div>
<div class="shadow"></div>
</a>
</figure>
<?}?>
<?}?>
<div class="bordertop"></div>
<div class="borderleft"></div>
<div class="borderright"></div>
<div class="borderbottom"></div>