Automatically exported from code.google.com/p/planningalerts
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

rss.tpl 914 B

il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
il y a 17 ans
12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0" xmlns:georss="http://www.georss.org/georss">
  3. <channel>
  4. <title>PlanningAlerts.com</title>
  5. <link>http://www.planningalerts.com/</link>
  6. <description></description>
  7. {foreach name="applications" from="$applications" item="application"}
  8. <item>
  9. <title>{$application->address}</title>
  10. <guid isPermaLink="false">{$application->council_reference}</guid>
  11. <georss:featurename>{$application->address}</georss:featurename>
  12. <georss:point>{$application->lat} {$application->lon}</georss:point>
  13. <description><![CDATA[{$application->description}]]></description>
  14. <link><![CDATA[{$application->info_url}]]></link>
  15. <comments><![CDATA[{$application->comment_url}]]></comments>
  16. </item>
  17. {/foreach}
  18. </channel>
  19. </rss>