2023-12-26 10:43:23 -05:00
|
|
|
<div id="rfic-desc" onclick="openClose('remote-friends-in-common-wrapper');">{{$desc nofilter}}  {{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
|
|
|
|
<div id="remote-friends-in-common-wrapper">
|
|
|
|
<div id="remote-friends-in-common" class="bigwidget" >
|
|
|
|
{{foreach $contacts as $contact}}
|
|
|
|
<div class="profile-match-wrapper">
|
|
|
|
<div class="profile-match-photo">
|
|
|
|
<a href="{{$contact.url}}">
|
|
|
|
<img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-match-break"></div>
|
|
|
|
<div class="profile-match-name">
|
|
|
|
<a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-match-end"></div>
|
2023-12-26 03:48:57 -05:00
|
|
|
</div>
|
2023-12-26 10:43:23 -05:00
|
|
|
{{/foreach}}
|
|
|
|
<div id="rfic-end" class="clear"></div>
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
</div>
|