forked from xziino/ff14-mitigator
Steps 1+2 of the planner roadmap: data model, create/rename/copy/delete plans, read-only mechanic timeline, two-column layout mirroring the analysis tab style. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
437 B
PHP
10 lines
437 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>
|
|
<button class="tab" data-tab="planner">📋 Planer</button>
|
|
</nav>
|
|
<div class="topbar-user">Token gültig bis: <?= date('Y-m-d H:i:s', $_SESSION['token_expires']) ?></div>
|
|
</header>
|