From 00b58c5b3ae4aa909563e0a15445b8bbaa376218 Mon Sep 17 00:00:00 2001 From: vinchent Date: Sun, 4 Aug 2024 14:40:32 +0200 Subject: [PATCH] Creating the form --- cmd/web/templates/base.layout.gohtml | 10 ++--- cmd/web/templates/terminal.page.gohtml | 56 +++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 6 deletions(-) diff --git a/cmd/web/templates/base.layout.gohtml b/cmd/web/templates/base.layout.gohtml index 046e196..08918e7 100644 --- a/cmd/web/templates/base.layout.gohtml +++ b/cmd/web/templates/base.layout.gohtml @@ -20,11 +20,11 @@
{{ block "content" . }} {{ end }}
- - {{ block "js" . }} - {{ end }} + + {{ block "js" . }} + {{ end }} {{ end }} diff --git a/cmd/web/templates/terminal.page.gohtml b/cmd/web/templates/terminal.page.gohtml index 9c3cd01..d3a96fe 100644 --- a/cmd/web/templates/terminal.page.gohtml +++ b/cmd/web/templates/terminal.page.gohtml @@ -3,7 +3,61 @@ Virtual Terminal {{ end }} {{ define "content" }} -

Virtual Terminal

+

Virtual Terminal

+
+
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+ + +
+
+ Charge Card +
{{ end }} {{ define "js" }} + + {{ end }}