X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fsuite_index.tmpl;h=9be0784c1a8dcf33ece9ceab0d21cbdabb03e31f;hb=07134d873c7eed36befdb9fc06f6538ef8670f1c;hp=92b7d97a590f2dd1e456140edc9817a12b2c544f;hpb=39651deecd6d21672d804d2aca78dbc731dfbea2;p=deb%2Fpackages.git diff --git a/templates/html/suite_index.tmpl b/templates/html/suite_index.tmpl index 92b7d97..9be0784 100644 --- a/templates/html/suite_index.tmpl +++ b/templates/html/suite_index.tmpl @@ -1,12 +1,12 @@ [% 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 %] -[% PROCESS 'html/menu.inc' %] +[% PROCESS 'html/util.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] @@ -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,7 +35,14 @@ [% '
' IF loop.last %] [% END %] +[% link_title = source ? g('List of all source packages') + : g('List of all packages'); + link_text = 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' page_name= source ? "source/$suite/" : "$suite/" -%]