]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/suggest_friends.tpl
template engine rework
[friendica.git] / view / theme / decaf-mobile / smarty3 / suggest_friends.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="profile-match-wrapper">
7         <div class="profile-match-photo">
8                 <a href="{{$url}}">
9                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" onError="this.src='../../../images/person-48.jpg';" />
10                 </a>
11         </div>
12         <div class="profile-match-break"></div>
13         <div class="profile-match-name">
14                 <a href="{{$url}}" title="{{$name}}">{{$name}}</a>
15         </div>
16         <div class="profile-match-end"></div>
17         {{if $connlnk}}
18         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
19         {{/if}}
20         <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>
21 </div>