2014-12-28 15:48:24 +01:00
|
|
|
<div class="vcard h-card">
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<div class="tool">
|
2018-12-14 04:28:12 +01:00
|
|
|
<div class="fn label p-name">{{$profile.name}}</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
{{if $profile.edit}}
|
|
|
|
<div class="action">
|
2015-02-02 21:00:32 +01:00
|
|
|
<a class="icon s16 edit ttright" href="{{$profile.edit.0}}" title="{{$profile.edit.3}}"><span>{{$profile.edit.1}}</span></a>
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
|
2015-11-26 17:46:38 +01:00
|
|
|
|
2020-02-12 03:38:42 +01:00
|
|
|
{{if $profile.about}}<div class="title">{{$profile.about nofilter}}</div>{{/if}}
|
2015-02-02 21:00:32 +01:00
|
|
|
|
2014-08-25 14:09:56 +02:00
|
|
|
{{if $profile.picdate}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
|
2014-08-25 14:09:56 +02:00
|
|
|
{{else}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
|
2014-08-25 14:09:56 +02:00
|
|
|
{{/if}}
|
2015-12-01 18:31:08 +01:00
|
|
|
|
|
|
|
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
|
2018-12-26 17:03:41 +01:00
|
|
|
{{if $profile.network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_link nofilter}}</dd></dl>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
{{if $location}}
|
2015-07-12 20:27:54 +02:00
|
|
|
<dl class="location"><dt class="location-label">{{$location}}</dt>
|
2016-06-21 16:23:43 +02:00
|
|
|
<dd class="adr h-adr">
|
2019-01-06 22:04:10 +01:00
|
|
|
{{if $profile.address}}<div class="street-address p-street-address">{{$profile.address nofilter}}</div>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
<span class="city-state-zip">
|
2014-12-28 15:48:24 +01:00
|
|
|
<span class="locality p-locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
|
|
|
|
<span class="region p-region">{{$profile.region}}</span>
|
|
|
|
<span class="postal-code p-postal-code">{{$profile.postal_code}}</span>
|
2013-04-23 13:47:57 +02:00
|
|
|
</span>
|
2015-07-12 20:27:54 +02:00
|
|
|
{{if $profile.country_name}}<span class="country-name p-country-name">{{$profile.country_name}}</span>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
{{/if}}
|
|
|
|
|
2016-09-25 17:28:00 +02:00
|
|
|
{{if $profile.xmpp}}
|
|
|
|
<dl class="xmpp">
|
|
|
|
<dt class="xmpp-label">{{$xmpp}}</dt>
|
|
|
|
<dd class="xmpp-data">{{$profile.xmpp}}</dd>
|
|
|
|
</dl>
|
|
|
|
{{/if}}
|
|
|
|
|
2015-07-12 20:27:54 +02:00
|
|
|
{{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-02-08 23:35:29 +01:00
|
|
|
{{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
|
|
|
|
|
2015-02-18 23:40:46 +01:00
|
|
|
{{if $updated}}<div class="updated" style="display:none;">{{$updated}}</div>{{/if}}
|
|
|
|
|
2016-06-21 16:23:43 +02:00
|
|
|
{{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" class="u-url" rel="me" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2018-12-14 04:35:51 +01:00
|
|
|
{{if $about}}<dl class="about"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about nofilter}}</dd></dl>{{/if}}
|
2015-01-07 01:46:13 +01:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
{{include file="diaspora_vcard.tpl"}}
|
2019-06-11 03:33:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div id="profile-extra-links">
|
|
|
|
<ul>
|
2019-06-11 03:33:25 +02:00
|
|
|
{{if $unfollow_link}}
|
|
|
|
<li><a id="dfrn-request-link" href="{{$unfollow_link}}">{{$unfollow}}</a></li>
|
|
|
|
{{/if}}
|
|
|
|
{{if $follow_link}}
|
|
|
|
<li><a id="dfrn-request-link" href="{{$follow_link}}">{{$follow}}</a></li>
|
2013-04-23 13:47:57 +02:00
|
|
|
{{/if}}
|
2019-06-11 03:33:25 +02:00
|
|
|
{{if $wallmessage_link}}
|
2016-05-29 21:29:26 +02:00
|
|
|
<li><a id="wallmessage-link" href="{{$wallmessage_link}}">{{$wallmessage}}</a></li>
|
2015-07-12 20:27:54 +02:00
|
|
|
{{/if}}
|
2019-06-11 03:33:25 +02:00
|
|
|
{{if $subscribe_feed_link}}
|
|
|
|
<li><a id="subscribe-feed-link" href="{{$subscribe_feed_link}}">{{$subscribe_feed}}</a></li>
|
2015-11-28 18:11:34 +01:00
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$contact_block nofilter}}
|