X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=e680b1cc8c800546f612400d7c8e478cefbb2d15;hb=59da095beebcee4ec6d78531709d709db391017c;hp=ef049a5b41196e79e2ce7290fbdb67ab08e78196;hpb=e073e258df199ec693a94b5f460968dec3f6e732;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index ef049a5..e680b1c 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 url=mirrors.$archive.url IF archive && archive != main_archive %] +[%- PROCESS marker text=section title=section_titles.$section url=section_urls.$section IF section && section != main_section %] +[%- PROCESS marker text=g('essential') title=g('package manager will refuse to remove this package by default') url='http://www.debian.org/doc/debian-policy/ch-binary.html#s3.8' 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('\.(debian|diff)\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracker", organisation) %]
  • + [% END -%] + [% END -%] +[% ELSIF patch_tracking_url && is_source %] + [% FOREACH srcfiles %] + [% IF filename.match('\.(debian|diff)\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracker", organisation) %]
  • + [% END -%] + [% END -%] +[% END -%] @@ -241,26 +255,26 @@ [%- END %]