Update panel.gtpl

This commit is contained in:
s441433 2019-01-03 23:57:51 +01:00
parent 2c07224f19
commit 43df6731ac

View File

@ -7,11 +7,13 @@
<body> <body>
<form action="/panel" method="POST"> <form action="/panel" method="POST">
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center> <center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
<h1><center>Panel zarządzający użytkownika {{.UserView}}</h1></center> <h1><center>WEB PANEL "STOŁÓWKA ZPM" użytkownika {{.UserView}}</h1></center>
<h2><p style="text-align: center"><button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</button></a></p></h2> <h2><p style="text-align: center"><button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</button></a></p></h2>
<br> <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>
<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/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> <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>
<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>
</form> </form>
</body> </body>
</html> </html>