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>
|
2010-07-19 19:09:58 -07:00
|
|
|
<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>
|
|
|
|
|