current state

This commit is contained in:
2023-05-04 20:21:10 +02:00
parent d1d717a988
commit 95ec75b8d7
20 changed files with 255 additions and 137 deletions

View File

@ -1,7 +1,7 @@
<%~ E.includeFile("head.eta.html", {"title": "Item Info"}) %>
<%~ E.includeFile("partials/head.eta.html", {"title": "Item Info"}) %>
<div class="ui raised very padded text container segment">
<h2 class="ui header"><%= it.name %></h2>
<div class="text-center">
<h2><%= it.name %></h2>
<p><strong>Category:</strong> <%= it.category%></p>
<p><strong>Amount:</strong> <%= it.Amount %></p>
<p><strong>SKU:</strong> <%= it.SKU %></p>
@ -9,4 +9,4 @@
</div>
<%~ E.includeFile("foot.eta.html") %>
<%~ E.includeFile("partials/foot.eta.html") %>