Tickleiste speichern und laden hinzugefügt
This commit is contained in:
parent
ef67d52c38
commit
c3f8cafaeb
3 changed files with 93 additions and 21 deletions
|
@ -10,8 +10,7 @@
|
|||
<div id="wrapper">
|
||||
<div id="center">
|
||||
<h1>Tickleiste</h1>
|
||||
<canvas id="coveringCanvas" width="100" height="100" style="border:1px solid #000000;">
|
||||
</canvas>
|
||||
|
||||
<img src="tickleiste.png" width= "100%" height= "auto">
|
||||
<form>
|
||||
<input type="text" pattern="[0-9a-f]" placeholder="TickleistenID" id="D"></input>
|
||||
|
@ -20,6 +19,12 @@
|
|||
<form>
|
||||
<input type="button" class="sub" value="Neu laden" id="e"></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="button" class="sub" value="Tickleiste speichern" id="f"></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="file" onchange="loadFile(this)" accept=".json" >
|
||||
</form>
|
||||
<p id="p4">-<p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue