188 lines
7.1 KiB
HTML
188 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Historico propio de HLL Vietnam con ranking semanal y partidas recientes por servidor."
|
|
/>
|
|
<title>Historico - HLL Vietnam</title>
|
|
<link rel="stylesheet" href="./assets/css/styles.css" />
|
|
<link rel="stylesheet" href="./assets/css/historico.css" />
|
|
</head>
|
|
<body data-backend-base-url="http://127.0.0.1:8000">
|
|
<div class="page-shell historical-shell">
|
|
<header class="hero historical-hero">
|
|
<div class="hero__overlay"></div>
|
|
<div class="hero__content historical-hero__content">
|
|
<div class="historical-hero__topline">
|
|
<a class="secondary-button secondary-button--ghost" href="./index.html">
|
|
VOLVER INICIO
|
|
</a>
|
|
<p class="eyebrow">Historico propio</p>
|
|
</div>
|
|
<div class="historical-hero__layout">
|
|
<div class="logo-frame historical-logo-frame">
|
|
<img
|
|
src="./assets/img/logo.png"
|
|
alt="Logo oficial de la comunidad HLL Vietnam"
|
|
class="logo-frame__image"
|
|
width="1024"
|
|
height="1044"
|
|
decoding="async"
|
|
/>
|
|
</div>
|
|
<div class="historical-hero__copy">
|
|
<div>
|
|
<h1 class="historical-hero__title">
|
|
Registro de la
|
|
<span class="hero__title-accent">Comunidad Hispana</span>
|
|
</h1>
|
|
<p class="hero__text historical-hero__text">
|
|
Consulta la cobertura registrada, el ranking semanal y los
|
|
cierres recientes usando solo la capa historica interna del proyecto.
|
|
</p>
|
|
</div>
|
|
<div class="historical-selector" aria-label="Seleccion de servidor">
|
|
<button
|
|
class="historical-selector__button is-active"
|
|
type="button"
|
|
data-server-slug="comunidad-hispana-01"
|
|
>
|
|
Comunidad Hispana #01
|
|
</button>
|
|
<button
|
|
class="historical-selector__button"
|
|
type="button"
|
|
data-server-slug="comunidad-hispana-02"
|
|
>
|
|
Comunidad Hispana #02
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="content historical-content">
|
|
<section class="panel historical-panel" aria-labelledby="historical-summary-title">
|
|
<div class="panel__shell">
|
|
<div class="panel__header historical-panel__header">
|
|
<div>
|
|
<p class="eyebrow eyebrow--section">Cobertura registrada</p>
|
|
<h2 id="historical-summary-title">Resumen del historico persistido</h2>
|
|
<p class="historical-panel__note" id="historical-summary-note">
|
|
Este bloque resume solo la cobertura ya registrada en la base local.
|
|
</p>
|
|
</div>
|
|
<p class="status-chip status-chip--fallback" id="historical-range">
|
|
Cargando rango temporal
|
|
</p>
|
|
</div>
|
|
<div class="historical-summary-grid" id="historical-summary">
|
|
<article class="historical-stat-card">
|
|
<p>Estado</p>
|
|
<strong>Cargando datos historicos</strong>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="panel historical-panel" aria-labelledby="weekly-ranking-title">
|
|
<div class="panel__shell">
|
|
<div class="panel__header historical-panel__header">
|
|
<div>
|
|
<p class="eyebrow eyebrow--section">Ranking semanal</p>
|
|
<h2 id="weekly-ranking-title">Ranking semanal del servidor activo</h2>
|
|
<p class="historical-panel__note" id="weekly-window-note">
|
|
Cargando ventana semanal...
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="historical-tabs"
|
|
id="weekly-leaderboard-tabs"
|
|
role="tablist"
|
|
aria-label="Metricas del ranking semanal"
|
|
>
|
|
<button
|
|
class="historical-tab is-active"
|
|
type="button"
|
|
role="tab"
|
|
aria-selected="true"
|
|
data-leaderboard-metric="kills"
|
|
>
|
|
Top kills
|
|
</button>
|
|
<button
|
|
class="historical-tab"
|
|
type="button"
|
|
role="tab"
|
|
aria-selected="false"
|
|
data-leaderboard-metric="deaths"
|
|
>
|
|
Top muertes
|
|
</button>
|
|
<button
|
|
class="historical-tab"
|
|
type="button"
|
|
role="tab"
|
|
aria-selected="false"
|
|
data-leaderboard-metric="matches_over_100_kills"
|
|
>
|
|
Partidas 100+ kills
|
|
</button>
|
|
<button
|
|
class="historical-tab"
|
|
type="button"
|
|
role="tab"
|
|
aria-selected="false"
|
|
data-leaderboard-metric="support"
|
|
>
|
|
Soporte
|
|
</button>
|
|
</div>
|
|
<p class="historical-state" id="weekly-leaderboard-state" aria-live="polite">
|
|
Cargando ranking semanal...
|
|
</p>
|
|
<div class="historical-table-shell">
|
|
<table class="historical-table" id="weekly-leaderboard-table" hidden>
|
|
<thead>
|
|
<tr>
|
|
<th>Pos.</th>
|
|
<th>Jugador</th>
|
|
<th id="weekly-leaderboard-value-heading">Kills</th>
|
|
<th>Partidas</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="weekly-leaderboard-body"></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="panel historical-panel" aria-labelledby="recent-matches-title">
|
|
<div class="panel__shell">
|
|
<div class="panel__header historical-panel__header">
|
|
<div>
|
|
<p class="eyebrow eyebrow--section">Partidas recientes</p>
|
|
<h2 id="recent-matches-title">Ultimos cierres registrados</h2>
|
|
<p class="historical-panel__note">
|
|
Lista de cierres ya registrados para el servidor activo.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<p class="historical-state" id="recent-matches-state" aria-live="polite">
|
|
Cargando partidas recientes...
|
|
</p>
|
|
<div class="historical-match-list" id="recent-matches-list"></div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<script src="./assets/js/historico.js"></script>
|
|
</body>
|
|
</html>
|