This commit is contained in:
2026-07-19 21:35:23 +02:00
parent cc4cebdb45
commit 09f8b11f36
5 changed files with 97 additions and 8 deletions
+11
View File
@@ -137,6 +137,17 @@ $categories = [
<p class="s-res-meta"><span id="s-res-result-count"><?php echo $totalResultsCount; ?></span> Treffer für Ihre Suchanfrage "<?php echo htmlspecialchars($query); ?>"</p>
</div>
<p
id="results-loading"
class="results-loading"
role="status"
aria-live="polite"
hidden
>
<span class="results-spinner" aria-hidden="true"></span>
Suchergebnisse werden geladen …
</p>
<!-- Ergebnisliste -->
<div class="s-res-list">
<?php if (!empty($results)): ?>
+11
View File
@@ -113,6 +113,17 @@ $resultCount = count($results);
</p>
</div>
<p
id="results-loading"
class="results-loading"
role="status"
aria-live="polite"
hidden
>
<span class="results-spinner" aria-hidden="true"></span>
Kategoriebeiträge werden geladen …
</p>
<!-- Ergebnisliste -->
<div class="s-res-list">
<?php if (!empty($results)): ?>