friendica/view/atom_item.tpl

29 lines
949 B
Smarty

<entry>
<author>
<name>$name</name>
<uri>$profile_page</uri>
<link rel="photo" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
<link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
</author>
<dfrn:owner>
<name>$owner_name</name>
<uri>$owner_profile_page</uri>
<link rel="photo" type="image/jpeg" media:width="80" media:height="80" href="$owner_thumb" />
<link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$owner_thumb" />
</dfrn:owner>
<id>$item_id</id>
<title>$title</title>
<published>$published</published>
<updated>$updated</updated>
<content type="$type" >$content</content>
<link rel="alternate" href="$alt" />
<dfrn:location>$location</dfrn:location>
<georss:point>$coord</georss:point>
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
<as:verb>$verb</as:verb>
$actobj
$mentioned
</entry>