[% PROCESS sub/date.html %] [% IF recent_type == 'elite' %] [% title = c.loc('Recent Elite Topics') %] [% ELSE %] [% title = c.loc('Recent Topics') %] [% END %] [% IF recent_type != 'my' %] [% RSS_URL = url_prefix _ '/rss' %] [% END %] [% c.load_once("jquery.ui/smoothness/jquery-ui-1.7.custom.css") %]
[% IF recent_type != 'my' %] [% END %]
[% c.loc('Forum') %] [% c.loc("Status") %] [% c.loc("Subject") %][% c.loc("Author") %][% c.loc("Reply") %] [% c.loc("Hit") %] [% c.loc("Last Update") %]
[% FOREACH t IN topics %]
[% IF recent_type != 'my' %] [% END %]
[% t.forum.name %] [% IF t.sticky %][% ELSIF t.closed %][% END %]
[% IF t.elite %] [Elite] [% END %] [% t.title %]
[% t.author.nickname %][% t.total_replies %] [% t.hit %] [% t.last_updator.nickname %] | [% date_format(t.last_update_date) %]
[% END %] [% IF recent_type != 'my' %] [% END %]
[% INCLUDE 'sub/pager.html' %]