2018-12-28 14:22:03 +01:00
|
|
|
<!DOCTYPE html>
|
2018-12-29 16:02:38 +01:00
|
|
|
<html lang="pl">
|
2018-12-28 14:22:03 +01:00
|
|
|
<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>
|
2018-12-29 16:02:38 +01:00
|
|
|
<form action="/login" method="POST">
|
2018-12-28 14:22:03 +01:00
|
|
|
<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>
|
|
|
|
<center><h5><div><a href="http://localhost:9197">powrót do strony głównej</a></div></h5></center>
|
|
|
|
<fieldset>
|
|
|
|
<center>
|
|
|
|
<table>
|
|
|
|
<br>
|
|
|
|
<tr>
|
2018-12-29 16:02:38 +01:00
|
|
|
<td>Login:</td> <td><input type="text" name="loginFROMsite"></td>
|
2018-12-28 14:22:03 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2018-12-29 01:36:44 +01:00
|
|
|
<td>Hasło:</td> <td><input type="password" name="passwordFROMsite"></td>
|
2018-12-28 14:22:03 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2019-01-05 13:15:30 +01:00
|
|
|
<br><br>
|
2018-12-28 14:22:03 +01:00
|
|
|
<input type="submit" value="Zaloguj">
|
|
|
|
<br><br>
|
|
|
|
</center>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|