| Server IP : 193.86.120.172 / Your IP : 216.73.216.215 Web Server : Apache/2.4.63 (Unix) System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64 User : kubec ( 1026) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /volume1/web/jservices_cz/ |
Upload File : |
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>Administrace | J Services</title>
<link rel="stylesheet" href="assets/css/admin.css">
</head>
<body class="prihlaseni-stranka">
<div class="prihlaseni-karta">
<div class="logo">J Services</div>
<h1>Administrace</h1>
<div id="chybaZprava" class="zprava-chyba" style="display:none;">Nesprávné jméno nebo heslo.</div>
<form method="post" action="login.php">
<label for="username">Uživatelské jméno</label>
<input type="text" id="username" name="username" required autofocus>
<label for="password">Heslo</label>
<input type="password" id="password" name="password" required>
<button type="submit" class="btn btn-primary" style="width:100%;">Přihlásit se</button>
</form>
</div>
<script>
if (window.location.search.indexOf('chyba=1') !== -1) {
document.getElementById('chybaZprava').style.display = 'block';
}
</script>
</body>
</html>