2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<div id="remote-friends-in-common" class="bigwidget">
|
2018-12-13 22:35:51 -05:00
|
|
|
<div id="rfic-desc">{{$desc nofilter}} {{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
|
2013-04-23 07:47:57 -04:00
|
|
|
{{if $items}}
|
|
|
|
{{foreach $items as $item}}
|
|
|
|
<div class="profile-match-wrapper">
|
|
|
|
<div class="profile-match-photo">
|
|
|
|
<a href="{{$item.url}}">
|
2018-12-13 22:28:12 -05:00
|
|
|
<img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name}}" title="{{$item.name}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-match-break"></div>
|
|
|
|
<div class="profile-match-name">
|
2018-12-13 22:28:12 -05:00
|
|
|
<a href="{{$item.url}}" title="{{$item.name}}">{{$item.name}}</a>
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
<div class="profile-match-end"></div>
|
|
|
|
</div>
|
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
<div id="rfic-end" class="clear"></div>
|
|
|
|
</div>
|
|
|
|
|