34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!-- bottom -->
|
|
<div id="tab-tde" class=""> <!-- timing editor -->
|
|
<div id="tc-edit-container" class="">
|
|
<br>
|
|
<label>
|
|
<strong>Timming control data editor</strong>
|
|
</label>
|
|
<br>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div id="table-container" class="top-align">
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div id="tc_plot_chart" class="top-align">
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<a href="#" id="save-button" class="pure-button pure-button-primary" onclick="sendDataToServer();">save</a>
|
|
<a href="#" id="save-button" class="pure-button pure-button-primary" onclick="fillTableFromJson();">reset</a>
|
|
</div>
|
|
</div> <!-- end of tab-tde -->
|
|
|
|
<script src="http://{{IP_ADDRESS}}/js_bottom">
|
|
</script>
|
|
|
|
</div>
|
|
</fieldset>
|
|
<p>{{VERSION_STR}}</p>
|
|
</body>
|
|
</html>
|