aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro-green/contact_template.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 14:48:01 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 14:48:01 +0200
commit37f10a6d4fd2f8f5858f3222269bd6f48031962f (patch)
tree8e4a8afc0dba6c523d1e87ce900729436a832aa9 /view/theme/quattro-green/contact_template.tpl
parent8ded404aaa0d2e89457635d0b67cf9888443d55c (diff)
downloadvolse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.gz
volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.bz2
volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.zip
marking quattro-green as extension of quattro and deleting the tpl files
Diffstat (limited to 'view/theme/quattro-green/contact_template.tpl')
-rwxr-xr-xview/theme/quattro-green/contact_template.tpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/view/theme/quattro-green/contact_template.tpl b/view/theme/quattro-green/contact_template.tpl
deleted file mode 100755
index b826acc65..000000000
--- a/view/theme/quattro-green/contact_template.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<div class="contact-wrapper" id="contact-entry-wrapper-$id" >
- <div class="contact-photo-wrapper" >
- <div class="contact-photo mframe" id="contact-entry-photo-$contact.id"
- onmouseover="if (typeof t$contact.id != 'undefined') clearTimeout(t$contact.id); openMenu('contact-photo-menu-button-$contact.id')"
- onmouseout="t$contact.id=setTimeout('closeMenu(\'contact-photo-menu-button-$contact.id\'); closeMenu(\'contact-photo-menu-$contact.id\');',200)" >
-
- <a href="$contact.url" title="$contact.img_hover" /><img src="$contact.thumb" $contact.sparkle alt="$contact.name" /></a>
-
- {{ if $contact.photo_menu }}
- <a href="#" rel="#contact-photo-menu-$contact.id" class="contact-photo-menu-button icon s16 menu" id="contact-photo-menu-button-$contact.id">menu</a>
- <ul class="contact-photo-menu menu-popup" id="contact-photo-menu-$contact.id">
- $contact.photo_menu
- </ul>
- {{ endif }}
- </div>
-
- </div>
- <div class="contact-name" id="contact-entry-name-$contact.id" >$contact.name</div>
- {{ if $contact.alt_text }}<div class="contact-details" id="contact-entry-rel-$contact.id" >$contact.alt_text</div>{{ endif }}
- <div class="contact-details" id="contact-entry-url-$contact.id" >$contact.itemurl</div>
- <div class="contact-details" id="contact-entry-network-$contact.id" >$contact.network</div>
-
-
-</div>
-