Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-27 00:36:48 +01:00
parent 469a7c1901
commit 90ea070607
3 changed files with 39 additions and 4 deletions

View File

@@ -14,15 +14,22 @@
<button onclick="fetchLastMonth()">Load previous month</button>
<button onclick="fetchLastYear()">Load previous year</button>
</span>
<span id="tag_selection"></span>
<span id="new_event">
<button onclick="window.location = '/static/edit'">Create new event</button>
</span>
<table id="eventlist">
<tr class="head">
<th>ID</th>
<th>Start</th>
<th>Start
<div class="buttons">
</div>
</th>
<th>End</th>
<th>Location</th>
<th>Title</th>
<th>Tags click to filter!</th>
<th>Tags <span id="tag_selection"></span></th>
</tr>
</table>
</div>