]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/smarty3/profile_vcard.tpl
f2a24755d705d3af748928af6c6a9a15055c524d
[friendica.git] / view / theme / vier / smarty3 / profile_vcard.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="vcard">
6
7         <div class="tool">
8                 <div class="fn label">{{$profile.name}}</div>
9                 {{if $profile.edit}}
10                         <div class="action">
11                         <a class="icon s16 edit ttright" href="#" rel="#profiles-menu" title="{{$profile.edit.3}}"><span>{{$profile.edit.1}}</span></a>
12                         <ul id="profiles-menu" class="menu-popup">
13                                 {{foreach $profile.menu.entries as $e}}
14                                 <li>
15                                         <a href="profiles/{{$e.id}}"><img src='{{$e.photo}}'>{{$e.profile_name}}</a>
16                                 </li>
17                                 {{/foreach}}
18                                 <li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
19                                 <li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>
20                                 <li><a href="profiles" >{{$profile.edit.3}}</a></li>
21                                                                 
22                         </ul>
23                         </div>
24                 {{else}}
25                         <div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="{{$editprofile}}" href="profiles/{{$profid}}" ></a></div>
26                 {{/if}}
27         </div>
28
29
30         <div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}" /></div>
31         {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
32
33
34         {{if $location}}
35                 <dl class="location"><dt class="location-label">{{$location}}</dt><br> 
36                 <dd class="adr">
37                         {{if $profile.address}}<div class="street-address">{{$profile.address}}</div>{{/if}}
38                         <span class="city-state-zip">
39                                 <span class="locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
40                                 <span class="region">{{$profile.region}}</span>
41                                 <span class="postal-code">{{$profile.postal-code}}</span>
42                         </span>
43                         {{if $profile.country-name}}<span class="country-name">{{$profile.country-name}}</span>{{/if}}
44                 </dd>
45                 </dl>
46         {{/if}}
47
48         {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="x-gender">{{$profile.gender}}</dd></dl>{{/if}}
49         
50         {{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
51
52         {{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}}
53
54         {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" target="external-link">{{$profile.homepage}}</a></dd></dl>{{/if}}
55
56         {{include file="diaspora_vcard.tpl"}}
57         
58         <div id="profile-extra-links">
59                 <ul>
60                         {{if $connect}}
61                                 <li><a id="dfrn-request-link" href="dfrn_request/{{$profile.nickname}}">{{$connect}}</a></li>
62                         {{/if}}
63                 </ul>
64         </div>
65 </div>
66
67 {{$contact_block}}
68
69