]> git.mxchange.org Git - friendica.git/blob - view/templates/suggest_friends.tpl
Vier: The usability with a touch device is improved
[friendica.git] / view / templates / suggest_friends.tpl
1
2 <div class="profile-match-wrapper">
3         <a href="{{$ignlnk}}" title="{{$ignore}}" class="icon drophide profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>
4         <div class="profile-match-photo">
5                 <a href="{{$url}}">
6                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
7                 </a>
8         </div>
9         <div class="profile-match-break"></div>
10         <div class="profile-match-name">
11                 <a href="{{$url}}" title="{{$name}}">{{$name}}</a>
12         </div>
13         <div class="profile-match-end"></div>
14         {{if $connlnk}}
15         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
16         {{/if}}
17 </div>