2014-09-06 00:14:25 +02:00
|
|
|
|
2014-12-28 15:48:24 +01:00
|
|
|
<div class="vcard h-card">
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2021-05-01 21:13:39 +02:00
|
|
|
<div class="fn p-name" dir="auto">{{$profile.name}}</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
|
2013-04-23 13:47:57 +02: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" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
|
2015-07-12 20:27:54 +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" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
|
2015-07-12 20:27:54 +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}}
|
2021-05-01 21:13:39 +02:00
|
|
|
<dl class="location" dir="auto">
|
2020-09-09 07:21:56 +02:00
|
|
|
<dt class="location-label">{{$location}}</dt>
|
|
|
|
<dd class="adr h-adr">
|
|
|
|
{{if $profile.address}}<p class="street-address p-street-address">{{$profile.address nofilter}}</p>{{/if}}
|
|
|
|
{{if $profile.location}}<p class="p-location">{{$profile.location}}</p>{{/if}}
|
|
|
|
</dd>
|
2013-04-23 13:47:57 +02:00
|
|
|
</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}}
|
|
|
|
|
2021-08-09 03:39:09 +02:00
|
|
|
{{if $profile.matrix}}
|
|
|
|
<dl class="matrix">
|
|
|
|
<dt class="matrix-label">{{$matrix}}</dt>
|
|
|
|
<dd class="matrix-data">{{$profile.matrix}}</dd>
|
|
|
|
</dl>
|
|
|
|
{{/if}}
|
|
|
|
|
2020-06-12 21:51:42 +02:00
|
|
|
{{if $profile.upubkey}}<div class="key u-key" style="display:none;">{{$profile.upubkey}}</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}}
|
|
|
|
|
2020-02-25 02:07:34 +01:00
|
|
|
{{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url"><a href="{{$profile.homepage}}" rel="me" target="_blank" rel="noopener noreferrer">{{$profile.homepage}}</a></dd></dl>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2021-05-01 21:13:39 +02:00
|
|
|
{{if $about}}<dl class="about"><dt class="about-label">{{$about}}</dt><dd class="x-network" dir="auto">{{$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>
|
2015-07-12 20:27:54 +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>
|
2013-04-23 13:47:57 +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}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
|