]> git.mxchange.org Git - friendica.git/blob - view/templates/profile_vcard.tpl
1fddccdfe599cd3dac72130b81836b72affc2e0c
[friendica.git] / view / templates / profile_vcard.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="vcard">
7
8         <div class="fn label">{{$profile.name}}</div>
9         
10                                 
11         
12         {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
13
14         {{if $profile.picdate}}
15                 <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
16         {{else}}
17                 <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></div>
18         {{/if}}
19         {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
20         {{if $location}}
21                 <dl class="location"><dt class="location-label">{{$location}}</dt> 
22                 <dd class="adr">
23                         {{if $profile.address}}<div class="street-address">{{$profile.address}}</div>{{/if}}
24                         <span class="city-state-zip">
25                                 <span class="locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
26                                 <span class="region">{{$profile.region}}</span>
27                                 <span class="postal-code">{{$profile.postal_code}}</span>
28                         </span>
29                         {{if $profile.country_name}}<span class="country-name">{{$profile.country_name}}</span>{{/if}}
30                 </dd>
31                 </dl>
32         {{/if}}
33
34         {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="x-gender">{{$profile.gender}}</dd></dl>{{/if}}
35         
36         {{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
37
38         {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">&hearts;</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}}
39
40         {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}}
41
42         {{include file="diaspora_vcard.tpl"}}
43         
44         <div id="profile-extra-links">
45                 <ul>
46                         {{if $connect}}
47                                 <li><a id="dfrn-request-link" href="dfrn_request/{{$profile.nickname}}">{{$connect}}</a></li>
48                         {{/if}}
49                         {{if $wallmessage}}
50                                 <li><a id="wallmessage-link" href="wallmessage/{{$profile.nickname}}">{{$wallmessage}}</a></li>
51                         {{/if}}
52                 </ul>
53         </div>
54 </div>
55
56 {{$contact_block}}
57
58