Update panel.gtpl

This commit is contained in:
s441433 2019-01-02 01:13:42 +01:00
parent 4c2434415b
commit 28ec340199

View File

@ -6,7 +6,11 @@
</head> </head>
<body> <body>
<form action="/panel" method="POST"> <form action="/panel" method="POST">
Witaj {{.UserView}} <h1><center>Witaj {{.UserView}}</h1></center>
<h2><p style="text-indent: 4%; text-align: right"><a href="adminlogin.php" target="self"> logout</a></p></h2>
<br><br><br><br>
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/historiaPosilkow">Oto historia Twoich posiłków (klik)</a></p></b></div></h2></fieldset>
<fieldset><h2><div><b><p style="text-indent: 2%;"><a href="http://localhost:9197/historiaPosilkow">Zapłać za posiłki (klik)</a></p></b></div></h2></fieldset>
</form> </form>
</body> </body>
</html> </html>