History draft
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user