mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
poco should now be spec compliant
This commit is contained in:
parent
abe96155b4
commit
ea0ab6fbac
4 changed files with 14 additions and 10 deletions
|
@ -3,12 +3,16 @@
|
|||
{{ if $response.sorted }}<sorted>$response.sorted</sorted>{{ endif }}
|
||||
{{ if $response.filtered }}<filtered>$response.filtered</filtered>{{ endif }}
|
||||
{{ if $response.updatedSince }}<updatedSince>$response.updatedSince</updatedSince>{{ endif }}
|
||||
{{ if $response.startIndex }}<startIndex>$response.startIndex</startIndex>{{ endif }}
|
||||
{{ if $response.itemsPerPage }}<itemsPerPage>$response.itemsPerPage</itemsPerPage>{{ endif }}
|
||||
{{ if $response.totalResults }}<totalResults>$response.totalResults</totalResults>{{ endif }}
|
||||
<startIndex>$response.startIndex</startIndex>
|
||||
<itemsPerPage>$response.itemsPerPage</itemsPerPage>
|
||||
<totalResults>$response.totalResults</totalResults>
|
||||
|
||||
|
||||
{{ if $response.totalResults }}
|
||||
{{ for $response.entry as $entry }}
|
||||
{{ inc poco_entry_xml.tpl }}{{ endinc }}
|
||||
{{ endfor }}
|
||||
|
||||
{{ else }}
|
||||
<entry></entry>
|
||||
{{ endif }}
|
||||
</response>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue