27 lines
953 B
HTML
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> |