2014-12-28 09:48:24 -05:00
|
|
|
<div class="vcard h-card">
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<div class="tool">
|
2018-12-13 22:28:12 -05:00
|
|
|
<div class="fn label p-name">{{$profile.name}}</div>
|
2013-04-23 07:47:57 -04:00
|
|
|
{{if $profile.edit}}
|
|
|
|
<div class="action">
|
2015-02-02 15:00:32 -05:00
|
|
|
<a class="icon s16 edit ttright" href="{{$profile.edit.0}}" title="{{$profile.edit.3}}"><span>{{$profile.edit.1}}</span></a>
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
{{else}}
|
2014-08-25 08:09:56 -04:00
|
|
|
{{if $profile.menu}}
|
|
|
|
<div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="{{$editprofile}}" href="profiles" ></a></div>
|
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
2018-12-13 22:28:12 -05:00
|
|
|
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
|
2015-11-26 11:46:38 -05:00
|
|
|
|
2015-12-01 13:47:23 -05:00
|
|
|
{{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
|
2015-02-02 15:00:32 -05:00
|
|
|
|
2014-08-25 08:09:56 -04:00
|
|
|
{{if $profile.picdate}}
|
2018-12-13 22:28:12 -05: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 08:09:56 -04:00
|
|
|
{{else}}
|
2018-12-13 22:28:12 -05: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 08:09:56 -04:00
|
|
|
{{/if}}
|
2015-12-01 12:31:08 -05:00
|
|
|
|
|
|
|
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
|
2018-12-26 11:03:41 -05: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 07:47:57 -04:00
|
|
|
{{if $location}}
|
2015-07-12 14:27:54 -04:00
|
|
|
<dl class="location"><dt class="location-label">{{$location}}</dt>
|
2016-06-21 10:23:43 -04:00
|
|
|
<dd class="adr h-adr">
|
2019-01-06 16:04:10 -05:00
|
|
|
{{if $profile.address}}<div class="street-address p-street-address">{{$profile.address nofilter}}</div>{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
<span class="city-state-zip">
|
2014-12-28 09:48:24 -05: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 07:47:57 -04:00
|
|
|
</span>
|
2015-07-12 14:27:54 -04:00
|
|
|
{{if $profile.country_name}}<span class="country-name p-country-name">{{$profile.country_name}}</span>{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
{{/if}}
|
|
|
|
|
2016-09-25 11:28:00 -04:00
|
|
|
{{if $profile.xmpp}}
|
|
|
|
<dl class="xmpp">
|
|
|
|
<dt class="xmpp-label">{{$xmpp}}</dt>
|
|
|
|
<dd class="xmpp-data">{{$profile.xmpp}}</dd>
|
|
|
|
</dl>
|
|
|
|
{{/if}}
|
|
|
|
|
2016-06-21 10:23:43 -04:00
|
|
|
{{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="p-gender">{{$profile.gender}}</dd></dl>{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-07-12 14:27:54 -04:00
|
|
|
{{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-02-08 17:35:29 -05:00
|
|
|
{{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
|
|
|
|
|
2015-02-18 17:40:46 -05:00
|
|
|
{{if $updated}}<div class="updated" style="display:none;">{{$updated}}</div>{{/if}}
|
|
|
|
|
2016-06-21 10:23:43 -04: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 07:47:57 -04:00
|
|
|
|
2018-12-13 22:35:51 -05:00
|
|
|
{{if $about}}<dl class="about"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about nofilter}}</dd></dl>{{/if}}
|
2015-01-06 19:46:13 -05:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
{{include file="diaspora_vcard.tpl"}}
|
2019-06-10 21:33:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<div id="profile-extra-links">
|
|
|
|
<ul>
|
2019-06-10 21:33:25 -04: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 07:47:57 -04:00
|
|
|
{{/if}}
|
2019-06-10 21:33:25 -04:00
|
|
|
{{if $wallmessage_link}}
|
2016-05-29 15:29:26 -04:00
|
|
|
<li><a id="wallmessage-link" href="{{$wallmessage_link}}">{{$wallmessage}}</a></li>
|
2015-07-12 14:27:54 -04:00
|
|
|
{{/if}}
|
2019-06-10 21:33:25 -04:00
|
|
|
{{if $subscribe_feed_link}}
|
|
|
|
<li><a id="subscribe-feed-link" href="{{$subscribe_feed_link}}">{{$subscribe_feed}}</a></li>
|
2015-11-28 12:11:34 -05:00
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$contact_block nofilter}}
|