]> git.mxchange.org Git - friendica.git/blob - view/templates/suggest_friends.tpl
060db00050570eec94f36f65ce81ee7fb568189b
[friendica.git] / view / templates / 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         <a href="{{$ignlnk}}" title="{{$ignore}}" class="icon drophide profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>
8         <div class="profile-match-photo">
9                 <a href="{{$url}}">
10                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
11                 </a>
12         </div>
13         <div class="profile-match-break"></div>
14         <div class="profile-match-name">
15                 <a href="{{$url}}" title="{{$name}}">{{$name}}</a>
16         </div>
17         <div class="profile-match-end"></div>
18         {{if $connlnk}}
19         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
20         {{/if}}
21 </div>