From 6f5302043d2c978cbb1aae20ff99b4447d6fb54c Mon Sep 17 00:00:00 2001 From: mid <> Date: Mon, 5 Aug 2024 21:56:13 +0300 Subject: [PATCH] Improve index search form --- index.html.l | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/index.html.l b/index.html.l index ae94661..e6284f0 100644 --- a/index.html.l +++ b/index.html.l @@ -2,32 +2,38 @@ {% function content() %}
-
+

{{ Escapes.htmlescape(BigGlobe.cfg.sitename) }}

- {% if BigGlobe.cfg.enable18plus then %} -
    -
  • - - -
  • - - -
  • - - -
  • -
- {% end %} - -
-

Filter by tags...

- + +
+
+

Filter by tags...

+ + + +
+ + {% if BigGlobe.cfg.enable18plus then %} +
    +
  • + + +
  • + + +
  • + + +
  • +
+ {% end %} + +
- @@ -77,6 +83,8 @@ showalltags = function() {} } + + document.querySelector("[autofocus]").focus() {% end %}