2023-05-04 18:24:41 +02:00
|
|
|
<!-- bottom -->
|
|
|
|
<div id="tab-tde" class=""> <!-- timing editor -->
|
2023-05-05 08:21:09 +02:00
|
|
|
<div id="tc-edit-container" class="">
|
|
|
|
<br>
|
|
|
|
<label>
|
|
|
|
<strong>Timming control data editor</strong>
|
|
|
|
</label>
|
2023-05-05 11:14:10 +02:00
|
|
|
<br>
|
2023-05-07 11:31:52 +02:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
2023-05-07 16:13:26 +02:00
|
|
|
<div id="table-container" class="top-align">
|
2023-05-05 20:40:06 +02:00
|
|
|
</div>
|
2023-05-07 11:31:52 +02:00
|
|
|
</td>
|
|
|
|
<td>
|
2023-05-07 16:13:26 +02:00
|
|
|
<div id="tc_plot_chart" class="top-align">
|
2023-05-07 11:31:52 +02:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2023-05-05 20:40:06 +02:00
|
|
|
<br>
|
2023-05-07 11:31:52 +02:00
|
|
|
<a href="#" id="save-button" class="pure-button pure-button-primary" onclick="sendDataToServer();">save</a>
|
2023-05-05 08:21:09 +02:00
|
|
|
</div>
|
2023-05-04 18:24:41 +02:00
|
|
|
</div> <!-- end of tab-tde -->
|
2023-05-05 08:21:09 +02:00
|
|
|
<script src="http://{{IP_ADDRESS}}/js_bottom">
|
2023-05-04 18:24:41 +02:00
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</body>
|
|
|
|
</html>
|