__section__ default __description__ Edit a section * section = name of section * this_section = hashref of section * qid = poll to assign to section * isolate = boolean for isolate mode * issue = boolean for issue mode * blocks = arrayref of hashref of blocks for section (we should also pass in template for this section at some point ...) __title__ __page__ sections __lang__ en_US __name__ editSection __template__ [ Stories | Submissions | Preview ]
[% PROCESS formLabel value => "Section name", comment => "must be unique" %]

[% PROCESS formLabel value => "Article Count", comment => "how many articles to display on section index" %] 1/3rd of these will display intro text, 2/3rds just headers

[% PROCESS formLabel value => "Title", comment => "be descriptive" %]

[% PROCESS formLabel value => "Polls for this section", comment => "" %] [% qid %] [% PROCESS formLabel value => "Isolate mode", comment => "" %] [% isolate %] [% PROCESS formLabel value => "Issue mode", comment => "" %] [% issue %] [% IF blocks %] [% PROCESS formLabel value => "Edit Section slashboxes" comment => "blocks" %] [% FOREACH block = blocks %] [% END %]
[% block.title %] [% block.url %][% ' (default)' IF block.ordernum > 0 %]
[% END %]


[% PROCESS formLabel value => "Topics", comment => "topics assigned to this section" %]
    [% FOREACH topic = topics %]
  • [% topic %]
  • [% END %]
__seclev__ 10000