/modules/mod_atom_feed/templates/atom_feed_search.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 13 lines · 11 code · 2 blank · 0 comment · 3 complexity · 0d2fb700c69e562ea14051fd7f725764 MD5 · raw file

  1. <feed xmlns="http://www.w3.org/2005/Atom" xml:base="{{ site_url }}" xml:lang="en">
  2. <generator uri="http://zotonic.com/">Zotonic - Atom Feed Module</generator>
  3. <updated>{{ updated|date:"c" }}</updated>
  4. <logo />
  5. <link rel="self" type="application/atom+xml" href="{{ site_url }}{% url atom_feed_search %}" />
  6. <id>zotonic.atom.search</id>
  7. <title>{{ m.config.site.title.value|escapexml }} - {{ feed_title|escapexml }}{% if qtext %} - &quot;{{ qtext|escapexml }}&quot;{% endif %}</title>
  8. {% for id in ids %}
  9. {% include "_atom_entry.tpl" id=id %}
  10. {% endfor %}
  11. </feed>