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>
9 lines
374 B
PHP
9 lines
374 B
PHP
<header id="topbar">
|
|
<div class="logo">REPORT VIEWER <span>Final Fantasy XIV</span></div>
|
|
<nav class="tabs">
|
|
<button class="tab active" data-tab="report">⚔ Report</button>
|
|
<button class="tab" data-tab="analysis">📊 Analyse</button>
|
|
</nav>
|
|
<div class="topbar-user">Token gültig bis: <?= date('Y-m-d H:i:s', $_SESSION['token_expires']) ?></div>
|
|
</header>
|