X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fdownload.tmpl;h=4a405f24da53a63ee079e1d9a5b79120b4714891;hb=5eefedd1fae821a3981218ceaccb7f5e50f823f9;hp=e30fa1dd30b1b2550ac38fc4807689311ac4092c;hpb=66da5296de39b8db2673c698ea79dde436f37fb3;p=deb%2Fpackages.git diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index e30fa1d..4a405f2 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -1,5 +1,5 @@ [%- PROCESS 'html/head.tmpl' - title_tag = 'Package Download Selection' + title_tag = "Package Download Selection -- $filename.file" description = desc keywords = "$suite, $archive, $section, $subsection, $version" navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, @@ -92,10 +92,13 @@ please see our complete mirror list.

[% END %] [% IF a.unofficial_port %] -[% SET port = a.unofficial_port %] +[% SET port = a.unofficial_port.$architecture %] +[% IF port.url_name; + SET port.url = ports_url _ port.url_name _ '/'; + END -%]

Note that [% port.name %] is not officially included in the [% organisation %] archive yet, but the [% port.name %] porter group keeps their archive in sync with the official archive as close as possible. -See the [% port.name %] ports page for current information.

+See the [% port.name %] ports page for current information.

[% END %]

Note that in some browsers you will need to tell your browser you want the file saved to a file. @@ -110,3 +113,5 @@ For example, in Firefox or Mozilla, you should hold the Shift key when you click SHA1 checksum [% sha1 || 'Not Available' %] SHA256 checksum [% sha256 || 'Not Available' %] + +[%- PROCESS 'html/foot.tmpl' -%]