Files
gaseous-server/gaseous-server/wwwroot/pages/settings/bios.html
2024-09-01 01:00:54 +10:00

27 lines
953 B
HTML

<div id="gametitle">
<h1 id="gametitle_label">Firmware</h1>
</div>
<div class="section">
<div class="section-header">Firmware Availablility <span id="firmware_totalcount" style="float: right;"></span>
</div>
<div class="section-body">
<p>
Display:
<ul style="list-style-type:none;">
<li><input type="checkbox" id="firmware_showavailable" checked="checked"
onclick="displayFirmwareList();" /><label for="firmware_showavailable"> Available</label></li>
<li><input type="checkbox" id="firmware_showunavailable" checked="checked"
onclick="displayFirmwareList();" /><label for="firmware_showunavailable"> Unavailable</label></li>
</ul>
</p>
<table id="table_firmware" class="romtable" cellspacing="0">
</table>
</div>
</div>
<script type="text/javascript">
// load the bios list
loadBios();
</script>