friendica/view/atom_item.tpl

28 lines
936 B
Smarty
Raw Normal View History

2010-07-15 08:03:23 +02:00
<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" />
2010-07-15 08:03:23 +02:00
</author>
2010-07-16 15:24:41 +02:00
<dfrn:owner>
2010-09-09 05:14:17 +02:00
<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" />
2010-07-16 15:24:41 +02:00
</dfrn:owner>
2010-07-15 08:03:23 +02:00
<id>$item_id</id>
<title>$title</title>
<published>$published</published>
<updated>$updated</updated>
2010-09-02 09:31:11 +02:00
<content type="$type" >$content</content>
<link rel="alternate" href="$alt" />
<dfrn:location>$location</dfrn:location>
2010-10-20 05:52:05 +02:00
<georss:point>$coord</georss:point>
2010-07-15 08:03:23 +02:00
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
2010-09-09 05:14:17 +02:00
<as:verb>$verb</as:verb>
$actobj
2010-07-15 08:03:23 +02:00
</entry>