Update historiaPosilkowNaglowek.gtpl
This commit is contained in:
parent
e968033675
commit
c5e90e3793
@ -1,13 +1,14 @@
|
|||||||
<!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>
|
<title>Stołówka ZPM Historia Biletów</title>
|
||||||
<title>Historia Biletów</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" />
|
<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 Twoja lista wydrukowanych biletów.</center></h1>
|
<h1><center>Twoja historia wydrukowanych biletów</center></h1>
|
||||||
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij do głównego MENU panelu użytkownika</a></p></b></h2>
|
<h2><b><p style="text-indent: 2%;"><a href="http://localhost:9197/panel">Cofnij</a></p></b></h2>
|
||||||
<form action="/historiaPosilkow" method="POST">
|
<form action="/historiaPosilkow" method="POST">
|
||||||
<style> td { border: 1px solid black; } </style>
|
<style> td { border: 1px solid black; } </style>
|
||||||
<table>
|
<table>
|
||||||
@ -16,8 +17,8 @@
|
|||||||
<td style="width: 15em; height: 2em" align="center"><b>ID biletu</b></td>
|
<td style="width: 15em; height: 2em" align="center"><b>ID biletu</b></td>
|
||||||
<td style="width: 15em; height: 2em" align="center"><b>Kto wydrukował bilet</b></td>
|
<td style="width: 15em; height: 2em" align="center"><b>Kto wydrukował bilet</b></td>
|
||||||
<td style="width: 15em; height: 2em" align="center"><b>Data i Czas drukowania</b></td>
|
<td style="width: 15em; height: 2em" align="center"><b>Data i Czas drukowania</b></td>
|
||||||
<td style="width: 15em; height: 2em" align="center"><b>Koszt Biletu</b></td>
|
<td style="width: 15em; height: 2em" align="center"><b>Koszt Biletu (zł)</b></td>
|
||||||
<td style="width: 15em; height: 2em" align="center"><b>Czy został zapłacony</b></td>
|
<td style="width: 15em; height: 2em" align="center"><b>Czy został opłacony?</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user