Verbesserte Suchfunktion: Highlighting für allgemeine Suche und Reset-Buttons

This commit is contained in:
2025-03-21 12:40:59 +01:00
parent 93314424d9
commit 9922c0ae9d
3 changed files with 100 additions and 56 deletions

View File

@@ -9,6 +9,7 @@
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link href="{{ url_for('static', filename='css/styles.css') }}" rel="stylesheet">
</head>
<body>
@@ -83,10 +84,7 @@
<div id="result-counts" class="mt-2">
<span id="result-count"></span>
<button id="exportButton" class="btn btn-sm btn-outline-primary ms-2" onclick="exportToCSV()" style="display: none;">
<i class="bi bi-file-earmark-excel"></i> CSV exportieren
</button>
<button id="vcfExportButton" class="btn btn-sm btn-outline-primary ms-2" onclick="exportToVCF()" style="display: none;">
<i class="bi bi-person-vcard"></i> VCF exportieren
<i class="bi bi-file-earmark-spreadsheet"></i> Als CSV exportieren
</button>
</div>