Skip to content

Instantly share code, notes, and snippets.

@benjaminrau
Created July 4, 2014 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminrau/3b3f6df29f8334601be7 to your computer and use it in GitHub Desktop.
Save benjaminrau/3b3f6df29f8334601be7 to your computer and use it in GitHub Desktop.
<f:section name="SearchInput">
<div class="searchContainer">
<form action="{f:uri.page(pageUid: '{v:var.typoscript(path: \'plugin.tx_indexedsearch.searchUID\')}')}"method="get" id="tx_indexedsearch">
<input type="hidden" name="tx_indexedsearch[sections]" value="0" />
<input type="text" name="tx_indexedsearch[sword]" placeholder="Suchen..." />
</form>
</div>
</f:section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment