%PDF- %PDF-
Direktori : /www/varak.net/povidky.varak.net/app/templates/Bookshelf/ |
Current File : /www/varak.net/povidky.varak.net/app/templates/Bookshelf/authors.latte |
{contentType application/xml; charset=utf-8} <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <id>urn:waritko:index:authors:{$id}</id> <title type="text">knihovna.varak.net</title> <subtitle type="text">Waritkuv online ebook katalog</subtitle> <updated>{$now}</updated> <link rel="self" type="application/atom+xml" href="{$baseUri}/Bookshelf/default/"></link> <rights>(c) 2000-2013, Waritko, Czech Republic</rights> <author> <name>Waritko</name> <email>martin@varak.net</email> <uri>{$baseUri}</uri> </author> {foreach $data as $entry} <entry> <title>{$entry->name}</title> <id>urn:waritko:authors:{$entry->id}</id> <link type="application/atom+xml" href="{$baseUri}/bookshelf/author/{$entry->id}"></link> <content type="text">Počet knih: {$entry->bookcount}</content> </entry> {/foreach} </feed>