friendica/view/poco_entry_xml.tpl

8 lines
479 B
Smarty
Raw Normal View History

2011-10-27 10:54:52 +02:00
<entry>
{{ if $entry.id }}<id>$entry.id</id>{{ endif }}
{{ if $entry.displayName }}<displayName>$entry.displayName</displayName>{{ endif }}
2011-10-27 13:38:33 +02:00
{{ if $entry.preferredUsername }}<preferredUsername>$entry.preferredUsername</preferredUsername>{{ endif }}
2011-10-27 10:54:52 +02:00
{{ if $entry.urls }}<urls><value>$entry.urls.value</value><type>$entry.urls.type</type></urls>{{ endif }}
2011-10-27 13:38:33 +02:00
{{ if $entry.photos }}<photos><value>$entry.photos.value</value><type>$entry.photos.type</type></photos>{{ endif }}
2011-10-27 10:54:52 +02:00
</entry>