Adding zone type dropdown to index.html

This commit is contained in:
Ángel Montero Lamas 2021-12-23 12:52:47 +01:00 committed by GitHub
parent 6ad2f34639
commit a29979ed51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2908,10 +2908,24 @@
<div style="left:13em" data-tip="Zone cells count" class="hide">Cells&nbsp;</div>
<div style="left:19em" data-tip="Zone area" class="hide">Area&nbsp;</div>
<div style="left:24em" data-tip="Zone population" class="hide">Population&nbsp;</div>
<div style="left:31em" data-tip="Zone type" class="hide">Type&nbsp;</div>
</div>
<div id="zonesBodySection" class="table" data-type="absolute"></div>
<div id="zonesFilters">
<span>Type: </span>
<select id="zonesFilterType" data-tip="Only zones of this type appear on the map">
<option selected>All</option>
<option>Invasion</option>
<option>Rebels</option>
<option>Proselytism</option>
<option>Crusade</option>
<option>Disease</option>
<option>Disaster</option>
</select>
</div>
<div id="zonesFooter" class="totalLine">
<div data-tip="Number of zones" style="margin-left: 5px">Zones:&nbsp;<span id="zonesFooterNumber">0</span></div>
<div data-tip="Total cells number" style="margin-left: 12px">Cells:&nbsp;<span id="zonesFooterCells">0</span></div>