This commit is contained in:
darthsandmann
2016-10-16 21:53:15 +02:00
parent 0d10f8b9dc
commit c9f3117da1
412 changed files with 137942 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<canvas id = "canvas" width = "300" height = "300">Canvas</canvas>
<section id = "kaufen" onclick = kaufen('User')><center><h1>Kaufen</h1></center></section>
<section id = "aktuelleAuktion">aktuelle Auktion</section>
<section id = "naechsteAuktion">n<EFBFBD>chste Auktion</section>
<section id = "letzteAuktion">letzte Auktion</section>
<section id = "simManager">
<p><button id = "bot1Button" class = "botButtonInactiveStyle" onclick = botStart(1)>Bot 1</button></p>
<p><button id = "bot2Button" class = "botButtonInactiveStyle" onclick = botStart(2)>Bot 2</button></p>
<p><button class = "bigbutton" onclick = viewChargenubersicht()>Chargen-Manager</button></p>
<p><button class = "bigbutton" onclick = viewLogfile()>Log-Files</button></p>
</section>

View File

@ -0,0 +1,10 @@
<p>Beschreibung: </p>
<p><input type = "text" id = "beschreibung"></p>
<p>Anzahl der Gebinde</p>
<p><input type = "text" id = "anzGebinde"></p>
<p>Dauer der Auktion</p>
<p><input type = "text" id = "auktionDauer"></p>
<p>Startpreis</p>
<p><input type = "text" id = "startPreis"></p>
<p>minimaler Preis</p>
<p><input type = "text" id = "minPreis"></p>