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