Project

General

Profile

Bug #104734 » Search.html

Guido Twieling, 2024-08-26 08:11

 
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">

<div class="nav-search-box">
<form class="d-flex" role="search" method="post" action="{f:uri.page(pageUid:'{settings.pageIds.search}',additionalParams:'{tx_indexedsearch_pi2: {action:\'search\',controller:\'Search\'}}')}">
<input class="form-control me-2" type="text" placeholder="Search" aria-label="Search" name="tx_indexedsearch_pi2[search][sword]" value="">
<button class="btn btn-primary" type="submit">{f:translate(key: 'form.submit', extensionName: 'IndexedSearch')}</button>
</form>
</div>

</html>
(2-2/2)