mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
Adding zone type dropdown to index.html
This commit is contained in:
parent
6ad2f34639
commit
a29979ed51
1 changed files with 14 additions and 0 deletions
14
index.html
14
index.html
|
|
@ -2908,9 +2908,23 @@
|
|||
<div style="left:13em" data-tip="Zone cells count" class="hide">Cells </div>
|
||||
<div style="left:19em" data-tip="Zone area" class="hide">Area </div>
|
||||
<div style="left:24em" data-tip="Zone population" class="hide">Population </div>
|
||||
<div style="left:31em" data-tip="Zone type" class="hide">Type </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: <span id="zonesFooterNumber">0</span></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue