From d2ecf6f3be46cae2948aa7ce8740f3e39a3f04ee Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 17 Mar 2026 12:26:14 -0400 Subject: Add search functionality --- ui/html/pages/index.tmpl.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ui/html/pages/index.tmpl.html') diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html index fa5a9bb..5c91ab4 100644 --- a/ui/html/pages/index.tmpl.html +++ b/ui/html/pages/index.tmpl.html @@ -14,6 +14,12 @@ Login {{end}} +
+
+ + +
+
{{if .IsAuth}} @@ -47,10 +53,18 @@
{{if ne .Offset 0}} - Previous + {{if eq .SearchTerm ""}} + Previous + {{else}} + Previous + {{end}} {{end}} {{if .PagePopulated}} - Next + {{if eq .SearchTerm ""}} + Next + {{else}} + Next + {{end}} {{end}}
-- cgit v1.2.3