forked from xziino/ff14-mitigator
10 lines
437 B
PHP
10 lines
437 B
PHP
<div class="card section-gap" id="fight-select-card" style="display:none">
|
|
<div class="card-title-row">
|
|
<div class="card-title">Fight auswählen</div>
|
|
<a id="fflogs-report-link" class="btn btn-sm" href="#" target="_blank" rel="noopener" style="display:none;text-decoration:none;margin-left:auto">FFLogs öffnen</a>
|
|
</div>
|
|
<select id="fight-select">
|
|
<option value="">— Fight auswählen —</option>
|
|
</select>
|
|
</div>
|