mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
* GA initial data * First commit of crude functionality. * More AIC work so I don't lose it. (Best commit message ever.) * Restructured to use 'phrases'. * Set to a working state. * Committing so I don't lose work. * Added ai-formation feature swtich and UI kit stuff. * Added plane units to UI kit.
17 lines
780 B
Plaintext
17 lines
780 B
Plaintext
<div class="ol-panel aic-panel" id="aic-control-panel" data-feature-switch="aic">
|
|
<div class="olympus-button" id="toggle-aic-button"></div>
|
|
<div class="olympus-button" id="aic-help-button"></div>
|
|
</div>
|
|
|
|
<div id="aic-help" class="olympus-dialog hide" data-feature-switch="aic">
|
|
<div class="olympus-dialog-close">×</div>
|
|
<div class="olympus-dialog-header">AIC Help</div>
|
|
<div class="olympus-dialog-content">
|
|
<p>How to be a good AIC and get people to do stuff good, too.</p>
|
|
<div style="align-items: center; background:black; color:white; display:flex; height:250px; justify-content: center; justify-self: center; width:450px;">
|
|
<div>[DCS with Volvo video]</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="aic-teleprompt"></div> |