22 lines
841 B
Groovy
22 lines
841 B
Groovy
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<title>Stołówka ZPM Płatności Online</title>
|
|
<h5><p style="text-align: right;">Zalogowano jako {{.UserView}} <button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</a></button></p></h5>
|
|
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
|
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
|
|
|
</head>
|
|
<body>
|
|
<h1><center>ZAPŁACONE {{.Zaplac}} zł</center></h1>
|
|
<div class="row">
|
|
<div class="col-75">
|
|
<div class="container">
|
|
<form action="/panel" method="POST">
|
|
<center><h2><input type="submit" value="Wróć do Panelu głównego"></h2></center>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |