umzug auf gitea
This commit is contained in:
45
html/auswertenEinzelneBox.html
Normal file
45
html/auswertenEinzelneBox.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user