X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fsearch.tmpl;h=31dd928081e89da21562917739e62dc7fdabc792;hp=3427f2a9bd40ea7e347efeeb671361a3ade9ba63;hb=eb7a14fed094e6a7629cf5154357ccf16c6163ff;hpb=944e9ffd2b7f527a3e96bb33a8a5b17f965a7815 diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl index 3427f2a..31dd928 100644 --- a/templates/html/search.tmpl +++ b/templates/html/search.tmpl @@ -34,8 +34,8 @@ searchformurl) %]

[% IF opts.searchon != "names" && opts.exact %] -

[% g('You have searched only for words exactly matching your keywords. You can try to search allowing subword matching.', - make_search_url('',"keywords=$keyword_esc",'exact',0) ) %] +

[% g('You have searched only for words exactly matching your keywords. You can try to search allowing subword matching.', + make_search_url('',"keywords=$keyword_esc",'exact',0) ) %]

[% END %] [% END %] [% IF opts.searchon == "names" && non_results %] @@ -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 %]