__section__ default __description__ * width = passed to titlebar * actives = arrayref of arrayrefs of most active stories * visited = arrayref of arrayrefs of most visited stories * activea = arrayref of arrayrefs of most active authors * activep = arrayref of arrayrefs of most active polls * currtime = current time string * topcomments = arrayref of hashrefs of top 10 comments __title__ __page__ hof __lang__ en_US __name__ main __template__ [% USE Slash %]
[% PROCESS titlebar title => 'Most Active Stories' %]
[% FOREACH item = actives %]
[% item.3 %]
[% Slash.linkStory({ link => item.1, section => item.2, sid => item.0 }) %] by [% item.4 %]
[% END %]
[% PROCESS titlebar title => 'Most Visited Stories' %]
[% FOREACH item = visited %]
[% item.3 %]
[% Slash.linkStory({ link => item.1, section => item.2, sid => item.0 }) %] by [% item.4 %]
[% END %]
[% PROCESS titlebar title => 'Most Active Authors' %]
[% FOREACH item = activea %]
[% item.0 %] [% item.1 %]
[% END %]
[% PROCESS titlebar title => 'Most Active Submitters' %]
[% FOREACH item = activesub %]
[% item.0 %] [% item.1 %]
[% END %]
[% PROCESS titlebar title => 'Most Active Poll Topics' %]
[% FOREACH item = activep %]
[% item.0 %] [% item.1 %]
[% END %]
[% PROCESS titlebar title => 'Top 10 Comments' %]
[% FOREACH top = topcomments %]
[% top.score %]
[% top.subj %]
by [% top.nickname %] on [% top.cdate %]
attached to [% Slash.linkStory({ link => top.title, section => top.section, sid => top.sid }) %]
posted on [% top.sdate %] by [% top.anickname %]
[% END %]