Create zaplacono.gtpl
This commit is contained in:
parent
0871d64bd6
commit
166eb3471e
22
zaplacono.gtpl
Normal file
22
zaplacono.gtpl
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<title>Stołówka ZPM Płatności Online</title>
|
||||
<h5><p style="text-align: right;">Zalogowano jako {{.UserView}} <button class="button button4"><a href="wylogowano" target="self">WYLOGUJ</a></button></p></h5>
|
||||
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
||||
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="150" height="100"/></center>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1><center>ZAPŁACONE {{.Zaplac}} zł</center></h1>
|
||||
<div class="row">
|
||||
<div class="col-75">
|
||||
<div class="container">
|
||||
<form action="/panel" method="POST">
|
||||
<center><h2><input type="submit" value="Wróć do Panelu głównego"></h2></center>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user