2019-09-28 19:42:54 +02:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 15:16:14 +02:00
|
|
|
{% import "partials/language.html" as lang with context %}
|
|
|
|
<div class="md-search" data-md-component="search" role="dialog">
|
|
|
|
<label class="md-search__overlay" for="__search"></label>
|
|
|
|
<div class="md-search__inner" role="search">
|
|
|
|
<form class="md-search__form" name="search">
|
2020-03-21 17:12:58 +01:00
|
|
|
<input type="text" class="md-search__input" name="query" aria-label="{{ lang.t('search.placeholder') }}" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active">
|
2020-02-24 18:07:50 +01:00
|
|
|
<label class="md-search__icon md-icon" for="__search">
|
2020-02-23 13:36:51 +01:00
|
|
|
{% include ".icons/material/magnify.svg" %}
|
2020-02-24 18:07:50 +01:00
|
|
|
{% include ".icons/material/arrow-left.svg" %}
|
2020-02-23 13:36:51 +01:00
|
|
|
</label>
|
2020-03-18 17:28:26 +01:00
|
|
|
<button type="reset" class="md-search__icon md-icon" aria-label="{{ lang.t('search.reset') }}" data-md-component="search-reset" tabindex="-1">
|
2020-02-23 13:36:51 +01:00
|
|
|
{% include ".icons/material/close.svg" %}
|
2019-06-15 15:16:14 +02:00
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
<div class="md-search__output">
|
2020-02-16 00:23:50 +01:00
|
|
|
<div class="md-search__scrollwrap" data-md-scrollfix>
|
2019-12-22 17:18:20 +01:00
|
|
|
<div class="md-search-result" data-md-component="search-result">
|
2019-06-15 15:16:14 +02:00
|
|
|
<div class="md-search-result__meta">
|
2019-06-15 15:23:03 +02:00
|
|
|
{{ lang.t("search.result.placeholder") }}
|
2019-06-15 15:16:14 +02:00
|
|
|
</div>
|
|
|
|
<ol class="md-search-result__list"></ol>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|