zaliczeniePP/platnosci.gtpl

20 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-01-02 01:13:44 +01:00
<!DOCTYPE html>
<html lang="pl">
<head>
2019-01-05 13:15:35 +01:00
<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>
2019-01-02 01:13:44 +01:00
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
2019-01-05 13:15:35 +01:00
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
</head>
2019-01-02 01:13:44 +01:00
<body>
2019-01-05 13:15:35 +01:00
<h1><center>Rozliczanie niezapłaconych biletów</center></h1>
2019-01-05 14:32:59 +01:00
<center><h2><b><p><a href="http://localhost:9197/panel">Cofnij</a></p></b></h2></center>
2019-01-02 16:32:18 +01:00
<form action="/platnosci" method="POST">
2019-01-02 01:13:44 +01:00
<style> td { border: 1px solid black; } </style>
2019-01-05 14:32:59 +01:00
<center>
2019-01-05 13:15:35 +01:00
<h2><td style="width: 20em; height: 2em" align="center"><b>Suma nierozliczonych kosztów za bilety: {{.Zaplac}} zł.</b></td></h2>
2019-01-05 14:32:59 +01:00
</center>
<center><h3><b><p><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3></center>
2019-01-02 01:13:44 +01:00
</form>
</body>
</html>