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