Create menuDan.gtpl
This commit is contained in:
parent
f5580e86e4
commit
86bc8435e7
21
menuDan.gtpl
Normal file
21
menuDan.gtpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user