Files
Hugo_MAP-NSU-Komplex/themes/op-dz/layouts/partials/search-modal.html
T
2026-08-18 15:32:41 +02:00

17 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- SUCH-MODAL (vollflächig) -->
<div id="op-suche" class="uk-modal-full" uk-modal>
<div class="uk-modal-dialog uk-flex uk-flex-center uk-flex-middle" style="min-height:100vh;" uk-height-viewport>
<button class="uk-modal-close-full uk-close-large" type="button" uk-close aria-label="Suche schließen"></button>
<div class="uk-width-2-3@m uk-text-center">
<form action="{{ site.Home.RelPermalink }}" method="get" role="search" aria-label="Schauplätze durchsuchen">
<label class="uk-form-label uk-margin-small-bottom uk-display-block" for="op-suchfeld">Schauplätze durchsuchen</label>
<div class="uk-search uk-search-large uk-width-1-1">
<span uk-search-icon></span>
<input id="op-suchfeld" class="uk-search-input" type="search" name="q" placeholder="Nach Titel, Person oder Ort suchen …" aria-label="Suchbegriff">
</div>
<p class="uk-text-meta uk-margin-small-top">Enter drücken die Karte zeigt dann die passenden Schauplätze.</p>
</form>
</div>
</div>
</div>