Create historiaPosilkowNaglowek.gtpl
This commit is contained in:
parent
c89607d535
commit
2124051cd3
26
historiaPosilkowNaglowek.gtpl
Normal file
26
historiaPosilkowNaglowek.gtpl
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<title>Historia Biletów</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 Twoja lista wydrukowanych 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="/historiaPosilkow" method="POST">
|
||||
<style> td { border: 1px solid black; } </style>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<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>Data i Czas drukowania</b></td>
|
||||
<td style="width: 15em; height: 2em" align="center"><b>Koszt Biletu</b></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user