From fe5d588e2b32db1d079bc81cdac0857e535c0222 Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Sat, 30 Mar 2024 08:47:08 +0300 Subject: Enha: actionform --- components/add_action_form.html | 18 ++++++++++++++++++ components/index.html | 32 +------------------------------- 2 files changed, 19 insertions(+), 31 deletions(-) create mode 100644 components/add_action_form.html diff --git a/components/add_action_form.html b/components/add_action_form.html new file mode 100644 index 0000000..70403dc --- /dev/null +++ b/components/add_action_form.html @@ -0,0 +1,18 @@ +{{define "actionform"}} +
+

Add action

+
+
+
+
+
+
+
+ + + +
+ +
+
+{{end}} diff --git a/components/index.html b/components/index.html index d32154a..6848f1a 100644 --- a/components/index.html +++ b/components/index.html @@ -11,40 +11,10 @@

- HELLO {{.ID}} -
- - - - - - - - - - - - - - {{ template "UserScore" . }}
-
-

Add action

-
-
-
-
-
-
-
- - - -
- -
+ {{ template "actionform" }}
-- cgit v1.2.3