From cbe5c021d73f4b1b7ef339aa5a95c24c03ba0d38 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Wed, 2 Sep 2026 22:45:59 +0200 Subject: [PATCH] added default popup and minor fixes --- src/css/xrforge.max.css | 2 +- src/page/footer.html | 4 +-- src/page/index.html | 26 +++++++++--------- src/plugin/archive.lua | 2 +- src/plugin/global.lua | 60 +++++++++++++++++++++++++++++++++++++++-- src/util/build.sh | 8 +++--- 6 files changed, 80 insertions(+), 22 deletions(-) diff --git a/src/css/xrforge.max.css b/src/css/xrforge.max.css index 8c0829f..fb2a696 100644 --- a/src/css/xrforge.max.css +++ b/src/css/xrforge.max.css @@ -32,7 +32,7 @@ body{ @media (max-width: 470px){ .menu a:nth-child(2){ - display: text-decoration:none; + display: none; border:none;none; } } diff --git a/src/page/footer.html b/src/page/footer.html index 2aee1de..e406c07 100644 --- a/src/page/footer.html +++ b/src/page/footer.html @@ -26,9 +26,7 @@ Sourcecode
{if footerlinks then for i,v in pairs(footerlinks) do - print([[ - ]] .. v.title .. [[
- ]]) + print('' .. v.title .. '
') end end} diff --git a/src/page/index.html b/src/page/index.html index 97c2065..84cf338 100644 --- a/src/page/index.html +++ b/src/page/index.html @@ -6,20 +6,22 @@ ${header} {if defined(item) and item.parent and item.parent.info then - print([[ - - ]]) + description = item.parent.info +else + description = opts.plugin_global_popup_instructions end} + +