Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2787 rexy 1
<div class="col-lg-6" id="block_bat" style="display:none;">
2
    <div class="card" id="panel_bat" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_bat_001">Battery Status</span>
4
            <div id="reload_bat" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="bat" class="table table-hover table-sm">
9
                    <thead>
10
                        <tr>
11
                            <th><span class="lang_plugin_bat_006">Battery</span></th>
12
                            <th><span class="lang_plugin_bat_007">Value</span></th>
13
                            <th></th>
14
                        </tr>
15
                    </thead>
16
                    <tbody id="bat-data">
17
                    </tbody>
18
                </table>
19
            </div>
20
        </div>
21
    </div>
22
</div>