mirror of https://gitlab.com/ansol/web-ansol.org
parent
e886ef3014
commit
48123e21b1
8 changed files with 657 additions and 779 deletions
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,32 +1,30 @@ |
||||
<aside class="search-results" id="search"> |
||||
<div class="container"> |
||||
<section class="search-header"> |
||||
<div class="container"> |
||||
<section class="search-header"> |
||||
|
||||
<div class="row no-gutters justify-content-between mb-3"> |
||||
<div class="col-6"> |
||||
<h1>{{ i18n "search" }}</h1> |
||||
</div> |
||||
<div class="col-6 col-search-close"> |
||||
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> |
||||
</div> |
||||
</div> |
||||
|
||||
<div id="search-box"> |
||||
{{ if eq site.Params.search.engine 1 }} |
||||
<input name="q" id="search-query" placeholder="{{i18n "search_placeholder"}}" autocapitalize="off" |
||||
autocomplete="off" autocorrect="off" spellcheck="false" type="search"> |
||||
{{ else }} |
||||
<!-- Search box will appear here --> |
||||
{{ end }} |
||||
</div> |
||||
<div class="row no-gutters justify-content-between mb-3"> |
||||
<div class="col-6"> |
||||
<h1>{{ i18n "search" }}</h1> |
||||
</div> |
||||
<div class="col-6 col-search-close"> |
||||
<a class="js-search" href="#" onclick="document.querySelector('body').classList.toggle('searching'); return false;">Fechar</a> |
||||
</div> |
||||
</div> |
||||
|
||||
</section> |
||||
<section class="section-search-results"> |
||||
<div id="search-box"> |
||||
{{ if eq site.Params.search.engine 1 }} |
||||
<input name="q" id="search-query" placeholder="{{i18n "search_placeholder"}}" autocapitalize="off" |
||||
autocomplete="off" autocorrect="off" spellcheck="false" type="search"> |
||||
{{ else }} |
||||
<!-- Search box will appear here --> |
||||
{{ end }} |
||||
</div> |
||||
|
||||
<div id="search-hits"> |
||||
<!-- Search results will appear here --> |
||||
</section> |
||||
<section class="section-search-results"> |
||||
<div id="search-hits"> |
||||
<!-- Search results will appear here --> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</section> |
||||
</div> |
||||
</aside> |
||||
</aside> |
||||
|
Loading…
Reference in new issue