mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
<div id="unit-control-panel" class="ol-panel ol-panel-padding-lg">
|
|
|
|
<h3>Selected Units</h3>
|
|
|
|
<div id="unit-selection">
|
|
|
|
<div id="selected-units-container" class="ol-scrollable">
|
|
<!-- This is where all the unit selection buttons will be shown-->
|
|
<!-- <button class="pill highlight-coalition" data-coalition="blue" data-short-label="18">Olympus 1-1</button> -->
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div id="flight-data">
|
|
<h4>Flight controls</h4>
|
|
<div class="slider-container flight-control-slider" id="airspeed-slider">
|
|
<dl class="ol-data-grid">
|
|
<dt>Speed</dt>
|
|
<dd class="flight-control-value" id="value">451kts</dd>
|
|
</dl>
|
|
<input type="range" min="0" max="100" value="0" class="slider">
|
|
</div>
|
|
|
|
<div class="slider-container flight-control-slider" id="altitude-slider">
|
|
<dl class="ol-data-grid">
|
|
<dt>Altitude</dt>
|
|
<dd class="flight-control-value" id="value">21,594ft</dd>
|
|
</dl>
|
|
<input type="range" min="0" max="100" value="0" class="slider">
|
|
</div>
|
|
|
|
<h5 id="categories-tooltip" class="hide">Multiple categories selected</h5>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <h3>Formation</h3> -->
|
|
<!-- <div id="formation-buttons-container"> -->
|
|
<!-- This is where all the formation control buttons will be shown -->
|
|
<!-- </div> -->
|
|
|
|
<div id="roe">
|
|
<h4>Rules of engagement</h4>
|
|
<div id="roe-buttons-container" class="ol-group ol-button-box">
|
|
<!-- This is where the roe buttons will be shown -->
|
|
</div>
|
|
</div>
|
|
|
|
<div id="threat">
|
|
<h4>Reaction to threat</h4>
|
|
<div id="reaction-to-threat-buttons-container" class="ol-group ol-button-box">
|
|
<!-- This is where the reaction to threat buttons will be shown -->
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div id="advanced-settings-div">
|
|
<button id="advanced-settings-button" class="ol-button-settings" data-on-click="showAdvancedSettings">Adjust settings</button>
|
|
<hr />
|
|
</div>
|
|
|
|
<button class="ol-button-warning" data-on-click="deleteSelectedUnits">Delete unit</button>
|
|
|
|
</div>
|