<%@page buffer="none" session="false" trimDirectiveWhitespaces="true"%> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <%-- The import is only necessary to avoid highlighting snippets that destoy the HTML structure --%> <%@ page import="org.opencms.util.CmsHtmlConverter"%>

${cms.enableReload}

<%-- get the search form object containing results and controller --%> <%-- short cut to access the controllers --%> <%-- short cut to access the controller for common search settings --%>
${fn:replace(common.state.query,'"','"')} <%-- choose layout dependent on the presence of search options --%>
${facetController.config.label}
${facetController.config.label}
<%-- Show option to show more facet entries --%> Show more Show less
${facetController.config.label}

${common.state.query} ${search.finalQuery}

${search.didYouMeanCollated} ?


<%! CmsHtmlConverter htmlConverter = new CmsHtmlConverter(); %>
${searchResult.fields["Title_prop"]}

<%-- To avoid destroying the HTML, if the highlighted snippet contains unbalanced tag, use the htmlConverter for cleaning the HTML. --%> <%= htmlConverter.convertToString((String) pageContext.getAttribute("highlightSnippet")) %> ${cms:trimToSize(fn:escapeXml(searchResult.fields["content_en"]),250)}


  • 1 ? "" : "class='disabled'"}>
  • ${pagination.state.currentPage > 1 ? pagination.state.currentPage - 1 : 1}
  • 1 ? "" : "class='disabled'"}>
  • ${i}
  • ${is}
  • ${search.numPages} ${pagination.state.currentPage < search.numPages ? pagination.state.currentPage + 1 : pagination.state.currentPage}
  • = search.numPages ? "class='disabled'" : ""}>
  • = search.numPages ? "class='disabled'" : ""}>