2018-07-25 22:12:30 +02:00
|
|
|
<div class="vcard h-card widget">
|
2016-03-28 16:29:05 +02:00
|
|
|
|
2018-07-25 22:12:30 +02:00
|
|
|
<div id="profile-photo-wrapper">
|
|
|
|
{{if $url}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<a href="{{$url}}"><img class="photo u-photo" src="{{$photo}}" alt="{{$name}}" /></a>
|
2018-07-25 22:12:30 +02:00
|
|
|
{{else}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<img class="photo u-photo" src="{{$photo}}" alt="{{$name}}" />
|
2018-07-25 22:12:30 +02:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2016-03-28 16:29:05 +02:00
|
|
|
|
2016-06-11 01:28:25 +02:00
|
|
|
{{* The short information which will appended to the second navbar by scrollspy *}}
|
|
|
|
<div id="vcard-short-info-wrapper" style="display: none;">
|
|
|
|
<div id="vcard-short-info" class="media" style="display: none">
|
|
|
|
<div id="vcard-short-photo-wrapper" class="pull-left">
|
2018-12-14 04:28:12 +01:00
|
|
|
<img class="media-object" src="{{$photo}}" alt="{{$name}}" />
|
2016-06-11 01:28:25 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="vcard-short-desc" class="media-body">
|
2018-12-14 04:28:12 +01:00
|
|
|
<h4 class="media-heading">{{$name}}</h4>
|
2016-06-11 01:28:25 +02:00
|
|
|
{{if $addr}}<div class="vcard-short-addr">{{$addr}}</div>{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2016-03-28 16:29:05 +02:00
|
|
|
<div class="panel-body">
|
2018-07-26 17:42:26 +02:00
|
|
|
<div class="profile-header">
|
2018-12-14 04:28:12 +01:00
|
|
|
<h3 class="fn p-name">{{$name}}</h3>
|
2018-07-25 22:12:30 +02:00
|
|
|
|
2018-07-26 17:42:26 +02:00
|
|
|
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
|
2018-07-25 22:12:30 +02:00
|
|
|
|
2018-07-26 17:42:26 +02:00
|
|
|
{{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
|
2016-03-28 16:29:05 +02:00
|
|
|
|
2018-07-26 17:42:26 +02:00
|
|
|
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
|
2018-07-25 22:12:30 +02:00
|
|
|
|
2018-12-14 04:35:51 +01:00
|
|
|
{{if $network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_name nofilter}}</dd></dl>{{/if}}
|
2018-07-26 17:42:26 +02:00
|
|
|
</div>
|
2016-03-28 16:29:05 +02:00
|
|
|
</div>
|
|
|
|
</div>
|