-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.html
More file actions
155 lines (147 loc) · 6.35 KB
/
dashboard.html
File metadata and controls
155 lines (147 loc) · 6.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WIND Economy — Dashboard</title>
<meta name="description" content="Панель экономики WIND." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css?v=20260219-3" />
<script defer src="./app.js?v=20260219-3"></script>
</head>
<body>
<div class="layout">
<aside class="sidebar" aria-label="Навигация сайта">
<a class="brand-logo" href="./dashboard.html" title="WIND Economy" aria-label="Dashboard">
<svg viewBox="0 0 323 394" class="logo-mark" aria-hidden="true">
<path d="M87.3754 134.668L233 50.5006L145.625 0L0.00326128 84.1661L0 252.499L87.3748 303L87.3754 134.668Z" fill="currentColor" />
<path d="M323 140.667L323 309.558L176.75 394L89 343.333L235.25 258.887L235.25 90L323 140.667Z" fill="currentColor" />
</svg>
</a>
<nav class="nav-main" aria-label="Основная навигация">
<a class="icon-link active" href="./dashboard.html" title="Dashboard" aria-label="Dashboard">
<svg viewBox="0 0 24 24" aria-hidden="true">
<rect x="3" y="4" width="18" height="16" rx="2" />
<path d="M3 9h18" />
</svg>
</a>
<a class="icon-link" href="./prices.html" title="Цены" aria-label="Цены">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 6h18" />
<path d="M3 12h18" />
<path d="M3 18h18" />
</svg>
</a>
<a class="icon-link" href="./codex.html" title="Кодекс" aria-label="Кодекс">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3L4 7v10l8 4 8-4V7z" />
<path d="M4 7l8 4 8-4" />
</svg>
</a>
<a class="icon-link" href="./prices.html" title="Рынок" aria-label="Рынок">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M4 18V8" />
<path d="M10 18V4" />
<path d="M16 18v-6" />
<path d="M22 18V10" />
</svg>
</a>
</nav>
</aside>
<main class="content">
<section class="panel hero-panel">
<div class="hero-grid">
<div class="hero-copy">
<p class="eyebrow">WIND ECONOMY</p>
<h1>
<span class="text-plain">Wind</span><span class="text-accent">Economy</span>
</h1>
<p class="hero-description">
Платформа цен и экономических правил сервера. Отслеживай рынок, анти-демпинг и
ключевые показатели в одном месте.
</p>
<div class="hero-actions">
<a class="primary-btn" href="./prices.html">Открыть рынок</a>
<a class="secondary-btn" href="./codex.html">Узнать правила</a>
</div>
</div>
</div>
</section>
<section class="dashboard-grid">
<article class="panel wallet-panel">
<div class="bank-card">
<div class="bank-top">
<span class="chip">ВИ-00114</span>
<strong>В-Банк</strong>
</div>
<div class="bank-bottom">
<span>WIND ECONOMY</span>
<strong id="avgPrice">...</strong>
</div>
</div>
<div class="wallet-actions">
<a class="primary-btn" href="./prices.html">Перейти в цены</a>
<a class="secondary-btn" href="./codex.html">Редактировать кодекс</a>
<button type="button" class="secondary-btn quick-btn" data-link="./codex.html">Штрафы</button>
</div>
</article>
<article class="panel history-panel">
<h1>История и статус рынка</h1>
<div class="search-lite">Поиск по рынку и кодексу...</div>
<div class="history-list">
<article class="history-item">
<div class="history-left">
<div class="avatar">ПЗ</div>
<div>
<strong>Всего позиций</strong>
<p id="metaInfo">Загрузка...</p>
</div>
</div>
<div class="delta positive" id="totalItems">...</div>
</article>
<article class="history-item">
<div class="history-left">
<div class="avatar">НП</div>
<div>
<strong>Неопределенные цены</strong>
<p>Требуют ручной договоренности</p>
</div>
</div>
<div class="delta negative" id="unknownCount">...</div>
</article>
</div>
</article>
</section>
<section class="panel preview-panel">
<div class="panel-head">
<h2>Анти-демпинг</h2>
<a class="ghost-link" href="./codex.html">Полный кодекс</a>
</div>
<p id="antiRuleText">Загрузка...</p>
<div class="mini-table-wrap">
<table class="mini-table">
<thead>
<tr>
<th>Товар</th>
<th>Минимум</th>
<th>Формат</th>
</tr>
</thead>
<tbody id="antiDumpTableBody">
<tr>
<td colspan="3">Загрузка...</td>
</tr>
</tbody>
</table>
</div>
<p class="panel-note" id="codexMeta">Загрузка кодекса...</p>
</section>
</main>
</div>
</body>
</html>