Added query builder to search results
This commit is contained in:
parent
98398a58b6
commit
df8c386663
2 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,5 @@
|
||||||
<p>
|
<p>
|
||||||
${message?html}
|
${message?html}
|
||||||
</p>
|
</p>
|
||||||
|
<#include "queryBuilder.ftl">
|
||||||
<#include "search-help.ftl" >
|
<#include "search-help.ftl" >
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
<#-- Template for displaying paged search results -->
|
<#-- Template for displaying paged search results -->
|
||||||
|
|
||||||
<h2 class="searchResultsHeader">
|
<h2 class="searchResultsHeader">
|
||||||
|
|
||||||
|
<#include "queryBuilder.ftl">
|
||||||
|
|
||||||
<#escape x as x?html>
|
<#escape x as x?html>
|
||||||
${i18n().search_results_for} '${querytext}'
|
${i18n().search_results_for} '${querytext}'
|
||||||
<#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}'</#if>
|
<#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}'</#if>
|
||||||
|
|
Loading…
Add table
Reference in a new issue