X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=19f5b7e474bfaee94967d6d6abecd2d03207125e;hb=ba5be70ae27ddcb97cae5b9e5ceb9c97c06649f3;hp=19c0f08fc5d135b25beea9c5bd19d97d3dbdc671;hpb=587dcc6f49188c0a2076e7316643f90a7c3d1d5a;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 19c0f08..19f5b7e 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -56,9 +56,9 @@ [% ELSE %]

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

+[%- PROCESS marker text=archive title=mirrors.$archive.title IF archive && archive != main_archive %] +[%- PROCESS marker text=section title=section_titles.$section IF section && section != main_section %] +[%- PROCESS marker text=g('essential') title=g('package manager will refuse to remove this package by default') IF page.get_newest('essential') == 'yes' %] [% UNLESS is_virtual %]
@@ -80,9 +80,23 @@ SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; IF vcs_info %] ([% vcs_name %]) -[% END; END %] +[% END; END -%] -[% END %] +[% END -%] + +[% IF patch_tracking_url && src %] + [% FOREACH src.downloads %] + [% IF name.match('\.diff\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracking", organisation) %]
  • + [% END -%] + [% END -%] +[% ELSIF patch_tracking_url && is_source %] + [% FOREACH srcfiles %] + [% IF filename.match('\.diff\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracking", organisation) %]
  • + [% END -%] + [% END -%] +[% END -%] @@ -128,8 +142,8 @@ '' IF loop.last; END -%]

    [% g('Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.', - "https://bugs.launchpad.net/ubuntu/+source/$src.pkg/+filebug", - "https://answers.launchpad.net/ubuntu/+source/$src.pkg/+addquestion") %]

    + "https://bugs.launchpad.net/ubuntu/+source/" _ (is_source ? pkg : src.pkg) _ "/+filebug", + "https://answers.launchpad.net/ubuntu/+source/" _ (is_source ? pkg : src.pkg) _ "/+addquestion") %]

    [%- END -%] [%- IF original_maintainers.size -%] @@ -261,26 +275,26 @@ [%- END %]