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

7
.idea/workspace.xml generated
View File

@@ -21,10 +21,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment=""> <list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/css/main.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/main.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/js/datatransfer.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/datatransfer.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/js/uianimation.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/uianimation.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/mock.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/mock.html" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/templates/mock.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/mock.html" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@@ -316,7 +312,8 @@
<workItem from="1612442837870" duration="8318000" /> <workItem from="1612442837870" duration="8318000" />
<workItem from="1612609113694" duration="13936000" /> <workItem from="1612609113694" duration="13936000" />
<workItem from="1612777983977" duration="14203000" /> <workItem from="1612777983977" duration="14203000" />
<workItem from="1612868404302" duration="13841000" /> <workItem from="1612868404302" duration="14434000" />
<workItem from="1612955514317" duration="1990000" />
</task> </task>
<task id="LOCAL-00077" summary="testing jenkins docker"> <task id="LOCAL-00077" summary="testing jenkins docker">
<created>1601453886631</created> <created>1601453886631</created>

View File

@@ -73,7 +73,27 @@
</tfoot> </tfoot>
</table> </table>
</div> </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>
<div id="functionBar"> <div id="functionBar">
<button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button> <button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button>