plc_control/web/core/html/points-panel.html

38 lines
1.4 KiB
HTML

<section class="panel top-right">
<div class="panel-head">
<h2>点位</h2>
<div class="pager">
<button class="secondary" id="prevPoints" title="上一页">&lsaquo;</button>
<span id="pointsPageInfo">1 / 1</span>
<button class="secondary" id="nextPoints" title="下一页">&rsaquo;</button>
</div>
</div>
<div class="toolbar point-batch-toolbar">
<label class="check-row compact-check">
<input type="checkbox" id="toggleAllPoints" />
<span>本页全选</span>
</label>
<div class="muted" id="pointFilterSummary">当前筛选: 全部点位</div>
<div class="muted" id="selectedPointCount">已选中 0 个点位</div>
<button type="button" class="secondary" id="openPointModal">选入节点</button>
<button type="button" class="secondary" id="openBatchBinding">批量绑定设备</button>
<button type="button" class="secondary" id="clearSelectedPoints">清空选择</button>
</div>
<div class="table-wrap">
<table class="data-table">
<thead>
<tr>
<th style="width:6%"></th>
<th style="width:22%">名称</th>
<th style="width:16%"></th>
<th style="width:10%">质量</th>
<th style="width:18%">设备/角色</th>
<th style="width:21%">更新时间</th>
<th style="width:120px"></th>
</tr>
</thead>
<tbody id="pointList"></tbody>
</table>
</div>
</section>