zaliczeniePP/historiaPosilkow.gtpl
2019-01-05 13:15:27 +01:00

23 lines
767 B
Groovy

<!DOCTYPE html>
<html lang="pl">
<head>
<title>Stołówka ZPM Historia Biletów</title>
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
</head>
<body>
<form action="/historiaPosilkow" method="POST">
<style> td { border: 1px solid black; } </style>
<table>
<tbody>
<tr>
<td style="width: 15em; height: 2em">{{.IDbiletuView}}</td>
<td style="width: 15em; height: 2em">{{.KtoZabralView}}</td>
<td style="width: 15em; height: 2em">{{.DataCzasView}}</td>
<td style="width: 15em; height: 2em">{{.KosztBiletuView}}</td>
<td style="width: 15em; height: 2em">{{.CzyZaplaconyView}}</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>