Update login.gtpl
This commit is contained in:
parent
f851700326
commit
cbe8c7e451
@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="pl">
|
||||||
<head>
|
<head>
|
||||||
<title>Panel logowania do Stołówka ZPM</title>
|
<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" />
|
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/login" method="post">
|
<form action="/login" method="POST">
|
||||||
<br>
|
<br>
|
||||||
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="350" height="200"/></center>
|
<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>
|
<center><h1>Panel logowania do Stołówka ZPM</h1></center>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<br>
|
<br>
|
||||||
<tr>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Hasło:</td> <td><input type="password" name="passwordFROMsite"></td>
|
<td>Hasło:</td> <td><input type="password" name="passwordFROMsite"></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user