This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/pages/smart/smart.html.php

23 lines
623 B
PHP
Raw Normal View History

2023-11-26 10:30:00 +01:00
<h2>Dein Name wie der auf Teilnahmelisten zu finden ist</h2>
2023-11-26 10:52:43 +01:00
<div class="mb-3">
<label for="basic-url" class="form-label">Dein Name wie der auf Teilnahmelisten zu finden ist (Nachname Vorname)</label>
<div class="input-group">
<input type="text" name="q"
hx-post="/smart/search"
hx-trigger="keyup changed delay:500ms"
hx-target="#search-results"
placeholder="Suchen..."
hx-indicator="#indicator"
class="form-control" id="basic-url"
>
</div>
</div>
2023-11-26 10:33:33 +01:00
<i id="indicator" class="fad fa-spinner-third fa-spin htmx-indicator"></i>
2023-11-26 10:30:00 +01:00
<div id="search-results"></div>