Update login.gtpl

This commit is contained in:
s441433 2018-12-29 16:02:38 +01:00
parent f851700326
commit cbe8c7e451

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="pl">
<head>
<title>Panel logowania do Stołówka ZPM</title>
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
</head>
<body>
<form action="/login" method="post">
<form action="/login" method="POST">
<br>
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="350" height="200"/></center>
<center><h1>Panel logowania do Stołówka ZPM</h1></center>
@ -15,7 +15,7 @@
<table>
<br>
<tr>
<td>Nazwa użytkownika:</td> <td><input type="text" name="usernameFROMsite"></td>
<td>Login:</td> <td><input type="text" name="loginFROMsite"></td>
</tr>
<tr>
<td>Hasło:</td> <td><input type="password" name="passwordFROMsite"></td>