__section__ default __description__ Main page for submissions list * submissions = arrayref of hashrefs of submissions (subid, subj, time, tid, note, email, name, section, comment, uid, karma) * selection = hashref for note selection popup __title__ __page__ submit __lang__ en_US __name__ subEdAdmin __template__ [% USE Slash %]
[% FOREACH sub = submissions %] [% this_note = sub.note || '' %] [% END %]
[% Slash.createSelect("note_${sub.subid}", selection, this_note, 1) %] [% Slash.selectSection("section_$sub.subid", sub.section, 0, 1) %] [% IF constants.submiss_ts %] [% sub.time %]  [% END %] [% sub.strs.0 %]  [% sub.strs.1 %] [% UNLESS sub.is_anon %] ([% sub.karma or 0 %]) [% END %]
[% sub.strs.2 %]

[% IF form.note == 'Quik' %] [% END %]

__seclev__ 10000