zaliczeniePP/historiaPosilkow.gtpl

22 lines
683 B
Plaintext
Raw Normal View History

2019-01-02 01:13:36 +01:00
<!DOCTYPE html>
<html lang="pl">
<head>
<title>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>
</tr>
</tbody>
</table>
</form>
</body>
</html>