diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
commit | e052be606c9c2c4e615cb557572a68af2181cc17 (patch) | |
tree | 38d32c36924f1c049703d75aad1306f15e9a6e78 /view/theme/diabook/diabook-green/directory_item.tpl | |
parent | 30bbbf32e53594f4ebada6acc1313333aabe8561 (diff) | |
download | volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.gz volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.bz2 volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.zip |
diabook-themes: add diabook-green and some minor css/bug-fixes
Diffstat (limited to 'view/theme/diabook/diabook-green/directory_item.tpl')
-rwxr-xr-x | view/theme/diabook/diabook-green/directory_item.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-green/directory_item.tpl b/view/theme/diabook/diabook-green/directory_item.tpl new file mode 100755 index 000000000..bc2af16c2 --- /dev/null +++ b/view/theme/diabook/diabook-green/directory_item.tpl @@ -0,0 +1,11 @@ + +<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 class="directory-photo-img" src="$photo" alt="$alt-text" title="$alt-text" /> + </a> + </div> + </div> + <div class="contact-name" id="directory-name-$id">$name</div> +</div> |