Update platnosci.gtpl

This commit is contained in:
s441433 2019-01-05 14:32:59 +01:00
parent eb534dea3a
commit c46d711908

View File

@ -8,17 +8,13 @@
</head>
<body>
<h1><center>Rozliczanie niezapłaconych biletów</center></h1>
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij</a></p></b></h2>
<center><h2><b><p><a href="http://localhost:9197/panel">Cofnij</a></p></b></h2></center>
<form action="/platnosci" method="POST">
<style> td { border: 1px solid black; } </style>
<table>
<thead>
<tr>
<center>
<h2><td style="width: 20em; height: 2em" align="center"><b>Suma nierozliczonych kosztów za bilety: {{.Zaplac}} zł.</b></td></h2>
</tr>
</thead>
</table>
<h3><b><p style="text-indent: 2%;"><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3>
</center>
<center><h3><b><p><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3></center>
</form>
</body>
</html>