[% nav_arr = [ { name=> suite, url=>make_url('/','','suite',suite) } ]; nav_arr.push( { name => 'Source' } ) IF source; nav_arr.push( { name => 'Index' } ); PROCESS 'html/head.tmpl' title_tag = "List of sections in \"$suite\"" keywords = suite navigation = nav_arr %] [% PROCESS 'html/menu.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] [% PROCESS menuitem name=s url='' %] [%- ELSE -%] [% PROCESS menuitem name=s url=make_url('/','','suite',s,'source',source) %] [%- END -%] [%- '
' IF loop.last -%] [% END %]

List of sections in "[% suite %]"

[% FOREACH subsections %] [% '
' IF loop.first %]
[% name %]
[% desc %]
[%- loop_half = loop.size / 2 -%] [%- IF ( loop.count <= loop_half ) && ( loop.count >= ( loop_half - 1 ) ) -%]
[%- END -%] [% '
' IF loop.last %] [% END %]

All [% "source " IF source %]packages
(compact compressed textlist)

[%- PROCESS 'html/foot.tmpl' -%]