aboutsummaryrefslogtreecommitdiffstats
path: root/view/directory_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-09 01:17:20 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-09 01:17:20 -0700
commit64bbf395f00434c77494f0a1629e4a0ef0ed2999 (patch)
tree203837b6bbc6fe148e74998a9b1857af1b45131d /view/directory_item.tpl
parentdeaff556ff03d9f54d8834909a949bbab6d547ce (diff)
downloadvolse-hubzilla-64bbf395f00434c77494f0a1629e4a0ef0ed2999.tar.gz
volse-hubzilla-64bbf395f00434c77494f0a1629e4a0ef0ed2999.tar.bz2
volse-hubzilla-64bbf395f00434c77494f0a1629e4a0ef0ed2999.zip
directory stuff
Diffstat (limited to 'view/directory_item.tpl')
-rw-r--r--view/directory_item.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/directory_item.tpl b/view/directory_item.tpl
new file mode 100644
index 000000000..295a66451
--- /dev/null
+++ b/view/directory_item.tpl
@@ -0,0 +1,14 @@
+
+<div class="directory-item" id="directory-item-$id" >
+<div class="directory-photo-wrapper" id="directory-photo-wrapper-$id" >
+<div class="directory-photo" id="directory-photo-$id" ><a href="$profile-link" class="directory-profile-link" id="directory-profile-link-$id" ><img src="$photo" alt="$alt-text" title="$alt-text" /></a>
+</div>
+</div>
+<div class="directory-photo-end"></div>
+<div class="directory-name-wrapper">
+<div class="directory-name" id="directory-name-$id">$name</div>
+</div>
+<div class="directory-name-end"></div>
+<div class="directory-details">$details</div>
+<div class="directory-item-end"></div>
+</div> \ No newline at end of file