missing "templates" folders
[friendica.git/.git] / view / templates / tag_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                 <link rel="mentioned" href="{{$accturi}}" />
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                 <as:object>
30                 <as:object-type></as:object-type>
31                 </as:object>
32                 <as:target>
33                 <as:object-type></as:object-type>
34                 </as:target>
35         </entry>