]> git.deb.at Git - deb/packages.git/blob - templates/html/suite_index.tmpl
The Big, the Fat and the Ugly commit ;)
[deb/packages.git] / templates / html / suite_index.tmpl
1 [% PROCESS 'html/head.tmpl' 
2         title_tag = "List of sections in \"$suite\""
3         page_title = "List of sections in \"$suite\""
4         keywords = suite
5         navigation = [ { name=> suite },
6                        { name => 'Index' }, ]
7 %]
8
9 [% FOREACH subsections %]
10   [% '<div id="lefthalfcol"><dl>' IF loop.first %]
11   
12   <dt><a href="[% id %]/">[% name %]</a></dt>
13   <dd>[% desc %]</dd>
14
15   [%- loop_half = loop.size / 2 -%]
16   [%- IF ( loop.count <= loop_half ) && ( loop.count >= ( loop_half - 1 ) ) -%]
17   </dl>
18   </div> <!-- end lefthalfcol -->
19   <div id="righthalfcol">
20   <dl>
21   [%- END -%]
22   [% '</dl></div>' IF loop.last %]
23 [% END %]
24
25 <p class="psmallcenter">
26         <a href="allpackages" title="List of all packages">All packages</a><br>
27         (<a href="allpackages?format=txt.gz">compact compressed textlist</a>)
28 </p>