Files
DCSOlympus/client/views/other/dialogs/importfromfile.ejs
PeekabooSteam 8dc48c10c3 Added dialog
2023-11-05 22:35:00 +00:00

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>&nbsp;</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>&nbsp;</td>
<td>&nbsp;</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>