]> git.mxchange.org Git - friendica.git/blob - view/smarty3/remote_friends_common.tpl
template engine rework
[friendica.git] / view / smarty3 / remote_friends_common.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="remote-friends-in-common" class="bigwidget">
7         <div id="rfic-desc">{{$desc}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
8         {{if $items}}
9         {{foreach $items as $item}}
10         <div class="profile-match-wrapper">
11                 <div class="profile-match-photo">
12                         <a href="{{$item.url}}">
13                                 <img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name}}" title="{{$item.name}}" />
14                         </a>
15                 </div>
16                 <div class="profile-match-break"></div>
17                 <div class="profile-match-name">
18                         <a href="{{$itemurl}}" title="{{$item.name}}">{{$item.name}}</a>
19                 </div>
20                 <div class="profile-match-end"></div>
21         </div>
22         {{/foreach}}
23         {{/if}}
24         <div id="rfic-end" class="clear"></div>
25 </div>
26