aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/direntry.tpl')
-rw-r--r--view/tpl/direntry.tpl11
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>