diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-20 19:14:54 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-20 19:14:54 +0000 |
commit | e31600f24f45eca378759918f2a50d6446b05764 (patch) | |
tree | 5cd8cf31b6f9ec2e86d1caea13943ae73b71b032 /view/tpl/direntry.tpl | |
parent | 6715c400be1c13dde04294e39de12667421b0382 (diff) | |
parent | e091d30ca4d057e810864b1ba2351b9c050ad548 (diff) | |
download | volse-hubzilla-e31600f24f45eca378759918f2a50d6446b05764.tar.gz volse-hubzilla-e31600f24f45eca378759918f2a50d6446b05764.tar.bz2 volse-hubzilla-e31600f24f45eca378759918f2a50d6446b05764.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/direntry.tpl')
-rw-r--r-- | view/tpl/direntry.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl new file mode 100644 index 000000000..e860da41c --- /dev/null +++ b/view/tpl/direntry.tpl @@ -0,0 +1,11 @@ + +<div class="directory-item lframe" id="directory-item-$entry.id" > + <div class="contact-photo-wrapper" id="directory-photo-wrapper-$entry.id" > + <div class="contact-photo" id="directory-photo-$entry.id" > + <a href="$entry.profile_link" class="directory-profile-link" id="directory-profile-link-$entry.id" ><img class="directory-photo-img" src="$entry.photo" alt="$entry.alttext" title="$entry.alttext" /></a> + </div> + </div> + + <div class="contact-name" id="directory-name-$entry.id">$entry.name</div> + <div class="contact-details">$entry.details</div> +</div> |