]> git.mxchange.org Git - friendica.git/blob - view/smarty3/follow_slap.tpl
7fec9b45dabe14249d7465645114b8902ca0d4bb
[friendica.git] / view / smarty3 / follow_slap.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}    <entry>
6                 <author>
7                         <name>{{$name}}</name>
8                         <uri>{{$profile_page}}</uri>
9                         <link rel="photo"  type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}" />
10                         <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}" />
11                 </author>
12
13                 <id>{{$item_id}}</id>
14                 <title>{{$title}}</title>
15                 <published>{{$published}}</published>
16                 <content type="{{$type}}" >{{$content}}</content>
17
18                 <as:actor>
19                 <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>
20                 <id>{{$profile_page}}</id>
21                 <title></title>
22                 <link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="{{$photo}}"/>
23                 <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}"/>
24                 <poco:preferredUsername>{{$nick}}</poco:preferredUsername>
25                 <poco:displayName>{{$name}}</poco:displayName>
26                 </as:actor>
27                 <as:verb>{{$verb}}</as:verb>
28                 {{$ostat_follow}}
29         </entry>