%PDF- %PDF-
| Direktori : /home/bitrix/www/local/components/p4/p.castings.feedback/templates/.default/ |
| Current File : //home/bitrix/www/local/components/p4/p.castings.feedback/templates/.default/ajax-list.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?foreach ($arResult["FEEDBACKS"] as $item):?>
<table cellspacing="0" border="0" class="reviews-post-table">
<tbody>
<tr>
<td class="rpt_ava" >
<div class="col-new">
<div class="portfolio-item">
<a href="<?=$item['USER']['PROFILE']['LINK']?>" class="portfolio-item-link" target="_bank"><img src="<?=$item['USER']['META']['AVATAR']?>"></a>
<div class="clearfix"></div>
</div>
</div>
</td>
<td class="rpt_first">
<div>
<b><a href="<?=$item['USER']['PROFILE']['LINK']?>" target="_bank"><?=$item['USER']['PROFILE']['NAME']?></a></b>
<br/><span class='message-post-date'><?=FormatDate('d.m.Y H:i', strtotime($item['DATE_CREATE']))?></span>
</div>
</td>
<td class="rpt_comment">
<div class="testimonial item"><div class="testimonials-arrow"></div>
<div class="testimonial-content">
<?=$item['DETAIL_TEXT']?>
</div>
</div>
<button class="btn-special btn-grey" href="javascript:void(0)" onclick="if (BX.IM) { showJobMessanger(<?=$item['CREATED_BY']?>,$(this)); return false; } else { $('#need_auth').show(); return false; }"><i class="fa fa-envelope-o"></i><?=GetMessage("REPLY")?></button>
</td>
</tr>
</tbody>
</table>
<?endforeach;?>