You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/programming.html

45 lines
2.0 KiB
HTML

<div class="tab-configuration tab-programming toolbar_fixed_bottom">
<div class="content_wrapper" id="programming-main-content">
5 years ago
<div class="tab_title subtab__header">
<span class="subtab__header_label subtab__header_label--current" for="logic-wrapper" data-i18n="tabLogicConditions"></span>
<span class="subtab__header_label" for="functions-wrapper" data-i18n="globalFunctions"></span>
</div>
<div id="logic-wrapper" class="subtab__content subtab__content--current">
<table class="mixer-table logic__table">
<thead>
<tr>
<th style="width: 50px" data-i18n="logicId"></th>
<th style="width: 80px" data-i18n="logicEnabled"></th>
<th style="width: 120px" data-i18n="logicOperation"></th>
<th data-i18n="logicOperandA"></th>
<th data-i18n="logicOperandB"></th>
<th style="width: 40px" data-i18n="logicFlags"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
5 years ago
<div id="functions-wrapper" class="subtab__content">
<table class="mixer-table function__table">
<thead>
<tr>
<th style="width: 50px" data-i18n="functionId"></th>
<th style="width: 80px" data-i18n="functionEnabled"></th>
<th style="width: 120px" data-i18n="functionLogicId"></th>
<th data-i18n="functionAction"></th>
<th data-i18n="functionOperand"></th>
<th data-i18n="functionFlags"></th>
<th data-i18n="functionStatus"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>