X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/1de186bb0fbe997a1595b0cdeac146f9a3647368..161c1102795805ee665a727e185fb71e58c92110:/data/templates/search/sidebar.htm diff --git a/data/templates/search/sidebar.htm b/data/templates/search/sidebar.htm index 9e36312..9247f36 100644 --- a/data/templates/search/sidebar.htm +++ b/data/templates/search/sidebar.htm @@ -1,3 +1,12 @@ +{% if hitcount > 1 %} + Sort by: +
+ Relevance + Date +
+
+
+{% endif %} {% set filters %} {% include 'search/sidebar-filter.htm' with {'type': 'tags', 'title': 'Tag'} %} {% include 'search/sidebar-filter.htm' with {'type': 'domain', 'title': 'Domain'} %} @@ -14,3 +23,7 @@

Query took {{queryTime}}.

+ +{% if sidebarinclude %} + {% include sidebarinclude %} +{% endif %}