Aktualizace archivu a úpravy HTML, CSS, JS

This commit is contained in:
archos
2025-02-08 17:25:21 +01:00
parent 8598cac843
commit 8e687b9bcf
5 changed files with 145 additions and 104 deletions

View File

@ -17,6 +17,19 @@
<p>Tento projekt poskytuje transparentní přehled transakcí na našem <a href="https://transparentniucty.moneta.cz/264043266" target="_blank">transparentním účtu</a>.</p>
<p><strong>Přehled faktur:</strong> Přístup k vystaveným fakturám naleznete v našem <a href="https://oscloud.cz/s/PxkK2LXCzGeGfPS" target="_blank">Nextcloud úložišti</a>.</p>
</header>
<div class="header-content">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Archiv
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#" data-year="2024">2024</a>
<a class="dropdown-item" href="#" data-year="2023">2023</a>
<!-- Další roky podle potřeby -->
</div>
</div>
</div>
<div class="account-balance text-center mb-3">
Aktuální stav účtu: <span id="account-balance">Načítání...</span>