X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fsearch.tmpl;h=31dd928081e89da21562917739e62dc7fdabc792;hb=65c3333549a7b7db89fd908a68cc337431e8189b;hp=65729672202c2d2516ec6799f1fe63fcf34ece0c;hpb=8bd0c8390b35da9afc1a843ae5875ed620e98dc4;p=deb%2Fpackages.git diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl index 6572967..31dd928 100644 --- a/templates/html/search.tmpl +++ b/templates/html/search.tmpl @@ -69,13 +69,10 @@ [% IF too_many_hits %] [% IF opts.searchon != "names" %] -

[% g("Note that this only shows the best matches, sorted by relevance. -If the first few packages don't match what you searched for, try using more keywords or alternative -keywords.") %]

+

[% g("Note that this only shows the best matches, sorted by relevance. If the first few packages don't match what you searched for, try using more keywords or alternative keywords.") %]

[% ELSE %] -

[% g('Your search was too wide so we will only display exact matches. -At least %u results have been omitted and will not be displayed. -Please consider using a longer keyword or more keywords.', too_many_hits) %]

+

[% g('Your search was too wide so we will only display exact matches. At least %u results have been omitted and will not be displayed. Please consider using a longer keyword or more keywords.', + too_many_hits) %]

[% END; END %] [% UNLESS results %] @@ -96,7 +93,8 @@ Please consider using a longer keyword or more keywords.', too_many_hits) %]


[% version %] [%- IF archive != main_archive %] [[% archive %]][% END %]: [% architectures.join(' ') %] [% END %] [% IF s.providers %] -
[% 'also ' IF s.versions.size > 0 %][% g('provided by:') %] [% FOREACH provider IN s.providers %][% provider %][% ', ' UNLESS loop.last %][% END %] +
[% IF s.versions.size > 0; g('also provided by:'); ELSE; g('provided by:'); END %] + [% FOREACH provider IN s.providers %][% provider %][% ', ' UNLESS loop.last %][% END %] [% END %] [% END %]