From c30c37090e394e387b329e488d4f95309c0ef20b Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 9 Sep 2020 20:56:19 +0200 Subject: Added search --- root.template | 72 ++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 13 deletions(-) (limited to 'root.template') diff --git a/root.template b/root.template index 2db38db..7178bf0 100644 --- a/root.template +++ b/root.template @@ -20,6 +20,14 @@ :checked + .help { display: block; } + + #search-box { + display: none; + } + + :checked + #search-box { + display: block; + } @@ -83,18 +91,56 @@ -

- - - - - - {{ range .Notes }} - - - - - {{ end }} -
RefNavn
#{{ .Hash }}/{{ .Location }}{{ .Name }}
+
+ + +
+
+ + + + + + {{ range .Notes }} + + + + + {{ end }} +
RefNavn
#{{ .Hash }}/{{ .Location }}{{ .Name }}
+
+ -- cgit v1.2.3