]> git.mxchange.org Git - friendica.git/blob - view/smarty3/suggest_friends.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / suggest_friends.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="profile-match-wrapper">
6         <a href="{{$ignlnk}}" title="{{$ignore}}" class="icon drophide profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>
7         <div class="profile-match-photo">
8                 <a href="{{$url}}">
9                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
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 </div>