Update platnosci.gtpl
This commit is contained in:
parent
3dd89fa6de
commit
ce7bfab4ca
@ -1,27 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="pl">
|
<html lang="pl">
|
||||||
<head>
|
<head>
|
||||||
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
<h5><p style="text-align: right;">Zalogowano jako {{.UserView}} <button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</a></button></p></h5>
|
||||||
<title>Płatności</title>
|
<title>Stołówka ZPM Płatności</title>
|
||||||
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
||||||
</head>
|
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><center>{{.UserView}}, poniżej suma niezapłaconych biletów.</center></h1>
|
<h1><center>Rozliczanie niezapłaconych biletów</center></h1>
|
||||||
<br>
|
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij</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>
|
|
||||||
<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>
|
||||||
<h2><td style="width: 15em; height: 2em" align="center"><b>Suma kosztów za bilety: {{.Zaplac}}</b></td></h2>
|
<h2><td style="width: 20em; height: 2em" align="center"><b>Suma nierozliczonych kosztów za bilety: {{.Zaplac}} zł.</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>
|
||||||
|
<h3><b><p style="text-indent: 2%;"><a href="http://localhost:9197/platnosci/placeOnline">Zapłać online</a></p></b></h3>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user