X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=1f12d7c0ad188558cb11594053cb5d4735f31e5f;hp=9e82b3fb537d9eb843d00e82f2ad775cd362f671;hb=53c5c42a5e402b991fd316fcec148f6e5e739f55;hpb=601ac921e78e06538562327dad1001efa80b779b diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 9e82b3f..1f12d7c 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -1,4 +1,9 @@ [% PROCESS 'config/archive_layout.tmpl' %] +[% PROCESS 'config/mirrors.tmpl' %] +[%- nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','source',''), name=>suite }, ]; + 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 } ); -%] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) @@ -8,9 +13,7 @@ search_field_values = { searchon => is_source ? 'sourcenames' : 'names', } - navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, - { prefix=>'Section:', title=>'All packages in this section', url=>make_url("$subsection/"), name=>subsection }, - { prefix=>'Package:', name=>pkg } ] + navigation = nav_arr -%] [% PROCESS 'html/menu.inc' %] @@ -51,7 +54,7 @@ +[% vcs_link = page.get_newest("vcs-browser") %] [% #FIXME: should this only be used for the PTS? known_vcs = [ [ 'cvs', 'CVS', 'cvs' ], [ 'svn', 'Subversion', 'subversion' ], [ 'bzr', 'bzr', 'bzr' ], [ 'darcs', 'Darcs', 'darcs' ], [ 'arch', 'arch', 'tla' ], - [ 'git', 'Git', 'git-core' ], ]; + [ 'git', 'Git', 'git-core' ], + [ 'hg', 'Hg', 'mercurial' ], ]; FOREACH vcs IN known_vcs; vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2; vcs_info = page.get_newest("vcs-$vcs_id"); @@ -77,7 +82,9 @@ IF vcs_info; %]

Debian Package Repository (VCS: [% vcs_name %]):
[% vcs_info %]

-[% END; END %] +[% IF vcs_link %] +

Debian Package Repository (Browsable):
[% vcs_link %]

+[% END; END; END %] [% IF src %]

Download Source Package [% src.pkg %]: @@ -95,14 +102,14 @@

Maintainer:

[%- FOREACH maintainers -%] [% name | html %] - (QA Page) + (QA Page) [%- END -%] [%- ELSE -%]

Maintainers:

[%- FOREACH maintainers -%] [%- '' IF loop.last -%] [%- END -%] @@ -137,6 +144,11 @@ Do not install it on a normal Debian system.

[% END %] +
+
+ +[% IF desc %] +
[% UNLESS is_virtual %] [% IF desc.short %] @@ -177,9 +189,11 @@ Do not install it on a normal Debian system.

[% desc %]
[% '
' IF loop.last %] [% END %] +
+[% END %] [% FOREACH binaries %] - [% IF loop.first %]
The following binary packages are built from this source package:
[% END %] + [% IF loop.first %]
The following binary packages are built from this source package:
[% END %]
[% IF available %][% name %][% ELSE %][% name %][% END %]
[% desc %]
[% '
' IF loop.last %] @@ -233,7 +247,7 @@ Do not install it on a normal Debian system.

[%- END %] [% END %] -[% FOREACH downloads %] +[% FOREACH d IN downloads %] [% IF loop.first -%]

Download [% pkg %]

@@ -244,11 +258,12 @@ Do not install it on a normal Debian system.

[%- END %] -[% download_url = pkg _ '/' _ arch _ '/download' - filelist_url = pkg _ '/' _ arch _ '/filelist' %] -[% arch %] -[% '' _ version _ '' IF versions.multiple %] -[% pkgsize %] kB[% instsize %] kB +[% download_url = pkg _ '/' _ d.arch _ '/download' + filelist_url = pkg _ '/' _ d.arch _ '/filelist' %] +[% d.arch %] +[%- SET a = d.archive; IF mirrors.$a.unofficial_port %] (unofficial port)[% END %] +[% '' _ d.version _ '' IF versions.multiple %] +[% d.pkgsize %] kB[% d.instsize %] kB [% IF contents_avail %] [list of files] @@ -287,3 +302,5 @@ Do not install it on a normal Debian system.

[%- END %] [% END %] + +