X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=1d9f655eb3835620a78696cfe53ef6e473395520;hb=e454ca3e9cd32ded30b5ee29302119ccd28d71ee;hp=07fefe77b2e32798f8a6a5d9a452c89f2f5f1a0a;hpb=9ee3fd3aa184ba974be690d0834883c54986986f;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 07fefe7..1d9f655 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -9,7 +9,9 @@ [ 'hg', 'Hg', 'mercurial' ], ]; vcs_link = page.get_newest("vcs-browser"); -%] -[%- nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','source',''), name=>suite }, ]; +[%- suite_name = suite; + SET suite_name = suite_name _ ' (' _ suite_aliases.$suite _ ')' IF suite_aliases.$suite; + nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','source',''), name=>suite_name }, ]; 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 } ); -%] @@ -115,10 +117,12 @@ [%- END -%] [% url = page.get_newest('url'); - url = page.get_newest('homepage'); + SET url = page.get_newest('homepage') IF page.get_newest('homepage'); IF url %]

External Resources:

-

Homepage: [% url | html %]

+ [% END %] [% FOREACH sim IN similar %] @@ -213,14 +217,14 @@ Do not install it on a normal Debian system.

Other Packages Related to [% pkg %]

- +
[% IF is_source %] - - + + [% ELSE %] - - - + + + [% END %]
[adep]= build-depends[idep]= build-depends-indep
  • build-depends
  • build-depends-indep
[dep]= depends[rec]= recommends[sug]= suggests
  • depends
  • recommends
  • suggests
[%- END %] @@ -230,7 +234,7 @@ Do not install it on a normal Debian system.

[% '
  • ' UNLESS is_old_pkgs %] [% FOREACH alternatives %] [% '
    ' IF loop.first %] -
    [% IF loop.first %][[% id %]][% ELSE %]or [% END %] +
    [% IF loop.first %][% id %]:[% ELSE %]or [% END %] [% IF suite %][% name %][% ELSE %][% name %][% END %] [% ' (' _ version _ ')' IF version %] [% ' [' _ arch_str _ ']' IF arch_str %]
    @@ -334,6 +338,6 @@ Do not install it on a normal Debian system.

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