From 02d78388e75cd6f6e12900868a68a1da49a3ba25 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 7 Jan 2026 11:19:41 +0100 Subject: [PATCH] +Incipit on inoput form --- views/routes/almanach/edit/body.gohtml | 107 ++++++++++++++----------- views/transform/div-menu.js | 1 - 2 files changed, 61 insertions(+), 47 deletions(-) diff --git a/views/routes/almanach/edit/body.gohtml b/views/routes/almanach/edit/body.gohtml index 2a5598d..19f53ff 100644 --- a/views/routes/almanach/edit/body.gohtml +++ b/views/routes/almanach/edit/body.gohtml @@ -82,10 +82,10 @@ type AlmanachResult struct {
Zuletzt bearbeitet
- {{ GermanDate $model.result.Entry.Updated }}; + {{ GermanDate $model.result.Entry.Updated }}, {{ GermanTime $model.result.Entry.Updated - }} + }}h
{{- if $model.result.User -}}
@@ -142,13 +142,14 @@ type AlmanachResult struct {
- +
- -
-
@@ -156,47 +157,15 @@ type AlmanachResult struct { +
-
+
- -
- -
-
- - -
- -
-
- -
- -
-
- - -
- -
-
- -
-
@@ -204,8 +173,54 @@ type AlmanachResult struct { + +
+ + +
+
+ +
+ +
+
+ + +
+ +
+
+ +
+ +
+
+ + +
+ +
+
+ +
+ +
+
+ +
diff --git a/views/transform/div-menu.js b/views/transform/div-menu.js index 945dfb9..7ac987a 100644 --- a/views/transform/div-menu.js +++ b/views/transform/div-menu.js @@ -7,7 +7,6 @@ const DM_MENU_CLASS = "dm-menu"; const DM_ITEM_CLASS = "dm-menu-item"; const DM_CLOSE_BUTTON_CLASS = "dm-close-button"; -// // Prereq: child divs must eiteher have dm-title attr or a label element // The child divs will be moved to the target element when selected // The target element must be specified by the attribute dm-target on the custom element