Create menuDan.gtpl

This commit is contained in:
s441433 2019-01-03 23:57:42 +01:00
parent f5580e86e4
commit 86bc8435e7

21
menuDan.gtpl Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="pl">
<head>
<title>Menu Dań w ZPM</title>
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
</head>
<body>
<form action="/menuDan" method="POST">
<style> td { border: 1px solid black; } </style>
<table>
<tbody>
<tr>
<td style="width: 15em; height: 2em">{{.IDdaniaView}}</td>
<td style="width: 15em; height: 2em">{{.NazwaDaniaView}}</td>
<td style="width: 15em; height: 2em">{{.KosztDaniaView}}</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>