zaliczeniePP/menuDan.gtpl

21 lines
615 B
Groovy

<!DOCTYPE html>
<html lang="pl">
<head>
<title>Stołówka ZPM Menu Dań</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>