Files
TZU/html/auswertenEinzelneBox.html
2018-04-11 22:17:21 +02:00

46 lines
893 B
HTML

<div>
<div id="header">
<table id=tblHeader>
<tr><td>Bauteiltyp wählen:</td></tr>
</table>
<button id="btn_getBoxen3040">3040</button>
<button id="btn_getBoxen3030">3030</button>
<button id="btn_getBoxen2121">2121</button>
<button id="btn_getBoxen2121C">2121C</button>
</div>
<div id="Boxen">
<select id="lb_boxen">
<option> noch nichts geladen </option>
</select>
<!-- <table>
<tr>
</tr>
</table> -->
</div>
<div id="div_table">
<table id="tblMesswerte" class="table-striped table-bordered">
<thead id="theadMesswerte">
<tr>
<th>TXLCode</th>
<th>OL1</th>
<th>OL2</th>
<th>OW1</th>
<th>IW2</th>
<th>IL1</th>
<th>IL2</th>
<th>IW1</th>
<th>IW2</th>
<th>R1</th>
<th>R2</th>
<th>R3</th>
<th>R4</th>
</tr>
</thead>
<tbody id="tbodyMesswerte">
</tbody>
</table>
</div>
</div>