<input> has no end-tag (see 4.10.5)
This commit is contained in:
parent
c648507b67
commit
0da0ac132c
1 changed files with 12 additions and 12 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
<img src="tickleiste.png" width= "100%" height= "auto">
|
||||
<form>
|
||||
<input type="text" pattern="[0-9a-f]" placeholder="TickleistenID" id="D"></input>
|
||||
<input type="button" class="sub" value="Tickleiste ändern" id="tickLeistenId"></input>
|
||||
<input type="text" pattern="[0-9a-f]" placeholder="TickleistenID" id="D">
|
||||
<input type="button" class="sub" value="Tickleiste ändern" id="tickLeistenId">
|
||||
</form>
|
||||
<form>
|
||||
<input type="button" class="sub" value="Neu laden" id="reload"></input>
|
||||
<input type="button" class="sub" value="Neu laden" id="reload">
|
||||
</form>
|
||||
<form>
|
||||
<input type="button" class="sub" value="Tickleiste speichern" id="save"></input>
|
||||
<input type="button" class="sub" value="Tickleiste speichern" id="save">
|
||||
</form>
|
||||
<form>
|
||||
<input type="file" onchange="loadFile(this)" accept=".json" >
|
||||
|
@ -39,24 +39,24 @@
|
|||
</div>
|
||||
<div id="hinzufügen">
|
||||
<form>
|
||||
<input type="text" placeholder="Name" id="A1"></input>
|
||||
<input type="text" placeholder="Tick" pattern="Abwarten|Bereithalten|[0,9]" id="A2"></input>
|
||||
<input type="button" class="sub" value="Spieler hinzufügen" id="addPlayer"></input>
|
||||
<input type="text" placeholder="Name" id="A1">
|
||||
<input type="text" placeholder="Tick" pattern="Abwarten|Bereithalten|[0,9]" id="A2">
|
||||
<input type="button" class="sub" value="Spieler hinzufügen" id="addPlayer">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id ="löschen">
|
||||
<form>
|
||||
<input type="text" placeholder="Name" id="B"></input>
|
||||
<input type="button" class="sub" value="Spieler löschen" id="removePlayer"></input>
|
||||
<input type="text" placeholder="Name" id="B">
|
||||
<input type="button" class="sub" value="Spieler löschen" id="removePlayer">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="ändern">
|
||||
<form>
|
||||
<input type="text" placeholder="Name" id="C1"></input>
|
||||
<input type="text" placeholder="Tick" pattern="Abwarten|Bereithalten|[0,9]" id="C2"></input>
|
||||
<input type="button" class="sub" value="Tick ändern" id="changeTick"></input>
|
||||
<input type="text" placeholder="Name" id="C1">
|
||||
<input type="text" placeholder="Tick" pattern="Abwarten|Bereithalten|[0,9]" id="C2">
|
||||
<input type="button" class="sub" value="Tick ändern" id="changeTick">
|
||||
</form>
|
||||
</div>
|
||||
<div id="Liste">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue