X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=936d3b4ca583e13fc54fe74fdad842d3656addd9;hb=ff4b28e693ca87d87b0c4db9959692a7a6065584;hp=3ebc1a1ffabd5193bd5def82c57f62d197f30cc7;hpb=1c880dbbb5b885dd620120354e735c06280030df;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 3ebc1a1..936d3b4 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 %]
@@ -86,9 +86,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 -%] @@ -120,8 +134,8 @@ END -%] [%- '' IF loop.last -%] [%- END -%] @@ -241,26 +255,26 @@ [%- END %]