58 lines
2.3 KiB
HTML
58 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>Regisztráció | LiftEllenőr</title>
|
|
<link rel="stylesheet" href="/style.css?v=20260522-3" />
|
|
</head>
|
|
<body>
|
|
<div id="pageShell">
|
|
<header id="siteHeader" class="panel">
|
|
<a class="brand-block brand-link" href="/">
|
|
<img class="brand-logo" src="/logo.png" alt="Csödényi Felvonó Felülvizsgáló logó" />
|
|
<div class="brand-copy">
|
|
<p class="brand-name">LiftEllenőr</p>
|
|
<p class="brand-subtitle">Technikusi hozzáférés és vizsgálati naplózás.</p>
|
|
</div>
|
|
</a>
|
|
<nav class="top-nav" aria-label="Fő navigáció">
|
|
<a class="nav-link" href="/">Főoldal</a>
|
|
<a class="nav-link" href="/bejelentkezes">Bejelentkezés</a>
|
|
<a class="nav-link nav-link-active" href="/regisztracio">Regisztráció</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main id="mainLayout">
|
|
<section class="panel auth-panel">
|
|
<div class="section-heading">
|
|
<h1 class="page-title">Regisztráció</h1>
|
|
<p class="page-text">Új technikusi hozzáférés létrehozása.</p>
|
|
</div>
|
|
|
|
<form id="authForm" class="auth-form">
|
|
<label for="fullName">Teljes név</label>
|
|
<input id="fullName" name="fullName" type="text" required />
|
|
|
|
<label for="routeName">Technikusi útvonal</label>
|
|
<input id="routeName" name="routeName" type="text" placeholder="Például: Dél-Pest" required />
|
|
|
|
<label for="username">Felhasználónév</label>
|
|
<input id="username" name="username" type="text" autocomplete="username" required />
|
|
|
|
<label for="password">Jelszó</label>
|
|
<input id="password" name="password" type="password" autocomplete="new-password" required />
|
|
|
|
<button class="secondary-button" type="submit">Regisztráció mentése</button>
|
|
</form>
|
|
|
|
<p id="authMessage" class="feedback-text"></p>
|
|
<p class="auth-link-row">Van már fiókod? <a href="/bejelentkezes">Bejelentkezés</a></p>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<script src="/auth.js?v=20260522-1"></script>
|
|
</body>
|
|
</html>
|