streams/view/tpl/common_friends.tpl

16 lines
470 B
Smarty
Raw Normal View History

2011-11-02 02:16:33 +00:00
<div class="profile-match-wrapper">
<div class="profile-match-photo">
<a href="{{$url}}">
<img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
2011-11-02 02:16:33 +00:00
</a>
</div>
<div class="profile-match-break"></div>
<div class="profile-match-name">
<a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
2011-11-02 02:16:33 +00:00
</div>
2013-07-16 15:07:06 +00:00
{{if $note}}
2013-07-16 06:10:26 +00:00
<div class="profile-match-note">{{$note}}</div>
2013-07-18 05:02:03 +00:00
{{/if}}
2011-11-02 02:16:33 +00:00
<div class="profile-match-end"></div>
2013-07-16 15:07:06 +00:00
</div>