Update platnosci.gtpl
This commit is contained in:
parent
e6dc973a71
commit
b855b1c703
@ -8,14 +8,17 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1><center>{{.UserView}}, poniżej suma niezapłaconych biletów.</center></h1>
|
<h1><center>{{.UserView}}, poniżej suma niezapłaconych biletów.</center></h1>
|
||||||
<br>
|
<br>
|
||||||
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij do panelu użytkownika</a></p></b></h2>
|
<h4><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij do głównego MENU panelu użytkownika</a></p></b></h4>
|
||||||
<br>
|
<br>
|
||||||
<form action="/platnosci" method="POST">
|
<form action="/platnosci" method="POST">
|
||||||
<style> td { border: 1px solid black; } </style>
|
<style> td { border: 1px solid black; } </style>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 15em; height: 2em" align="center"><b>Suma kosztów za bilety: {{.KosztBiletuView}}</b></td>
|
<h2><td style="width: 15em; height: 2em" align="center"><b>Suma kosztów za bilety: {{.Zaplac}}</b></td></h2>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<h3><b><p style="text-indent: 2%;"><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user