0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpsysinfo3.3.1
/
plugins
/
bat
/
[
Home
]
File: bat_bootstrap.html
<div class="col-lg-6" id="block_bat" style="display:none;"> <div class="card" id="panel_bat" style="display:none;"> <div class="card-header"><span class="lang_plugin_bat_001">Battery Status</span> <div id="reload_bat" class="reload" title="reload"></div> </div> <div class="card-body"> <div class="table-responsive"> <table id="bat" class="table table-hover table-sm"> <thead> <tr> <th><span class="lang_plugin_bat_006">Battery</span></th> <th><span class="lang_plugin_bat_007">Value</span></th> <th></th> </tr> </thead> <tbody id="bat-data"> </tbody> </table> </div> </div> </div> </div>