From 95221a8f40680a825de772460502322cd15e1b21 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Tue, 17 Feb 2026 23:12:47 -0700 Subject: [PATCH] jazzed up the "not implemented" dialog, because why not --- docs/MISSINGFUNCS.md | 1 - ui/views/error.jet | 2 +- ui/views/notimpl.jet | 48 +++++++++++++++++++++++++++++++++----------- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/docs/MISSINGFUNCS.md b/docs/MISSINGFUNCS.md index 9873c58..bae7876 100644 --- a/docs/MISSINGFUNCS.md +++ b/docs/MISSINGFUNCS.md @@ -25,7 +25,6 @@ _(italicized items can be deferred)_ - ~~Conferences List honor "hide in list" flag~~ - Community Admin Menu: - Set Community Category - - Set Community Services - Membership Control - E-Mail to All Members - Display Audit Records diff --git a/ui/views/error.jet b/ui/views/error.jet index 38ee56a..951b798 100644 --- a/ui/views/error.jet +++ b/ui/views/error.jet @@ -1,6 +1,6 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/ui/views/notimpl.jet b/ui/views/notimpl.jet index 80c8103..3f377ef 100644 --- a/ui/views/notimpl.jet +++ b/ui/views/notimpl.jet @@ -1,22 +1,46 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *} -
-
-
-

Amsterdam: Function Not Implemented

-
-

- You've stumbled into a function that's not implemented yet. The function path is {{ path }}. -

-

- Click here to return to the home page. -

+
+ +
+
+ +
+

+ 🚧Amsterdam: Function Not Implemented🚧 +

+
+ + +
+
+

You've stumbled into a function that's not implemented yet.

+

The function path is {{ path }}.

+
+ + +
+ {{ if isset(recovery) }} + + ↩️ + Go Back + + {{ else }} + + ↩️ + Return to Home Page + + {{ end }} +
+