friendica-github/view/profile_entry.tpl

12 lines
530 B
Smarty
Raw Normal View History

2010-07-01 16:48:07 -07:00
<div class="profile-listing" >
<div class="profile-listing-photo-wrapper" >
2011-01-12 12:44:22 -08:00
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
2010-07-01 16:48:07 -07:00
</div>
<div class="profile-listing-photo-end"></div>
2011-01-02 14:30:17 -08:00
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
2011-04-12 21:21:33 -07:00
<div class="profile-listing-visible">$visible</div>
2010-07-01 16:48:07 -07:00
</div>
<div class="profile-listing-end"></div>