This repository has been archived on 2021-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Hubzilla-themes/beetroot/tpl/suggest_friends.tpl

20 lines
1.0 KiB
Smarty
Executable File

<div class="profile-match-wrapper">
<div class="profile-match-photo">
<a href="{{$entry.url}}">
<img src="{{$entry.photo}}" alt="{{$entry.name}}" width="280" height="280" title="{{$entry.name}} [{{$entry.profile}}]" />
</a>
</div>
<div class="profile-match-break"></div>
<div class="profile-match-name">
<a href="{{$entry.url}}" title="{{$entry.name}}">{{$entry.name}}</a>
<br><br>
{{$entry.description}}
</div>
<div class="profile-match-end"></div>
{{if $entry.connlnk}}
<a class="profile-match-connect btn btn-outline-secondary connect-no-text" href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i></a>
<a class="profile-match-connect btn btn-outline-secondary connect-text" href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i>_{{$entry.conntxt}}</a>
<a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="profile-match-ignore" onclick="return confirmDelete();" ><i class="fa fa-times drop-icons btn btn-outline-secondary"></i></a>
{{/if}}
</div>