X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=aa3435f18ac21c2071a04c895fd2dddb51e1f86d;hp=c4b1e904f1bd7df684e1fffbf8a2f2a8f00a4fa7;hb=058db44300c769533fcac662d9b9b88b588ce988;hpb=bedf14e393ba83316aca3e442c14f24914a6cd84 diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index c4b1e90..aa3435f 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -45,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' %]

@@ -62,7 +61,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %] @@ -118,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 %]