Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1961039.tpl
1 <?xml version="1.0" encoding="windows-1250"?>
2 <feed xmlns="http://www.w3.org/2005/Atom">
3
4 <title>Kyberia ATOM feed for user {$username}</title>
5 <subtitle>Osobny ATOM feed</subtitle>
6 <link href="http://kyberia.sk"/>
7 <updated>2003-12-13T18:30:02Z</updated> <!-- blabla -->
8 <author>
9 <name>Kyberia server</name>
10 <email>kyberia@kyberia.sk</email>
11 </author>
12 <id>urn:uuid:91272321-8291-4343-2323-883472371823</id>
13
14 {get_atom}
15
16 {foreach from=$get_atom item=child}
17 <entry>
18 <title>{$child.node_name}</title>
19 <link rel="alternate" type="text/html" href="http://kyberia.sk/id/{$child.node_id}"/>
20 <id>{$child.node_id}</id>
21 <updated>2003-12-13T18:30:02Z</updated> <!-- pozriet -->
22 <summary>{$child.node_content}</summary>
23 </entry>
24 {/foreach}
25
26 </feed>
27
28
29
30
This page took 0.337716 seconds and 4 git commands to generate.