{** * plugins/generic/lucene/templates/facetsBlock.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Faceted search results navigation block. *}
{translate key="plugins.generic.lucene.faceting.title"} {foreach from=$facets key="facetCategory" item="facetList"}

{if count($facetList)} {capture assign="categoryFacetsMarkup"}

{/capture} {include file="controllers/extrasOnDemand.tpl" id=$facetCategory|concat:"Category" moreDetailsText="plugins.generic.lucene.faceting."|concat:$facetCategory lessDetailsText="plugins.generic.lucene.faceting."|concat:$facetCategory extraContent=$categoryFacetsMarkup} {/if}

{/foreach}