32 lines
1.2 KiB
Groovy
32 lines
1.2 KiB
Groovy
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<title>Stołówka ZPM Historia Biletów</title>
|
|
<h5><p style="text-align: right;">Zalogowano jako {{.UserView}} <button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</a></button></p></h5>
|
|
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
|
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<center><h1>Zmiana HASŁA do Panelu Stołówka ZPM</h1></center>
|
|
<h2><div><a href="http://localhost:9197/panel">Anuluj</a></div></h2>
|
|
<form action="/wylogowano" method="POST">
|
|
<fieldset>
|
|
<center>
|
|
<table>
|
|
<tr>
|
|
<div class="container">
|
|
<td>Wpisz nowe hasło (max 12 znaków):</td> <td><input type="password" id="hasloFROMsite" name="hasloFROMsite" maxlength="12" pattern="(.*).{4,}" title="Hasło musi posiadać minimum 4 znaki"></td>
|
|
</div>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<input type="submit" value="Zmień">
|
|
<p>UWAGA! Zmiana spowoduje wylogowanie użytkownika z panelu!</p>
|
|
<br><br>
|
|
</center>
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html> |