61 lines
2.3 KiB
HTML
61 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="hu">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Napló | LiftEllenőr</title>
|
|
<link rel="stylesheet" href="/style.css?v=20260522-5" />
|
|
</head>
|
|
<body>
|
|
<div id="pageShell">
|
|
<main id="appShell">
|
|
<div id="topBar" class="panel app-topbar">
|
|
<div class="topbar-heading">
|
|
<img class="topbar-logo" src="/logo.png" alt="" aria-hidden="true" />
|
|
<div>
|
|
<h1 id="welcomeText" class="page-title">Napló</h1>
|
|
<p id="routeText" class="page-text"></p>
|
|
</div>
|
|
</div>
|
|
<div class="panel-actions">
|
|
<a class="ghost-button" href="/alkalmazas">Vissza az alkalmazáshoz</a>
|
|
<button id="logoutButton" class="ghost-button" type="button">Kijelentkezés</button>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="panel">
|
|
<div class="panel-head">
|
|
<div class="section-heading">
|
|
<h2>Bejegyzések</h2>
|
|
<p>Kereshető és rendezhető ellenőrzési napló a teljes útvonalhoz.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="entryControls">
|
|
<div class="field-wrap">
|
|
<label for="searchInput">Keresés</label>
|
|
<input id="searchInput" type="text" placeholder="Lift, helyszín, gyári szám, technikus" />
|
|
</div>
|
|
|
|
<div class="field-wrap">
|
|
<label for="sortSelect">Rendezés</label>
|
|
<select id="sortSelect">
|
|
<option value="inspectionDateDesc">Ellenőrzés dátuma szerint csökkenő</option>
|
|
<option value="inspectionDateAsc">Ellenőrzés dátuma szerint növekvő</option>
|
|
<option value="nextInspectionAsc">Következő ellenőrzés szerint növekvő</option>
|
|
<option value="nextInspectionDesc">Következő ellenőrzés szerint csökkenő</option>
|
|
<option value="elevatorNameAsc">Lift neve szerint</option>
|
|
<option value="statusAsc">Állapot szerint</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="entriesList" class="entries-grid"></div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<script src="/logs.js?v=20260522-5"></script>
|
|
</body>
|
|
</html>
|