2020-06-11 11:46:16 +00:00
|
|
|
<aside class="search-results" id="search">
|
2021-11-01 18:42:17 +00:00
|
|
|
<div class="container body-width">
|
2021-11-01 04:10:20 +00:00
|
|
|
<section class="search-header">
|
2020-06-11 11:46:16 +00:00
|
|
|
|
2021-11-01 17:36:46 +00:00
|
|
|
<div class="search-title">
|
|
|
|
<h1>{{ i18n "search" }}</h1>
|
|
|
|
<a class="search-close" href="#" onclick="document.querySelector('body').classList.toggle('searching'); return false;">Fechar</a>
|
2021-11-01 04:10:20 +00:00
|
|
|
</div>
|
2020-06-11 11:46:16 +00:00
|
|
|
|
2021-11-01 04:10:20 +00:00
|
|
|
<div id="search-box">
|
2023-03-31 16:59:03 +00:00
|
|
|
<label for='q'>Termo de pesquisa:</label>
|
2021-11-01 17:36:46 +00:00
|
|
|
<input
|
2021-11-01 18:42:17 +00:00
|
|
|
name="q"
|
|
|
|
id="search-query"
|
2021-11-01 17:36:46 +00:00
|
|
|
placeholder="{{i18n "search_placeholder"}}"
|
|
|
|
autocapitalize="off"
|
|
|
|
autocomplete="off"
|
|
|
|
autocorrect="off"
|
2021-11-01 18:42:17 +00:00
|
|
|
spellcheck="false"
|
|
|
|
type="search"
|
2021-11-01 17:36:46 +00:00
|
|
|
>
|
2021-11-01 04:10:20 +00:00
|
|
|
</div>
|
2020-06-11 11:46:16 +00:00
|
|
|
|
2021-11-01 04:10:20 +00:00
|
|
|
</section>
|
|
|
|
<section class="section-search-results">
|
|
|
|
<div id="search-hits">
|
|
|
|
<!-- Search results will appear here -->
|
|
|
|
</div>
|
|
|
|
</section>
|
2020-06-11 11:46:16 +00:00
|
|
|
</div>
|
2021-11-01 04:10:20 +00:00
|
|
|
</aside>
|