mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
<div id="import-from-file-dialog" class="ol-panel ol-dialog" oncontextmenu="return false;">
|
|
<div class="ol-dialog-header">
|
|
<h3>Import from file</h3>
|
|
</div>
|
|
|
|
<div class="ol-dialog-content">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<td> </td>
|
|
<th>BLUEFOR</th>
|
|
<th>NEUTRAL</th>
|
|
<th>REDFOR</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th>Aircraft</th>
|
|
<td><input type="checkbox" checked /></td>
|
|
<td></td>
|
|
<td><input type="checkbox" checked /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Helicopter</th>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td><input type="checkbox" checked /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Ground units</th>
|
|
<td><input type="checkbox" checked /></td>
|
|
<td><input type="checkbox" checked /></td>
|
|
<td><input type="checkbox" checked /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="ol-dialog-footer ol-group">
|
|
<button>Import units from file</button>
|
|
<button>Cancel</button>
|
|
</div>
|
|
</div> |