first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="Document">

View File

@@ -1,12 +1,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="Facets">
<div id="tx-solr-faceting">
<div id="tx-meilisearch-faceting">
<s:facet.area.group groupName="main" facets="{resultSet.facets.available}">
<div class="facet-area-main">
<div class="solr-facets-available secondaryContentSection">
<div class="meilisearch-facets-available secondaryContentSection">
<div class="facets">
<f:for each="{areaFacets}" as="facet">
<div class="facet facet-type facet-type-{facet.type} panel-group" id="facet-accordion-{facet.name}">

View File

@@ -1,23 +1,23 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="FacetsActive">
<f:if condition="{resultSet.facets.used -> f:count()}">
<div id="tx-solr-facets-in-use">
<div id="tx-meilisearch-facets-in-use">
<s:translate key="faceting_resultsNarrowedBy">Narrowed by</s:translate>:
<f:for each="{resultSet.facets.used}" as="facet">
<f:for each="{facet.allFacetItems.selected}" as="item">
<a href="{s:uri.facet.removeFacetItem(facet: facet, facetItem: item)}" class="facet remove-facet-option solr-ajaxified btn btn-circle">
<a href="{s:uri.facet.removeFacetItem(facet: facet, facetItem: item)}" class="facet remove-facet-option meilisearch-ajaxified btn btn-circle">
{facet.label}: {item.label}
<i class="glyphicon glyphicon-remove"></i>
</a>
</f:for>
</f:for>
<a href="{s:uri.facet.removeAllFacets()}" class="solr-ajaxified btn btn-circle">
<a href="{s:uri.facet.removeAllFacets()}" class="meilisearch-ajaxified btn btn-circle">
<s:translate key="faceting_removeAllFilters">Remove all filters</s:translate>
<i class="glyphicon glyphicon-remove"></i>
</a>
</div>
</f:if>
</f:section>
</f:section>

View File

@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="PerPage">
<div id="results-per-page">
@@ -16,4 +16,4 @@
</select>
</form>
</div>
</f:section>
</f:section>

View File

@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="RelevanceBar">
@@ -15,4 +15,4 @@
</f:section>
</html>
</html>

View File

@@ -1,9 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers">
<f:section name="Sorting">
<div id="tx-solr-sorting" class="secondaryContentSection dropdown">
<div id="tx-meilisearch-sorting" class="secondaryContentSection dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="sortDropDown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span class=" glyphicon glyphicon-sort"></span>
<s:translate key="sorting_sortBy">Sorting</s:translate>
@@ -15,7 +15,7 @@
<f:if condition="{sorting.isResetOption}">
<f:then>
<li>
<a href="{s:uri.sorting.removeSorting()}" class="solr-ajaxified">{sorting.label}</a>
<a href="{s:uri.sorting.removeSorting()}" class="meilisearch-ajaxified">{sorting.label}</a>
</li>
</f:then>
@@ -23,7 +23,7 @@
<f:if condition="{sorting.selected}">
<f:then>
<li class="active">
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.oppositeDirection)}" class="solr-ajaxified">
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.oppositeDirection)}" class="meilisearch-ajaxified">
<f:if condition="{sorting.isAscDirection}">
<f:then><span class=" glyphicon glyphicon-arrow-up pull-right"></span></f:then>
<f:else><span class=" glyphicon glyphicon-arrow-down pull-right"></span></f:else>
@@ -35,7 +35,7 @@
</f:then>
<f:else>
<li>
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.direction)}" class="solr-ajaxified">{sorting.label}</a>
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.direction)}" class="meilisearch-ajaxified">{sorting.label}</a>
</li>
</f:else>
</f:if>
@@ -45,4 +45,4 @@
</f:for>
</ul>
</div>
</f:section>
</f:section>