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