X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fsuite_index.tmpl;h=9be0784c1a8dcf33ece9ceab0d21cbdabb03e31f;hp=baf70e4c4c6d2cb59aadc321b54d1579bab6588e;hb=1c880dbbb5b885dd620120354e735c06280030df;hpb=1bae1b743532d7d100015b751fe1f7be52198b8b diff --git a/templates/html/suite_index.tmpl b/templates/html/suite_index.tmpl index baf70e4..9be0784 100644 --- a/templates/html/suite_index.tmpl +++ b/templates/html/suite_index.tmpl @@ -6,7 +6,7 @@ keywords = suite navigation = nav_arr %] -[% PROCESS 'html/menu.inc' %] +[% PROCESS 'html/util.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] @@ -35,9 +35,9 @@ [% '
' IF loop.last %] [% END %] -[% link_title = is_source ? g('List of all source packages') +[% link_title = source ? g('List of all source packages') : g('List of all packages'); - link_text = is_source ? g('All source packages') + link_text = source ? g('All source packages') : g('All packages'); -%]

@@ -45,4 +45,4 @@ ([% g('compact compressed textlist') %])

-[%- PROCESS 'html/foot.tmpl' -%] +[%- PROCESS 'html/foot.tmpl' page_name= source ? "source/$suite/" : "$suite/" -%]