This commit is contained in:
@@ -13,7 +13,30 @@
|
||||
<button id="logoutBtn">Logout</button>
|
||||
|
||||
<h2>Elemente</h2>
|
||||
<ul id="elementsList"></ul>
|
||||
|
||||
<div class="elements-container">
|
||||
<div class="filters">
|
||||
<label>Inhalt: <input type="text" id="filter-inhalt" placeholder="Filter Inhalt"></label>
|
||||
<label>Bundesland: <input type="text" id="filter-bundesland" placeholder="Filter Bundesland"></label>
|
||||
<label>Fach: <input type="text" id="filter-fach" placeholder="Filter Fach"></label>
|
||||
<label>Version: <input type="text" id="filter-version" placeholder="Filter Version"></label>
|
||||
<label>Stufe: <input type="number" id="filter-stufe" placeholder="Stufe"></label>
|
||||
<button id="clear-filters">Filter zurücksetzen</button>
|
||||
</div>
|
||||
|
||||
<table id="elementsTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Inhalt</th>
|
||||
<th>Bundesland</th>
|
||||
<th>Fach</th>
|
||||
<th>Version</th>
|
||||
<th>Stufe</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="elementsTbody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p id="errorMessage" class="error"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user