]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/suggest_friends.tpl
77e4e6d51011b84a7afd33575f046006331b8cf7
[friendica.git] / view / theme / decaf-mobile / templates / suggest_friends.tpl
1
2 <div class="profile-match-wrapper">
3         <div class="profile-match-photo">
4                 <a href="{{$url}}">
5                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" onError="this.src='../../../images/person-48.jpg';" />
6                 </a>
7         </div>
8         <div class="profile-match-break"></div>
9         <div class="profile-match-name">
10                 <a href="{{$url}}" title="{{$name}}">{{$name}}</a>
11         </div>
12         <div class="profile-match-end"></div>
13         {{if $connlnk}}
14         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
15         {{/if}}
16         <a href="{{$ignlnk}}&confirm=1" title="{{$ignore}}" class="icon drophide profile-match-ignore" id="profile-match-drop-{{$ignid}}" {{*onmouseout="imgdull(this);" onmouseover="imgbright(this);"*}} onclick="id=this.id;return confirmDelete(function(){changeHref(id, '{{$ignlnk}}')});" ></a>
17 </div>