diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-26 09:09:14 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-26 09:09:14 +0200 |
commit | 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 (patch) | |
tree | b89fa1c676e42fbfa8c1ed23e5410ef729db17f7 /view/profile_vcard.tpl | |
parent | 5b3fe48ec675541fb7bbc3689229056ae840ac14 (diff) | |
download | volse-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-x | view/profile_vcard.tpl | 24 |
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> |