]> git.mxchange.org Git - friendica.git/blob - view/smarty3/poco_xml.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / poco_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<?xml version="1.0" encoding="utf-8"?>
6 <response>
7 {{if $response.sorted}}<sorted>{{$response.sorted}}</sorted>{{/if}}
8 {{if $response.filtered}}<filtered>{{$response.filtered}}</filtered>{{/if}}
9 {{if $response.updatedSince}}<updatedSince>{{$response.updatedSince}}</updatedSince>{{/if}}
10 <startIndex>{{$response.startIndex}}</startIndex>
11 <itemsPerPage>{{$response.itemsPerPage}}</itemsPerPage>
12 <totalResults>{{$response.totalResults}}</totalResults>
13
14
15 {{if $response.totalResults}}
16 {{foreach $response.entry as $ent}}
17 {{include file="poco_entry_xml.tpl" entry=$ent}}
18 {{/foreach}}
19 {{else}}
20 <entry></entry>
21 {{/if}}
22 </response>