]> git.deb.at Git - deb/packages.git/blob - templates/html/filelist.tmpl
html/filelist.tmpl: Add forgotten footer include
[deb/packages.git] / templates / html / filelist.tmpl
1 [%- PROCESS 'html/head.tmpl'
2    title_tag = "Filelist of package $pkg/$suite/$arch"
3    page_title = "Filelist of package <em>$pkg</em> in <em>$suite</em> of architecture <em>$arch</em>"
4    keywords = "$suite, $arch, filelist"
5    navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite },
6                   { prefix=>'Package:', url=>make_url(pkg,'','arch',undef), name=>pkg },
7                   { url=>make_url(pkg), name=>arch },
8                   { name => 'Filelist' },
9                 ]
10 -%]
11 <h1></h1>
12
13 [% FOREACH file IN files %]
14 [%- '<div id="pfilelist"><pre>' IF loop.first -%]
15 [% file %]
16 [% '</pre></div>' IF loop.last -%]
17 [% END %]
18
19 [%- PROCESS 'html/foot.tmpl' -%]