X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fsuite_index.tmpl;h=baf70e4c4c6d2cb59aadc321b54d1579bab6588e;hb=48f3321140ad5bcc857d33ca335244f4685afdb1;hp=465c6930ae0e125483a3a7e78b310457e4f10f2a;hpb=bedf14e393ba83316aca3e442c14f24914a6cd84;p=deb%2Fpackages.git diff --git a/templates/html/suite_index.tmpl b/templates/html/suite_index.tmpl index 465c693..baf70e4 100644 --- a/templates/html/suite_index.tmpl +++ b/templates/html/suite_index.tmpl @@ -1,8 +1,8 @@ [% nav_arr = [ { name=> suite, url=>make_url('/','','suite',suite) } ]; - nav_arr.push( { name => 'Source' } ) IF source; - nav_arr.push( { name => 'Index' } ); + nav_arr.push( { name => g('Source') } ) IF source; + nav_arr.push( { name => g('Index') } ); PROCESS 'html/head.tmpl' - title_tag = "List of sections in \"$suite\"" + title_tag = g('List of sections in "%s"', suite) keywords = suite navigation = nav_arr %] @@ -17,7 +17,7 @@ [%- '' IF loop.last -%] [% END %] -

List of sections in "[% suite %]"

+

[% g('List of sections in "%s"', suite) %]

[% FOREACH subsections %] [% '
' IF loop.first %] @@ -35,9 +35,14 @@ [% '
' IF loop.last %] [% END %] +[% link_title = is_source ? g('List of all source packages') + : g('List of all packages'); + link_text = is_source ? g('All source packages') + : g('All packages'); +-%]

- All [% "source " IF source %]packages
- (compact compressed textlist) + [% link_text %]
+ ([% g('compact compressed textlist') %])

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