__section__ default __description__ Display selection table for all the submissions * cur_section = current section * cur_note = current note * def_section = default section * def_note = default note * sections = arrayref of active sections * notes = arrayref of active notes * sn = hashref of counts of submissions (sn.$section.$note) * title = passed to titlebar * width = passed to titlebar __title__ __page__ submit __lang__ en_US __name__ subEdTable __template__ [% PROCESS titlebar %] [% # print section headers %] [% FOREACH section = sections %] [% IF section.0 == def_section %] [% END %] [% END %] [% # print individual rows and counts %] [% FOREACH note = notes %] [% FOREACH section = sections %] [% s = section.0; n = note.0; count = sn.$s.$n || 0; bgcolor = " BGCOLOR=\"$user.bg.1\"" IF n == cur_note && s == cur_section; %] [% count %]  [% IF section.0 == def_section %] [% END %] [% END %] [% END %]
 [% section.0 %] 
 [% note.0 %] 
__seclev__ 10000