[% INCLUDE 'toolbar.html' %]
[% INCLUDE 'datetime.html' %]
[% INCLUDE 'navigation.html' %]
show page :
[% IF misc.this_page > 0 %]previos | [% END %]
next
[% INCLUDE 'banner_top.html' %]
[% INCLUDE 'banner_content.html' %]
[% IF topic %]
[% s = topic.size; i = 0 %]
[% WHILE i < s %]
[% poster = topic.$i.aid %]
[% IF i == 0 %]
[% topic.$i.title %]
[% topic.$i.imageurl %]
posted by [% author.$poster.name %] on [% topic.$i.tdate %]
[% topic.$i.description %]
[% ELSE %]
[% topic.$i.title %]
posted by [% author.$poster.name %] on [% topic.$i.tdate %]
[% topic.$i.description %]
[% END %]
[% i = i + 1 %]
[% END %]
[% ELSE %]
There's no node yet!
[% END %]