e2e03054ac
Header bar dropped from all pages; brand, system stats (#sys-stats) and clock (#clock) now live in the 22px footer next to the version. .layout fills the full height minus the footer. ensureFooter runs before startClock/refreshStats so the moved elements exist when populated. VERSION 0.0.136. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
37 lines
1.6 KiB
HTML
37 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>CoRE.Vision — Live view</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body data-page="live">
|
|
<div class="layout">
|
|
<aside>
|
|
<a class="nav-item active" href="/" data-nav="live"><span class="ico">▦</span>Live view</a>
|
|
<div class="subnav" id="live-subnav">
|
|
<a class="subitem subplay" id="play-toggle" href="#" title="Начать/остановить просмотр">⏹ Стоп</a>
|
|
<a class="subitem" data-grid="2" href="/?grid=2">4</a>
|
|
<a class="subitem" data-grid="3" href="/?grid=3">9</a>
|
|
<a class="subitem" data-grid="4" href="/?grid=4">16</a>
|
|
<a class="subitem" data-grid="5" href="/?grid=5">25</a>
|
|
<a class="subitem" data-grid="6" href="/?grid=6">36</a>
|
|
<a class="subitem" data-grid="7" href="/?grid=7">49</a>
|
|
<a class="subitem" data-grid="8" href="/?grid=8">64</a>
|
|
<a class="subitem subfs" id="fs-grid" href="#" title="Развернуть сетку на весь экран">⛶ Полный экран</a>
|
|
</div>
|
|
<a class="nav-item" href="/archive" data-nav="archive"><span class="ico">🗄</span>Архив</a>
|
|
<div class="aside-spacer"></div>
|
|
<a class="nav-item" href="/settings" data-nav="settings"><span class="ico">⚙</span>Настройки</a>
|
|
</aside>
|
|
|
|
<main>
|
|
<div class="grid g4" id="grid"></div>
|
|
</main>
|
|
</div>
|
|
|
|
<script src="/static/app.js"></script>
|
|
</body>
|
|
</html>
|