50 lines
2.2 KiB
HTML
50 lines
2.2 KiB
HTML
<div id="boxenerstellung">
|
|
<div id="divCodeUndBox">
|
|
<table>
|
|
<tr><td><label for="tbTXLCode" id="lblTXLCode">TXLCode: </label></td><td><input type="text" name="TXLCode" id="tbTXLCode"></td></tr>
|
|
<tr><td><label for="tbBoxNr" id="lblBoxNr">Boxennummer:</label></td><td><input type="number" name="BoxNr" id="tbBoxNr"></td></tr>
|
|
</table>
|
|
</div>
|
|
<form id="Boxerstellung">
|
|
<div id="divBoxinhalt">
|
|
<label for="tbBoxinhalt" id="lblBoxInhalt">Boxeninhalt:</label><br />
|
|
<select id="selBauteile" size="9">
|
|
<option value="part1"></option>
|
|
<option value="part2"></option>
|
|
<option value="part3"></option>
|
|
<option value="part4"></option>
|
|
<option value="part5"></option>
|
|
<option value="part6"></option>
|
|
<option value="part7"></option>
|
|
<option value="part8"></option>
|
|
<option value="part9"></option>
|
|
</select>
|
|
<div id="divComments">
|
|
<label for="tbCom1" id="lblCom">Kommentare:</label><br />
|
|
<label for="tbCom1" id="lblCom1"> 1 </label><input type="text" name="Com1" id="tbCom1" class="tbCom">
|
|
<label for="tbCom2" id="lblCom2"> 2 </label><input type="text" name="Com2" id="tbCom2" class="tbCom">
|
|
<label for="tbCom3" id="lblCom3"> 3 </label><input type="text" name="Com3" id="tbCom3" class="tbCom">
|
|
<label for="tbCom4" id="lblCom4"> 4 </label><input type="text" name="Com4" id="tbCom4" class="tbCom">
|
|
<label for="tbCom5" id="lblCom5"> 5 </label><input type="text" name="Com5" id="tbCom5" class="tbCom">
|
|
<label for="tbCom6" id="lblCom6"> 6 </label><input type="text" name="Com6" id="tbCom6" class="tbCom">
|
|
<label for="tbCom7" id="lblCom7"> 7 </label><input type="text" name="Com7" id="tbCom7" class="tbCom">
|
|
<label for="tbCom8" id="lblCom8"> 8 </label><input type="text" name="Com8" id="tbCom8" class="tbCom">
|
|
<label for="tbCom9" id="lblCom9"> 9 </label><input type="text" name="Com9" id="tbCom9" class="tbCom">
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<div id="divFlavor">
|
|
<p id="BETMPType"></p>
|
|
</div>
|
|
<div id="divBtns">
|
|
<button class="mybtn" id="btnReset">Neustart</button>
|
|
<button class="mybtn" id="btnDelLast">lösche letzes Bauteil</button>
|
|
<button class="mybtn" id="btnCreateBox" disabled>Box erstellen</button>
|
|
</div>
|
|
</div>
|
|
<div id="line"></div>
|
|
|
|
|
|
|
|
|