24 lines
876 B
Groovy
24 lines
876 B
Groovy
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
|
<title>Płatności</title>
|
|
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
|
</head>
|
|
<body>
|
|
<h1><center>{{.UserView}}, poniżej suma niezapłaconych biletów.</center></h1>
|
|
<br>
|
|
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij do panelu użytkownika</a></p></b></h2>
|
|
<br>
|
|
<form action="/platnosci" method="POST">
|
|
<style> td { border: 1px solid black; } </style>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<td style="width: 15em; height: 2em" align="center"><b>Suma kosztów za bilety: {{.KosztBiletuView}}</b></td>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html> |