Files
wyndham-ARR/arr_web/static/h5.html
2026-08-02 12:56:22 +08:00

61 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#172033" />
<title>渠道BI · ARR Report</title>
<link rel="stylesheet" href="/assets/h5.css" />
<script src="/assets/i18n.js" defer></script>
<script src="/assets/h5.js" defer></script>
</head>
<body>
<header class="mobile-header">
<div class="brand"><span class="brand-name">ARR Report</span></div>
<div class="mobile-header-actions">
<label class="locale-switcher">
<span class="sr-only">语言</span>
<select data-arr-locale-selector aria-label="语言">
<option value="zh-CN">中文</option>
<option value="en">English</option>
<option value="th">ไทย</option>
</select>
</label>
<span class="connection" id="h5-connection"><i></i>正在连接</span>
<a class="mobile-logout" id="h5-logout" href="#logout" hidden>退出</a>
</div>
</header>
<main>
<section class="hero bi-hero">
<label><span>月份</span><select id="h5-month" aria-label="查看月份"></select></label>
</section>
<section class="kpi-grid" aria-label="本月核心指标">
<article><span>售出房数</span><strong id="h5-rooms"></strong><small>NO. OF ROOM</small></article>
<article class="primary"><span>销售金额</span><strong id="h5-revenue"></strong><small>销售金额合计</small></article>
<article><span>间夜</span><strong id="h5-nights"></strong><small>房数 × 晚数</small></article>
<article><span>公司数</span><strong id="h5-companies"></strong><small>月报子表</small></article>
</section>
<section class="mobile-card sales-card">
<div class="card-title"><div><h2>各公司本月销售情况</h2><p class="data-range" id="h5-data-range">数据范围:—</p></div></div>
<div class="mobile-donut-row">
<div class="mobile-donut" id="h5-donut"><div><strong id="h5-donut-total"></strong><span>销售金额</span></div></div>
<div class="mobile-legend" id="h5-legend"></div>
</div>
<div class="mobile-ranking" id="h5-ranking"><p class="empty">正在读取数据…</p></div>
</section>
<section class="mobile-card matrix-card">
<div class="card-title"><div><h2>渠道 × 房型售出房数</h2></div></div>
<div class="mobile-table" id="h5-matrix"><p class="empty">正在读取数据…</p></div>
</section>
</main>
<footer class="mobile-footer">页面日期时间统一按泰国曼谷UTC+7显示。</footer>
<div class="mobile-message" id="h5-message" role="status" aria-live="polite"></div>
</body>
</html>