Two-tab app: report viewer + analysis tab with AoE timeline, per-player mitigation icons (local XIVAPI PNGs), and fight-wide buff/debuff window tracking. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
621 B
PHP
21 lines
621 B
PHP
<div class="card section-gap">
|
|
<div class="card-title">Report laden</div>
|
|
<form id="report-form">
|
|
<div class="form-row">
|
|
<div class="fg">
|
|
<label>Report Code</label>
|
|
<input
|
|
type="text"
|
|
name="report_code"
|
|
placeholder="z.B. aBcDeFgH1234"
|
|
autocomplete="off"
|
|
spellcheck="false"
|
|
required
|
|
>
|
|
</div>
|
|
<button class="btn btn-gold" type="submit" style="align-self:flex-end">Fetch</button>
|
|
<a class="btn" href="auth/start.php" style="align-self:flex-end;text-decoration:none">Reconnect</a>
|
|
</div>
|
|
</form>
|
|
</div>
|