mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
29 lines
894 B
Plaintext
29 lines
894 B
Plaintext
<div id="<%= dialogId %>" class="ol-panel ol-dialog file-import-export hide" oncontextmenu="return false;">
|
|
<div class="ol-dialog-header">
|
|
<h3><%= title %></h3>
|
|
</div>
|
|
|
|
<div class="ol-dialog-content">
|
|
<p><%= textContent %></p>
|
|
|
|
<% if (showFilenameInput) { %>
|
|
<div class="export-filename-container">
|
|
<label>Filename:</label>
|
|
<input id="export-filename">
|
|
<img src="resources/theme/images/icons/keyboard-solid.svg">
|
|
</div>
|
|
<% } %>
|
|
|
|
<table class="categories-coalitions">
|
|
<thead>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="ol-dialog-footer ol-group">
|
|
<button class="start-transfer"><%= submitButtonText %></button>
|
|
<button data-on-click="closeDialog">Close</button>
|
|
</div>
|
|
</div> |