zaliczeniePP/platnosci.gtpl
2019-01-05 13:15:35 +01:00

24 lines
1.1 KiB
Groovy

<!DOCTYPE html>
<html lang="pl">
<head>
<h5><p style="text-align: right;">Zalogowano jako {{.UserView}} <button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</a></button></p></h5>
<title>Stołówka ZPM Płatności</title>
<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>Rozliczanie niezapłaconych biletów</center></h1>
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij</a></p></b></h2>
<form action="/platnosci" method="POST">
<style> td { border: 1px solid black; } </style>
<table>
<thead>
<tr>
<h2><td style="width: 20em; height: 2em" align="center"><b>Suma nierozliczonych kosztów za bilety: {{.Zaplac}} .</b></td></h2>
</tr>
</thead>
</table>
<h3><b><p style="text-indent: 2%;"><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3>
</form>
</body>
</html>