Create historiaPosilkow.gtpl
This commit is contained in:
parent
cc98a6a52f
commit
c89607d535
22
historiaPosilkow.gtpl
Normal file
22
historiaPosilkow.gtpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user