Create zmianaHasla.gtpl

This commit is contained in:
s441433 2019-01-05 13:15:43 +01:00
parent dbfda709a6
commit ae924e6e68

32
zmianaHasla.gtpl Normal file
View File

@ -0,0 +1,32 @@
<!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>