Create historiaPosilkow.gtpl

This commit is contained in:
s441433 2019-01-02 01:13:36 +01:00
parent cc98a6a52f
commit c89607d535

22
historiaPosilkow.gtpl Normal file
View File

@ -0,0 +1,22 @@
<!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>