History draft

This commit is contained in:
2021-02-10 13:12:33 +01:00
parent 2e59495f19
commit 1e061ec7de
2 changed files with 23 additions and 6 deletions

View File

@@ -73,7 +73,27 @@
</tfoot>
</table>
</div>
<div id="history" style="display:none;"></div>
<div id="history" style="display:none;">
<div id="historyDisplay">
<div>
<div><input type="text" name="dateFrom" id="historyFrom" placeholder="rrrr-mm-dd"/></div>
<div><input type="text" name="dateTo" id="historyTo" placeholder="rrrr-mm-dd"/></div>
</div>
<div>
<table id="historyTable">
<thead>
<tr>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="functionBar">
<button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button>