| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-lowlevel/Resources/Private/Templates/ |
| Current File : //var/www/surf/TYPO3/vendor/typo3/cms-lowlevel/Resources/Private/Templates/CustomSearch.html |
<html
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:layout name="Module" />
<f:section name="Before">
<f:if condition="{searchMode} == 'query'">
<f:be.pageRenderer
includeJavaScriptModules="{
0: '@typo3/lowlevel/query-generator.js'
}"
/>
</f:if>
</f:section>
<f:section name="Content">
<h1>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:search_whole_database')}</h1>
<f:format.raw>{submenu}</f:format.raw>
<f:if condition="{searchMode} != 'query'">
<h2>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:searchOptions')}</h2>
</f:if>
<form action="" method="post" id="DatabaseIntegrityView" name="queryform">
<f:if condition="{searchMode} == 'query'">
<f:then>
<f:format.raw>{queryMaker}</f:format.raw>
</f:then>
<f:else>
<f:format.raw>{searchOptions}</f:format.raw>
</f:else>
</f:if>
</form>
<f:if condition="{results}">
<f:then>
<h2>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:result')}</h2>
<f:format.raw>{results}</f:format.raw>
</f:then>
<f:else if="{sword} !== ''">
<f:be.infobox message="{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:no_results', arguments: {0: sword})}" />
</f:else>
</f:if>
</f:section>
</html>