48 lines
1.9 KiB
HTML
48 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<!-- Дизайн: Стандартный дизайн. Сохраняй все пять CSS; подробности в design.md. -->
|
|
<html lang="ru" data-theme="light">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>Розничные продажи · 2026</title>
|
|
<link rel="stylesheet" href="design-system/kt-ai-fonts.css">
|
|
<link rel="stylesheet" href="design-system/kt-ai-tokens.css">
|
|
<link rel="stylesheet" href="design-system/kt-ai-components.css">
|
|
<link rel="stylesheet" href="design-system/kt-ai-page.css">
|
|
<link rel="stylesheet" href="design-system/vibe-theme.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="kt-ai-app">
|
|
<script src="design-system/icons/kt-ai-icons.js"></script>
|
|
<div class="kt-ai-shell">
|
|
|
|
<aside class="kt-ai-sidebar">
|
|
<div class="brand-row" data-rail="keep">
|
|
<img src="https://code.vibe42.kz/tore/aitu/kt-logo.svg" alt="Казахтелеком" height="22">
|
|
<span class="brand-name"><strong>Розничные продажи</strong><span class="brand-sub">2026 год</span></span>
|
|
</div>
|
|
<nav>
|
|
<div class="kt-ai-nav-group">
|
|
<button class="kt-ai-nav-item" data-screen="overview" data-active="true" onclick="switchScreen('overview')">
|
|
<svg class="kt-icon" aria-hidden="true"><use href="#dashboard"></use></svg>
|
|
<span class="nav-label">Обзор</span>
|
|
</button>
|
|
<button class="kt-ai-nav-item" data-screen="details" onclick="switchScreen('details')">
|
|
<svg class="kt-icon" aria-hidden="true"><use href="#table"></use></svg>
|
|
<span class="nav-label">Детали</span>
|
|
</button>
|
|
</div>
|
|
</nav>
|
|
</aside>
|
|
|
|
<main class="kt-ai-main">
|
|
<div id="screen-overview"></div>
|
|
<div id="screen-details" hidden></div>
|
|
</main>
|
|
|
|
</div>
|
|
<script src="design-system/kt-ai-chart-tip.js"></script>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|