Bugs gefixt, InitializeTickleiste und Reload Tickleiste hinzugefügt
This commit is contained in:
parent
3c7eddea98
commit
af32a253dc
2 changed files with 77 additions and 35 deletions
|
@ -13,9 +13,13 @@
|
|||
|
||||
<img src="tickleiste.png" width= "100%" height= "auto">
|
||||
<form>
|
||||
<input type="text" placeholder="TickleistenID" id="D"></input>
|
||||
<input type="button" class="sub" value="Neue Tickleiste" id="d"></input>
|
||||
<input type="text" pattern="[0-9a-f]" placeholder="TickleistenID" id="D"></input>
|
||||
<input type="button" class="sub" value="Tickleiste ändern" id="d"></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="button" class="sub" value="Neu laden" id="e"></input>
|
||||
</form>
|
||||
<p id="p4">-<p>
|
||||
</div>
|
||||
|
||||
<div id="right">
|
||||
|
@ -29,7 +33,8 @@
|
|||
</div>
|
||||
<div id="hinzufügen">
|
||||
<form>
|
||||
<input type="text" placeholder="Name" id="A"></input>
|
||||
<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="a"></input>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -44,7 +49,7 @@
|
|||
<div id="ändern">
|
||||
<form>
|
||||
<input type="text" placeholder="Name" id="C1"></input>
|
||||
<input type="text" placeholder="Tick" pattern="[0-9]" id="C2"></input>
|
||||
<input type="text" placeholder="Tick" pattern="Abwarten|Bereithalten|[0,9]" id="C2"></input>
|
||||
<input type="button" class="sub" value="Tick ändern" id="c"></input>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue