X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=88274f4b81dc7bcc3819fe0eb55244edd86303e2;hb=a6b0759c90c35aae73ae5b4bdc2ca069e768ee7e;hp=b6b939e228f572e342f08912d9243b413eb2a8cc;hpb=b688b16487ef2ca8ad7861d7c20da16a9f3f4448;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index b6b939e..88274f4 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -4,10 +4,12 @@ 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 } ); -%] +[% desclang = 'en'; + SET desclang = lang IF desc.$lang.long %] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) - description = desc + description = desc.$desclang.short keywords = "$suite, $archive, $section, $subsection, $version" print_search_field = 'packages' search_field_values = { @@ -54,7 +56,7 @@