]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/suggest_friends.tpl
d5051e33b5708726e58846d515cdeb376db923a0
[friendica.git] / view / theme / decaf-mobile / suggest_friends.tpl
1 <div class="profile-match-wrapper">
2         <div class="profile-match-photo">
3                 <a href="$url">
4                         <img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" onError="this.src='../../../images/person-48.jpg';" />
5                 </a>
6         </div>
7         <div class="profile-match-break"></div>
8         <div class="profile-match-name">
9                 <a href="$url" title="$name">$name</a>
10         </div>
11         <div class="profile-match-end"></div>
12         {{ if $connlnk }}
13         <div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
14         {{ endif }}
15         <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>
16 </div>