X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=7107d53d80b302ca1c9fe5d261bfc409b7dadb8c;hb=11fd4b5f87f668eeb33922c6f64823e40828d137;hp=b7e2d72c4e28d049ad94df5ea0cce8435e54f5ab;hpb=26a5ae96402afc64e995356c88bfc2ea08eb1b3d;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index b7e2d72..7107d53 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 = { @@ -43,7 +45,6 @@

Package: [% pkg %] ([% versions.short %]) [% END %] [%- PROCESS marker text=archive IF archive && archive != main_archive %] -[%- PROCESS marker text=subsection IF subsection == 'non-US' and archive != 'non-US' %] [%- PROCESS marker text=section IF section && section != main_section %] [%- PROCESS marker text='essential' IF page.get_newest('essential') == 'yes' %]

@@ -60,7 +61,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %] @@ -121,6 +122,15 @@

    Homepage: [% url | html %]

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

    Similar packages:

    + ' IF loop.last %] +[% END %] + [% END %] @@ -151,9 +161,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.

    @@ -274,7 +284,7 @@ Do not install it on a normal Debian system.

    [% "$d.version" IF versions.multiple %] [% d.pkgsize %] kB[% d.instsize %] kB -[% IF contents_avail %] +[% IF d.contents_avail %] [list of files] [% ELSE %] no current information @@ -313,3 +323,4 @@ Do not install it on a normal Debian system.

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