zaliczeniePP/panel.gtpl

19 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-12-29 04:54:49 +01:00
<!DOCTYPE html>
2018-12-29 16:02:42 +01:00
<html lang="pl">
2018-12-17 22:35:20 +01:00
<head>
2018-12-27 23:53:14 +01:00
<title>PANEL</title>
2018-12-29 02:31:05 +01:00
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
2018-12-17 22:35:20 +01:00
</head>
<body>
2018-12-29 16:02:42 +01:00
<form action="/panel" method="POST">
2019-01-02 16:32:16 +01:00
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
2019-01-03 23:57:51 +01:00
<h1><center>WEB PANEL "STOŁÓWKA ZPM" użytkownika {{.UserView}}</h1></center>
2019-01-02 16:32:16 +01:00
<h2><p style="text-align: center"><button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</button></a></p></h2>
2019-01-03 23:57:51 +01:00
<br>
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/menuDan">Menu na stołówce w ZPM</a></p></b></div></h2></fieldset>
2019-01-02 16:32:16 +01:00
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/historiaPosilkow">Historia Twoich posiłków</a></p></b></div></h2></fieldset>
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/platnosci">Zapłać za posiłki</a></p></b></div></h2></fieldset>
2019-01-03 23:57:51 +01:00
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/zmianaPINU">Zmień swój PIN / Zablokuj kartę</a></p></b></div></h2></fieldset>
2018-12-29 16:02:42 +01:00
</form>
2018-12-17 22:35:20 +01:00
</body>
</html>