X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=a9ed93b5370323135094fd49b859c956c5b96ebe;hb=2083514585179b1ebdf362b9da11adf32782736f;hp=f2993ed1b2ea47d178477dac80a2bb297205edfc;hpb=6f901c658cd9b6ba36a285417ab2d10ebf481c7c;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index f2993ed..a9ed93b 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -4,10 +4,12 @@ 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 } ); -%] +[% desclang = 'en'; + SET desclang = lang IF desc.$lang.long %] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) - description = desc + description = desc.$desclang.short keywords = "$suite, $archive, $section, $subsection, $version" print_search_field = 'packages' search_field_values = { @@ -60,7 +62,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %] @@ -121,6 +123,15 @@

    Homepage: [% url | html %]

    [% END %] +[% FOREACH sim IN similar %] + [% IF loop.first %] +

    Similar packages:

    + ' IF loop.last %] +[% END %] + [% END %] @@ -151,9 +162,9 @@ Do not install it on a normal Debian system.

    [% UNLESS is_virtual %] - [% IF desc.short %] -

    [% desc.short %]

    -

    [% desc.long %] + [% IF desc.$desclang.short %] +

    [% desc.$desclang.short %]

    +

    [% desc.$desclang.long %] [% END %] [% ELSE %]

    This is a virtual package. See the Debian policy for a definition of virtual packages.

    @@ -311,5 +322,6 @@ Do not install it on a normal Debian system.

    [%- END %] [% END %] - +[%# %] +[%- PROCESS 'html/foot.tmpl' -%]