From a6f29034d18d5a5ce48d879845cce3544b0f8a3c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 09:46:44 +0200 Subject: feat: Create require_login helper function and improve list update page --- views/list/update/index.php | 56 ++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 21 deletions(-) (limited to 'views/list/update/index.php') diff --git a/views/list/update/index.php b/views/list/update/index.php index b3737f0..5366110 100644 --- a/views/list/update/index.php +++ b/views/list/update/index.php @@ -1,30 +1,44 @@ - - - archiveLists(); $webpage = Database\Webpage::fromDBwid($_GET['wid']); } catch (Exception $e) {} ?> - - - -

To which list do you want to add "URL ?>"?

- -
- - - - - -
+ +

+ To which list do you want to add
+ URL ?>
+ from
+ Date ?>? +

+ +
+ + + + + +
+ + +

No page with identifier exists!

+ + +

You have no lists!

+ +
+ +
+ + -- cgit v1.2.3