]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_vcard.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / diaspora_vcard.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div style="display:none;">
7         <dl class='entity_nickname'>
8                 <dt>Nickname</dt>
9                 <dd>            
10                         <a class="nickname url uid" href="{{$diaspora.podloc}}/" rel="me">{{$diaspora.nickname}}</a>
11                 </dd>
12         </dl>
13         <dl class='entity_fn'>
14                 <dt>Full name</dt>
15                 <dd>
16                         <span class='fn'>{{$diaspora.fullname}}</span>
17                 </dd>
18         </dl>
19
20         <dl class='entity_given_name'>
21                 <dt>First name</dt>
22                 <dd>
23                 <span class='given_name'>{{$diaspora.firstname}}</span>
24                 </dd>
25         </dl>
26         <dl class='entity_family_name'>
27                 <dt>Family name</dt>
28                 <dd>
29                 <span class='family_name'>{{$diaspora.lastname}}</span>
30                 </dd>
31         </dl>
32         <dl class="entity_url">
33                 <dt>URL</dt>
34                 <dd>
35                         <a class="url" href="{{$diaspora.podloc}}/" id="pod_location" rel="me">{{$diaspora.podloc}}/</a>
36                 </dd>
37         </dl>
38         <dl class="entity_photo">
39                 <dt>Photo</dt>
40                 <dd>
41                         <img class="photo avatar" height="300" width="300" src="{{$diaspora.photo300}}">
42                 </dd>
43         </dl>
44         <dl class="entity_photo_medium">
45                 <dt>Photo</dt>
46                 <dd> 
47                         <img class="photo avatar" height="100" width="100" src="{{$diaspora.photo100}}">
48                 </dd>
49         </dl>
50         <dl class="entity_photo_small">
51                 <dt>Photo</dt>
52                 <dd>
53                         <img class="photo avatar" height="50" width="50" src="{{$diaspora.photo50}}">
54                 </dd>
55         </dl>
56         <dl class="entity_searchable">
57                 <dt>Searchable</dt>
58                 <dd>
59                         <span class="searchable">{{$diaspora.searchable}}</span>
60                 </dd>
61         </dl>
62 </div>