X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=aa3435f18ac21c2071a04c895fd2dddb51e1f86d;hb=648a333fa9bee495e2a16843f3b5c61957828f11;hp=22856b0416abeba1fcbdebce7f1e8a457746507f;hpb=d4e0a5b0329b5247898b6d991b651f7df1f388bb;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 22856b0..aa3435f 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 %] @@ -116,11 +117,21 @@ [%- END %] [% url = page.get_newest('url'); + url = page.get_newest('homepage'); IF url %]

    External Resources:

    Homepage: [% url | html %]

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

    Similar packages:

    + ' IF loop.last %] +[% END %] + [% END %] @@ -144,11 +155,16 @@ Do not install it on a normal Debian system.

    [% END %] +
    +
    + +[% IF desc %] +
    [% 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.

    @@ -184,9 +200,11 @@ Do not install it on a normal Debian system.

    [% desc %]
    [% '
    ' IF loop.last %] [% END %] +
    +[% END %] [% FOREACH binaries %] - [% IF loop.first %]
    The following binary packages are built from this source package:
    [% END %] + [% IF loop.first %]
    The following binary packages are built from this source package:
    [% END %]
    [% IF available %][% name %][% ELSE %][% name %][% END %]
    [% desc %]
    [% '
    ' IF loop.last %] @@ -255,10 +273,19 @@ Do not install it on a normal Debian system.

    filelist_url = pkg _ '/' _ d.arch _ '/filelist' %] [% d.arch %] [%- SET a = d.archive; IF mirrors.$a.unofficial_port %] (unofficial port)[% END %] -[% '' _ d.version _ '' IF versions.multiple %] +[% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' ); + vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' ); + IF vnorm == vlatest; + version_class = 'vcurrent'; + ELSIF vup == vuplatest; + version_class = 'volder'; + ELSE; + version_class = 'vold'; + END %] +[% "$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 @@ -295,3 +322,6 @@ Do not install it on a normal Debian system.

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