48 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
<div class="vcard h-card">
 | 
						|
	<div class="fn p-name" dir="auto">{{$contact.name}}</div>
 | 
						|
	{{if $contact.addr}}<div class="p-addr">{{$contact.addr}}</div>{{/if}}
 | 
						|
	{{if $url}}
 | 
						|
	<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>
 | 
						|
	{{else}}
 | 
						|
	<div id="profile-photo-wrapper"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
 | 
						|
	{{/if}}
 | 
						|
	{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
 | 
						|
	{{if $about}}<div class="title p-about" dir="auto">{{$about nofilter}}</div>{{/if}}
 | 
						|
	{{if $contact.xmpp}}
 | 
						|
		<dl class="xmpp">
 | 
						|
		<dt class="xmpp-label">{{$xmpp}}</dt>
 | 
						|
		<dd class="xmpp-data">{{$contact.xmpp}}</dd>
 | 
						|
		</dl>
 | 
						|
	{{/if}}
 | 
						|
	{{if $contact.matrix}}
 | 
						|
		<dl class="matrix">
 | 
						|
		<dt class="matrix-label">{{$matrix}}</dt>
 | 
						|
		<dd class="matrix-data">{{$contact.matrix}}</dd>
 | 
						|
		</dl>
 | 
						|
	{{/if}}
 | 
						|
	{{if $contact.location}}
 | 
						|
		<dl class="location" dir="auto">
 | 
						|
			<dt class="location-label">{{$location}}</dt>
 | 
						|
			<dd class="adr h-adr">
 | 
						|
				<p class="p-location">{{$contact.location}}</p>
 | 
						|
			</dd>
 | 
						|
		</dl>
 | 
						|
	{{/if}}
 | 
						|
	{{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
 | 
						|
 | 
						|
	<div id="profile-extra-links">
 | 
						|
		<ul>
 | 
						|
			{{if $follow_link}}
 | 
						|
				<li><a id="dfrn-request-link" href="{{$follow_link}}">{{$follow}}</a></li>
 | 
						|
			{{/if}}
 | 
						|
			{{if $unfollow_link}}
 | 
						|
				<li><a id="dfrn-request-link" href="{{$unfollow_link}}">{{$unfollow}}</a></li>
 | 
						|
			{{/if}}
 | 
						|
			{{if $wallmessage_link}}
 | 
						|
				<li><a id="wallmessage-link" href="{{$wallmessage_link}}">{{$wallmessage}}</a></li>
 | 
						|
			{{/if}}
 | 
						|
		</ul>
 | 
						|
	</div>
 | 
						|
 | 
						|
	<div id="profile-vcard-break"></div>
 | 
						|
</div>
 |