@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user