X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=22856b0416abeba1fcbdebce7f1e8a457746507f;hb=d4e0a5b0329b5247898b6d991b651f7df1f388bb;hp=16ea7e40db4c01c9c32aa32f16cf2fa7671fc86e;hpb=723a3070634d467e3328c41dfcd8f1da3b5f70d2;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 16ea7e4..22856b0 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -1,4 +1,9 @@ [% PROCESS 'config/archive_layout.tmpl' %] +[% PROCESS 'config/mirrors.tmpl' %] +[%- nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','source',''), name=>suite }, ]; + nav_arr.push( { title => 'Source packages', url=>make_url('/'), name=>'Source' } ) IF is_source; + nav_arr.push( { prefix=>'Section:', title=>'All packages in this section', url=>make_url("$subsection/"), name=>subsection } ); + nav_arr.push( { prefix=>'Package:', name=>pkg } ); -%] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) @@ -8,9 +13,7 @@ search_field_values = { searchon => is_source ? 'sourcenames' : 'names', } - navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, - { prefix=>'Section:', title=>'All packages in this section', url=>make_url("$subsection/"), name=>subsection }, - { prefix=>'Package:', name=>pkg } ] + navigation = nav_arr -%] [% PROCESS 'html/menu.inc' %] @@ -51,7 +54,7 @@