redesign calendar
All checks were successful
/ Build and deploy website (push) Successful in 4m35s

This commit is contained in:
kleines Filmröllchen 2025-10-12 23:30:32 +02:00
parent e5b078da25
commit fffc6a912b
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw
3 changed files with 72 additions and 55 deletions

View file

@ -124,26 +124,18 @@
<a href="{{ get_url(path='/datenschutz') }}">Datenschutz</a>
</footer>
<template id="calendar">
<table>
<tbody></tbody>
</table>
</template>
<template id="calendar-date">
<tr class="calendar-date">
<th colspan="2">
<time></time>
</th>
</tr>
<div class="calendar-date">
<time></time>
</div>
</template>
<template id="calendar-entry">
<tr class="calendar-entry" data-uid="">
<td class="time"></td>
<td>
<div class="calendar-entry" data-uid="">
<div role="none" class="calendar-text">
<p><em class="summary"></em> | <span class="location"></span></p>
<p class="description"></p>
<p class="categories"></p>
</td>
</div>
<div class="categories"></div>
</tr>
</template>
</body>