Add basic Import&Export.
This commit is contained in:
parent
ec1b43754a
commit
bec6cf04dd
3 changed files with 93 additions and 3 deletions
|
@ -8,10 +8,17 @@
|
|||
<title>Mein Berichtsheft</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="overlay" onclick="hideOverlay();">
|
||||
<div class="box" onclick="ignoreData(event)">
|
||||
<div id="import" ondrop="importData(event);" ondragover="ignoreData(event);"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sticky">
|
||||
<button onclick='pageAdd("title")'>Neue Titelseite</button>
|
||||
<button onclick='pageAdd("blank")'>Neue leere Seite</button>
|
||||
<button onclick='pageAdd("report")'>Neue Berichtsseite</button>
|
||||
<button onclick='showImport()'>Import</button>
|
||||
<button onclick='exportData()'>Export</button>
|
||||
</div>
|
||||
|
||||
<main id="appContent"></main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue