X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=a9ef33870b80d68ce9a7db15445ea6a33e16d7b9;hb=404e70717590f860d3db41bef40957e6df651324;hp=5087d2434ff2f3ce4d9393f25d196b60f384976f;hpb=bfdaecc4cb8124a653c5b4446799727d61246b3c;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 5087d24..a9ef338 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,13 +56,13 @@