]> git.mxchange.org Git - friendica.git/blob - view/templates/vcard-widget.tpl
47b64b68dafe5d0f561b8071ff3e0340173d527c
[friendica.git] / view / templates / vcard-widget.tpl
1
2 <div class="vcard h-card">
3         <div class="fn p-name">{{$name}}</div>
4         {{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
5         {{if $pdesc}}<div class="title p-job-title">{{$pdesc}}</div>{{/if}}
6         {{if $url}}
7         <div id="profile-photo-wrapper"><a href="{{$url}}"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
8         {{else}}
9         <div id="profile-photo-wrapper"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
10         {{/if}}
11         {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
12         {{if $network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_name}}</dd></dl>{{/if}}
13         <div id="profile-vcard-break"></div>
14 </div>