new feature: download and upload historic data, provide view to uploaded data

This commit is contained in:
Marc Wäckerlin
2018-12-03 17:17:01 +01:00
parent 1d7ee79830
commit 1476e69650
5 changed files with 83 additions and 50 deletions

View File

@@ -1,9 +1,7 @@
extends layout
block content
div.imagecontainer#stacks
div.imagecontainer#wizard
div#loading loading...
noscript
p.error this site requires javascript
div.imagecontainer#standalone
div#loading loading...

View File

@@ -16,8 +16,12 @@ html
header#header
h1 ServiceDock
nav#menu
a#svg download image
a#dot download source
a.menu#svg download image
a.menu#dot download source
a.menu#data download data
div.menu
label(for="upload") upload data
input(type="file", name="upload")#upload
div#info
div#orientation
div#clock= (new Date()).toLocaleString()