aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile_vcard.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-26 09:09:14 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-26 09:09:14 +0200
commit51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 (patch)
treeb89fa1c676e42fbfa8c1ed23e5410ef729db17f7 /view/profile_vcard.tpl
parent5b3fe48ec675541fb7bbc3689229056ae840ac14 (diff)
downloadvolse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.tar.gz
volse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.tar.bz2
volse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.zip
themes: use duepuntozero tpls as default
Diffstat (limited to 'view/profile_vcard.tpl')
-rwxr-xr-xview/profile_vcard.tpl24
1 files changed, 4 insertions, 20 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl
index 7cd02f164..154f22363 100755
--- a/view/profile_vcard.tpl
+++ b/view/profile_vcard.tpl
@@ -1,27 +1,11 @@
<div class="vcard">
- <div class="tool">
- <div class="fn label">$profile.name</div>
- {{ if $profile.edit }}
- <div class="action">
- <a class="icon s16 edit ttright" href="#" rel="#profiles-menu" title="$profile.edit.3"><span>$profile.edit.1</span></a>
- <ul id="profiles-menu" class="menu-popup">
- {{ for $profile.menu.entries as $e }}
- <li>
- <a href="profiles/$e.id"><img src='$e.photo'>$e.profile_name</a>
- </li>
- {{ endfor }}
- <li><a href="profile_photo" >$profile.menu.chg_photo</a></li>
- <li><a href="profiles/new" id="profile-listing-new-link">$profile.menu.cr_new</a></li>
+ <div class="fn label">$profile.name</div>
+
- </ul>
- </div>
- {{ endif }}
- </div>
-
-
+
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
- <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div>
+ <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name"></div>